From a36c8401cfc78dbd214a62532ef5b36a4560c159 Mon Sep 17 00:00:00 2001 From: Raymond <20248577+javaarchive@users.noreply.github.com> Date: Mon, 7 May 2018 19:41:01 -0700 Subject: [PATCH 1/2] Add files via upload --- doc/allclasses-frame.html | 19 + doc/allclasses-noframe.html | 19 + doc/class-use/usacotools.html | 122 +++++ doc/constant-values.html | 207 ++++++++ doc/deprecated-list.html | 122 +++++ doc/help-doc.html | 223 ++++++++ doc/index-files/index-1.html | 143 ++++++ doc/index-files/index-10.html | 133 +++++ doc/index-files/index-11.html | 139 +++++ doc/index-files/index-12.html | 131 +++++ doc/index-files/index-13.html | 129 +++++ doc/index-files/index-2.html | 131 +++++ doc/index-files/index-3.html | 133 +++++ doc/index-files/index-4.html | 127 +++++ doc/index-files/index-5.html | 139 +++++ doc/index-files/index-6.html | 127 +++++ doc/index-files/index-7.html | 127 +++++ doc/index-files/index-8.html | 127 +++++ doc/index-files/index-9.html | 131 +++++ doc/index.html | 72 +++ doc/overview-tree.html | 131 +++++ doc/package-frame.html | 20 + doc/package-list | 1 + doc/package-summary.html | 129 +++++ doc/package-tree.html | 131 +++++ doc/package-use.html | 122 +++++ doc/script.js | 30 ++ doc/stylesheet.css | 574 +++++++++++++++++++++ doc/usacotools.html | 933 ++++++++++++++++++++++++++++++++++ 29 files changed, 4572 insertions(+) create mode 100644 doc/allclasses-frame.html create mode 100644 doc/allclasses-noframe.html create mode 100644 doc/class-use/usacotools.html create mode 100644 doc/constant-values.html create mode 100644 doc/deprecated-list.html create mode 100644 doc/help-doc.html create mode 100644 doc/index-files/index-1.html create mode 100644 doc/index-files/index-10.html create mode 100644 doc/index-files/index-11.html create mode 100644 doc/index-files/index-12.html create mode 100644 doc/index-files/index-13.html create mode 100644 doc/index-files/index-2.html create mode 100644 doc/index-files/index-3.html create mode 100644 doc/index-files/index-4.html create mode 100644 doc/index-files/index-5.html create mode 100644 doc/index-files/index-6.html create mode 100644 doc/index-files/index-7.html create mode 100644 doc/index-files/index-8.html create mode 100644 doc/index-files/index-9.html create mode 100644 doc/index.html create mode 100644 doc/overview-tree.html create mode 100644 doc/package-frame.html create mode 100644 doc/package-list create mode 100644 doc/package-summary.html create mode 100644 doc/package-tree.html create mode 100644 doc/package-use.html create mode 100644 doc/script.js create mode 100644 doc/stylesheet.css create mode 100644 doc/usacotools.html diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html new file mode 100644 index 0000000..cbafbbb --- /dev/null +++ b/doc/allclasses-frame.html @@ -0,0 +1,19 @@ + + + +
+ +| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+ANSI_BLACK |
+"\u001b[30m" |
+
+
+public static final java.lang.String |
+ANSI_BLUE |
+"\u001b[34m" |
+
+
+public static final java.lang.String |
+ANSI_CYAN |
+"\u001b[36m" |
+
+
+public static final java.lang.String |
+ANSI_GREEN |
+"\u001b[32m" |
+
+
+public static final java.lang.String |
+ANSI_PURPLE |
+"\u001b[35m" |
+
+
+public static final java.lang.String |
+ANSI_RED |
+"\u001b[31m" |
+
+
+public static final java.lang.String |
+ANSI_RESET |
+"\u001b[0m" |
+
+
+public static final java.lang.String |
+ANSI_WHITE |
+"\u001b[37m" |
+
+
+public static final java.lang.String |
+ANSI_YELLOW |
+"\u001b[33m" |
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+| Class | +Description | +
|---|---|
| usacotools | ++ |
public abstract class usacotools
+extends java.lang.Object
+| Modifier and Type | +Field and Description | +
|---|---|
static java.lang.String |
+ANSI_BLACK |
+
static java.lang.String |
+ANSI_BLUE |
+
static java.lang.String |
+ANSI_CYAN |
+
static java.lang.String |
+ANSI_GREEN |
+
static java.lang.String |
+ANSI_PURPLE |
+
static java.lang.String |
+ANSI_RED |
+
static java.lang.String |
+ANSI_RESET |
+
static java.lang.String |
+ANSI_WHITE |
+
static java.lang.String |
+ANSI_YELLOW |
+
static java.util.ArrayList<java.lang.Exception> |
+console |
+
static int |
+debugcode |
+
static boolean |
+EMSG |
+
static java.lang.String |
+error |
+
static int |
+ERRORS |
+
static boolean |
+ESTACK |
+
| Constructor and Description | +
|---|
usacotools() |
+
| Modifier and Type | +Method and Description | +
|---|---|
static long |
+benchmark() |
+
static long |
+benchmark2() |
+
static int |
+binarySearch(int[] arr,
+ int l,
+ int r,
+ int x) |
+
static java.lang.String |
+changen(int position,
+ char ch,
+ java.lang.String str) |
+
static void |
+clear() |
+
static void |
+console() |
+
static int |
+ebs(int[] arr,
+ int l,
+ int r,
+ int x) |
+
static void |
+exit() |
+
static void |
+exit(int code) |
+
static java.util.Scanner |
+getsysscan() |
+
static boolean |
+isrect(int[][] map,
+ int x,
+ int y) |
+
static int |
+lsearch(int[] a,
+ int b) |
+
static void |
+main(java.lang.String[] args) |
+
static java.io.BufferedReader |
+mreader(java.lang.String filen) |
+
static java.io.PrintWriter |
+mwriter(java.lang.String filen) |
+
static void |
+print(java.lang.String out) |
+
static void |
+print(java.lang.String out,
+ boolean flush) |
+
static void |
+print(java.lang.String out,
+ java.lang.String end) |
+
static void |
+printf(java.lang.String out) |
+
static java.lang.String |
+repeat(int count,
+ java.lang.String with) |
+
static void |
+report(java.lang.Exception e) |
+
static int[] |
+reverse(int[] a) |
+
static int[][] |
+reverseh(int[][] a) |
+
static int[][] |
+reversev(int[][] a) |
+
static int[][] |
+rotate90cw(int[][] map) |
+
static void |
+run(java.lang.String exe) |
+
static int[] |
+toArray(java.util.ArrayList<java.lang.Integer> arr) |
+
static java.lang.String[] |
+toArrays(java.util.ArrayList<java.lang.String> arr) |
+
static java.util.ArrayList<java.lang.Integer> |
+touching(int[][] map,
+ int x,
+ int y) |
+
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String ANSI_RESET+
public static final java.lang.String ANSI_BLACK+
public static final java.lang.String ANSI_RED+
public static final java.lang.String ANSI_GREEN+
public static final java.lang.String ANSI_YELLOW+
public static final java.lang.String ANSI_BLUE+
public static final java.lang.String ANSI_PURPLE+
public static final java.lang.String ANSI_CYAN+
public static final java.lang.String ANSI_WHITE+
public static int ERRORS+
public static java.util.ArrayList<java.lang.Exception> console+
public static java.lang.String error+
public static int debugcode+
public static boolean ESTACK+
public static boolean EMSG+
public static boolean isrect(int[][] map, + int x, + int y)+
public static void report(java.lang.Exception e)+
public static java.util.ArrayList<java.lang.Integer> touching(int[][] map, + int x, + int y)+
public static java.lang.String repeat(int count, + java.lang.String with)+
public static java.lang.String changen(int position, + char ch, + java.lang.String str)+
public static java.io.BufferedReader mreader(java.lang.String filen) + throws java.io.IOException+
java.io.IOExceptionpublic static java.io.PrintWriter mwriter(java.lang.String filen) + throws java.io.IOException+
java.io.IOExceptionpublic static java.util.Scanner getsysscan()+
public static int binarySearch(int[] arr, + int l, + int r, + int x)+
public static int ebs(int[] arr, + int l, + int r, + int x)+
public static int lsearch(int[] a, + int b)+
public static void print(java.lang.String out)+
public static void printf(java.lang.String out)+
public static void print(java.lang.String out, + java.lang.String end)+
public static void print(java.lang.String out, + boolean flush)+
public static int[] toArray(java.util.ArrayList<java.lang.Integer> arr)+
public static java.lang.String[] toArrays(java.util.ArrayList<java.lang.String> arr)+
public static void exit()+
public static void exit(int code)+
public static long benchmark()+
public static long benchmark2()+
public static void clear()+
public static void console()+
public static void run(java.lang.String exe)+
public static int[] reverse(int[] a)+
public static int[][] reverseh(int[][] a)+
public static int[][] reversev(int[][] a)+
public static int[][] rotate90cw(int[][] map)+
public static void main(java.lang.String[] args) + throws java.lang.Exception+
java.lang.Exception