- abs(byte) - Static method in class jupiter.common.math.Maths
-
Returns the absolute value of x
.
- abs(short) - Static method in class jupiter.common.math.Maths
-
Returns the absolute value of x
.
- abs(int) - Static method in class jupiter.common.math.Maths
-
Returns the absolute value of x
.
- abs(long) - Static method in class jupiter.common.math.Maths
-
Returns the absolute value of x
.
- abs(float) - Static method in class jupiter.common.math.Maths
-
Returns the absolute value of x
.
- abs(double) - Static method in class jupiter.common.math.Maths
-
Returns the absolute value of x
.
- acos(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified cosine value.
- acosec(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified cosecant value.
- acosech(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified hyperbolic cosecant value.
- acosh(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified hyperbolic cosine value.
- acot(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified cotangent value.
- acoth(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified hyperbolic cotangent value.
- add(byte[], byte) - Static method in class jupiter.common.math.Maths
-
Adds the specified byte
value to the specified byte
array.
- add(byte[], byte, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the specified byte
value to the specified byte
array between the
specified indices.
- add(short[], short) - Static method in class jupiter.common.math.Maths
-
Adds the specified short
value to the specified short
array.
- add(short[], short, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the specified short
value to the specified short
array between the
specified indices.
- add(int[], int) - Static method in class jupiter.common.math.Maths
-
Adds the specified int
value to the specified int
array.
- add(int[], int, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the specified int
value to the specified int
array between the specified
indices.
- add(long[], long) - Static method in class jupiter.common.math.Maths
-
Adds the specified long
value to the specified long
array.
- add(long[], long, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the specified long
value to the specified long
array between the
specified indices.
- add(float[], float) - Static method in class jupiter.common.math.Maths
-
Adds the specified float
value to the specified float
array.
- add(float[], float, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the specified float
value to the specified float
array between the
specified indices.
- add(double[], double) - Static method in class jupiter.common.math.Maths
-
Adds the specified double
value to the specified double
array.
- add(double[], double, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the specified double
value to the specified double
array between the
specified indices.
- add(E) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Appends the specified element to the end of this
.
- add(int, E) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Inserts the specified element at the specified index into this
.
- add(E) - Method in class jupiter.common.struct.list.ExtendedList
-
Appends the specified element to the end of this
.
- add(int, E) - Method in class jupiter.common.struct.list.ExtendedList
-
Inserts the specified element at the specified index into this
.
- add(Row) - Method in class jupiter.common.struct.list.row.RowList
-
Appends the specified element
Row
to the end of
this
.
- add(int, Row) - Method in class jupiter.common.struct.list.row.RowList
-
Inserts the specified element
Row
at the specified row index into
this
.
- add(E) - Method in class jupiter.common.struct.list.SortedList
-
Adds the specified element to this
.
- add(E) - Method in class jupiter.common.struct.list.SortedUniqueList
-
Adds the specified element to this
.
- add(E) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Appends the specified element to the end of this
.
- add(int, E) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Inserts the specified element at the specified index into this
.
- add(E) - Method in class jupiter.common.struct.list.SynchronizedList
-
Appends the specified element to the end of this
.
- add(int, E) - Method in class jupiter.common.struct.list.SynchronizedList
-
Inserts the specified element at the specified index into this
.
- add(E) - Method in class jupiter.common.struct.list.SynchronizedSortedList
-
Adds the specified element to this
.
- add(E) - Method in class jupiter.common.struct.list.SynchronizedSortedUniqueList
-
Adds the specified element to this
.
- add(E) - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Adds the specified element to this
.
- add(E) - Method in class jupiter.common.struct.set.SynchronizedHashSet
-
Adds the specified element to this
.
- addAll(Domain) - Method in class jupiter.common.math.Domain
-
- addAll(GenericIntervalList<? extends E, ? extends T>) - Method in class jupiter.common.math.GenericIntervalList
-
- addAll(IntervalList<T>) - Method in class jupiter.common.math.IntervalList
-
- addAll(T[]) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Appends all the specified elements to the end of this
.
- addAll(Collection<? extends E>) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Appends all the elements of the specified
Collection
to the end of
this
.
- addAll(int, Collection<? extends E>) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Inserts all the elements of the specified
Collection
into
this
, starting from
the specified index.
- addAll(T[]) - Method in class jupiter.common.struct.list.ExtendedList
-
Appends all the specified elements to the end of this
.
- addAll(Collection<? extends E>) - Method in class jupiter.common.struct.list.ExtendedList
-
Appends all the elements of the specified
Collection
to the end of
this
.
- addAll(int, Collection<? extends E>) - Method in class jupiter.common.struct.list.ExtendedList
-
Inserts all the elements of the specified
Collection
into
this
, starting from
the specified index.
- addAll(T[]) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Appends all the specified elements to the end of this
.
- addAll(Collection<? extends E>) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Appends all the elements of the specified
Collection
to the end of
this
.
- addAll(int, Collection<? extends E>) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Inserts all the elements of the specified
Collection
into
this
, starting from
the specified index.
- addAll(T[]) - Method in class jupiter.common.struct.list.SynchronizedList
-
Appends all the specified elements to the end of this
.
- addAll(Collection<? extends E>) - Method in class jupiter.common.struct.list.SynchronizedList
-
Appends all the elements of the specified
Collection
to the end of
this
.
- addAll(int, Collection<? extends E>) - Method in class jupiter.common.struct.list.SynchronizedList
-
Inserts all the elements of the specified
Collection
into
this
, starting from
the specified index.
- addAll(T[]) - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Adds all the specified elements to this
.
- addAll(Collection<? extends E>) - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Adds all the elements of the specified
Collection
to
this
.
- addAll(T[]) - Method in class jupiter.common.struct.set.SynchronizedHashSet
-
Adds all the specified elements to this
.
- addAll(Collection<? extends E>) - Method in class jupiter.common.struct.set.SynchronizedHashSet
-
Adds all the elements of the specified
Collection
to
this
.
- addAll(Collection<? super T>, T[]) - Static method in class jupiter.common.util.Collections
-
Adds all the specified elements to the specified
Collection
.
- addAllAt(K, T[]) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
Adds all the specified elements to the
Collection
at the specified key.
- addAllAt(K, T[]) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
Adds all the specified elements to the
Collection
at the specified key.
- addAllAt(K, T[]) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
Adds all the specified elements to the
Collection
at the specified key.
- addAllAt(K, T[]) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
Adds all the specified elements to the
Collection
at the specified key.
- addAt(K, E) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
Adds the specified element to the
Collection
at the specified key.
- addAt(K, E) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
Adds the specified element to the
Collection
at the specified key.
- addAt(K, E) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
Adds the specified element to the
Collection
at the specified key.
- addAt(K, E) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
Adds the specified element to the
Collection
at the specified key.
- addResult(long, O) - Method in class jupiter.common.thread.LockedWorkQueue
-
Adds the specified
O
result of the
Task
with the specified identifier.
- addResult(long, O) - Method in class jupiter.common.thread.SynchronizedWorkQueue
-
Adds the specified
O
result of the
Task
with the specified identifier.
- addResult(long, O) - Method in class jupiter.common.thread.WorkQueue
-
Adds the specified
O
result of the
Task
with the specified identifier.
- ahav(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified haversine value.
- ALL - Static variable in class jupiter.common.math.Domain
-
- ALL_CHAR_SEPARATORS - Static variable in class jupiter.common.io.file.Files
-
All the char
name-separators.
- ALL_SEPARATORS - Static variable in class jupiter.common.io.file.Files
-
All the name-separator
String
.
- ALPHA_CHAR - Static variable in class jupiter.common.util.Strings
-
- ALPHA_CHARS - Static variable in class jupiter.common.util.Strings
-
- ALPHA_NUMERICAL_CHAR - Static variable in class jupiter.common.util.Strings
-
- ALPHA_NUMERICAL_CHARS - Static variable in class jupiter.common.util.Strings
-
- ANY_CHAR - Static variable in class jupiter.common.util.Strings
-
- ANY_CHARS - Static variable in class jupiter.common.util.Strings
-
- append - Variable in class jupiter.common.io.file.FileHandler
-
The flag specifying whether to append.
- append() - Method in class jupiter.common.io.file.FileHandler
-
Returns the flag specifying whether to append.
- applyLocalizedPattern(String) - Method in class jupiter.common.time.SynchronizedDateFormat
-
Applies the specified localized pattern
String
to
this
.
- applyPattern(String) - Method in class jupiter.common.time.SynchronizedDateFormat
-
Applies the specified pattern
String
to
this
.
- Arguments - Class in jupiter.common.test
-
- Arguments() - Constructor for class jupiter.common.test.Arguments
-
- array - Variable in class jupiter.common.struct.list.ComparableSort
-
The array being sorted.
- array - Variable in class jupiter.common.struct.list.Sort
-
The array being sorted.
- ARRAY_COMPARATOR - Static variable in class jupiter.common.util.Bytes
-
- ARRAY_COMPARATOR - Static variable in class jupiter.common.util.Characters
-
- ARRAY_COMPARATOR - Static variable in class jupiter.common.util.Doubles
-
- ARRAY_COMPARATOR - Static variable in class jupiter.common.util.Floats
-
- ARRAY_COMPARATOR - Static variable in class jupiter.common.util.Integers
-
- ARRAY_COMPARATOR - Static variable in class jupiter.common.util.Longs
-
- ARRAY_COMPARATOR - Static variable in class jupiter.common.util.Shorts
-
- ARRAY_NAME - Static variable in class jupiter.common.test.BooleanArguments
-
- ARRAY_NAME - Static variable in class jupiter.common.test.ByteArguments
-
- ARRAY_NAME - Static variable in class jupiter.common.test.CharacterArguments
-
- ARRAY_NAME - Static variable in class jupiter.common.test.DoubleArguments
-
- ARRAY_NAME - Static variable in class jupiter.common.test.FloatArguments
-
- ARRAY_NAME - Static variable in class jupiter.common.test.IntegerArguments
-
- ARRAY_NAME - Static variable in class jupiter.common.test.LongArguments
-
- ARRAY_NAME - Static variable in class jupiter.common.test.NumberArguments
-
- ARRAY_NAME - Static variable in class jupiter.common.test.ShortArguments
-
- ARRAY_NAMES - Static variable in class jupiter.common.test.BooleanArguments
-
- ARRAY_NAMES - Static variable in class jupiter.common.test.ByteArguments
-
- ARRAY_NAMES - Static variable in class jupiter.common.test.CharacterArguments
-
- ARRAY_NAMES - Static variable in class jupiter.common.test.DoubleArguments
-
- ARRAY_NAMES - Static variable in class jupiter.common.test.FloatArguments
-
- ARRAY_NAMES - Static variable in class jupiter.common.test.IntegerArguments
-
- ARRAY_NAMES - Static variable in class jupiter.common.test.LongArguments
-
- ARRAY_NAMES - Static variable in class jupiter.common.test.NumberArguments
-
- ARRAY_NAMES - Static variable in class jupiter.common.test.ShortArguments
-
- arrayAdd(byte[], byte[], byte) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
.
- arrayAdd(byte[], byte[], byte, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
from the specified offsets.
- arrayAdd(byte[], byte[], byte, int, int, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
from the specified offsets
between the specified indices.
- arrayAdd(short[], short[], short) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
.
- arrayAdd(short[], short[], short, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
from the specified offsets.
- arrayAdd(short[], short[], short, int, int, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
from the specified offsets
between the specified indices.
- arrayAdd(int[], int[], int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
.
- arrayAdd(int[], int[], int, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
from the specified offsets.
- arrayAdd(int[], int[], int, int, int, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
from the specified offsets
between the specified indices.
- arrayAdd(long[], long[], long) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
.
- arrayAdd(long[], long[], long, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
from the specified offsets.
- arrayAdd(long[], long[], long, int, int, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
from the specified offsets
between the specified indices.
- arrayAdd(float[], float[], float) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
.
- arrayAdd(float[], float[], float, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
from the specified offsets.
- arrayAdd(float[], float[], float, int, int, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
from the specified offsets
between the specified indices.
- arrayAdd(double[], double[], double) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
.
- arrayAdd(double[], double[], double, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
from the specified offsets.
- arrayAdd(double[], double[], double, int, int, int, int) - Static method in class jupiter.common.math.Maths
-
Adds the multiplication of B
by c
to A
from the specified offsets
between the specified indices.
- ArrayArguments - Class in jupiter.common.test
-
- ArrayArguments() - Constructor for class jupiter.common.test.ArrayArguments
-
- arrayMultiply(byte[], byte[], byte) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element.
- arrayMultiply(byte[], byte[], byte, int, int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element from
the specified offsets.
- arrayMultiply(byte[], byte[], byte, int, int, int, int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element from
the specified offsets between the specified indices.
- arrayMultiply(short[], short[], short) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element.
- arrayMultiply(short[], short[], short, int, int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element from
the specified offsets.
- arrayMultiply(short[], short[], short, int, int, int, int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element from
the specified offsets between the specified indices.
- arrayMultiply(int[], int[], int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element.
- arrayMultiply(int[], int[], int, int, int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element from
the specified offsets.
- arrayMultiply(int[], int[], int, int, int, int, int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element from
the specified offsets between the specified indices.
- arrayMultiply(long[], long[], long) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element.
- arrayMultiply(long[], long[], long, int, int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element from
the specified offsets.
- arrayMultiply(long[], long[], long, int, int, int, int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element from
the specified offsets between the specified indices.
- arrayMultiply(float[], float[], float) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element.
- arrayMultiply(float[], float[], float, int, int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element from
the specified offsets.
- arrayMultiply(float[], float[], float, int, int, int, int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element from
the specified offsets between the specified indices.
- arrayMultiply(double[], double[], double) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element.
- arrayMultiply(double[], double[], double, int, int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element from
the specified offsets.
- arrayMultiply(double[], double[], double, int, int, int, int) - Static method in class jupiter.common.math.Maths
-
Multiplies A
by the multiplication of B
by c
element-by-element from
the specified offsets between the specified indices.
- Arrays - Class in jupiter.common.util
-
- Arrays() - Constructor for class jupiter.common.util.Arrays
-
Prevents the construction of
Arrays
.
- asArray(boolean...) - Static method in class jupiter.common.util.Booleans
-
Returns an array of
Boolean
converted from the specified
boolean
array.
- asArray(byte...) - Static method in class jupiter.common.util.Bytes
-
Returns an array of
Byte
converted from the specified
byte
array.
- asArray(char...) - Static method in class jupiter.common.util.Characters
-
Returns an array of
Character
converted from the specified
char
array.
- asArray(double...) - Static method in class jupiter.common.util.Doubles
-
Returns an array of
Double
converted from the specified
double
array.
- asArray(float...) - Static method in class jupiter.common.util.Floats
-
Returns an array of
Float
converted from the specified
float
array.
- asArray(int...) - Static method in class jupiter.common.util.Integers
-
Returns an array of
Integer
converted from the specified
int
array.
- asArray(long...) - Static method in class jupiter.common.util.Longs
-
Returns an array of
Long
converted from the specified
long
array.
- asArray(short...) - Static method in class jupiter.common.util.Shorts
-
Returns an array of
Short
converted from the specified
short
array.
- asArray(Object...) - Static method in class jupiter.common.util.Strings
-
Returns an array of
String
converted from the specified array.
- asArray2D(boolean[]...) - Static method in class jupiter.common.util.Booleans
-
Returns a 2D array of
Boolean
converted from the specified 2D
boolean
array.
- asArray2D(byte[]...) - Static method in class jupiter.common.util.Bytes
-
Returns a 2D array of
Byte
converted from the specified 2D
byte
array.
- asArray2D(char[]...) - Static method in class jupiter.common.util.Characters
-
Returns a 2D array of
Character
converted from the specified 2D
char
array.
- asArray2D(double[]...) - Static method in class jupiter.common.util.Doubles
-
Returns a 2D array of
Double
converted from the specified 2D
double
array.
- asArray2D(float[]...) - Static method in class jupiter.common.util.Floats
-
Returns a 2D array of
Float
converted from the specified 2D
float
array.
- asArray2D(int[]...) - Static method in class jupiter.common.util.Integers
-
Returns a 2D array of
Integer
converted from the specified 2D
int
array.
- asArray2D(long[]...) - Static method in class jupiter.common.util.Longs
-
Returns a 2D array of
Long
converted from the specified 2D
long
array.
- asArray2D(short[]...) - Static method in class jupiter.common.util.Shorts
-
Returns a 2D array of
Short
converted from the specified 2D
short
array.
- asArray2D(Object[]...) - Static method in class jupiter.common.util.Strings
-
Returns a 2D array of
String
converted from the specified 2D array.
- asArray3D(boolean[][]...) - Static method in class jupiter.common.util.Booleans
-
Returns a 3D array of
Boolean
converted from the specified 3D
boolean
array.
- asArray3D(byte[][]...) - Static method in class jupiter.common.util.Bytes
-
Returns a 3D array of
Byte
converted from the specified 3D
byte
array.
- asArray3D(char[][]...) - Static method in class jupiter.common.util.Characters
-
Returns a 3D array of
Character
converted from the specified 3D
char
array.
- asArray3D(double[][]...) - Static method in class jupiter.common.util.Doubles
-
Returns a 3D array of
Double
converted from the specified 3D
double
array.
- asArray3D(float[][]...) - Static method in class jupiter.common.util.Floats
-
Returns a 3D array of
Float
converted from the specified 3D
float
array.
- asArray3D(int[][]...) - Static method in class jupiter.common.util.Integers
-
Returns a 3D array of
Integer
converted from the specified 3D
int
array.
- asArray3D(long[][]...) - Static method in class jupiter.common.util.Longs
-
Returns a 3D array of
Long
converted from the specified 3D
long
array.
- asArray3D(short[][]...) - Static method in class jupiter.common.util.Shorts
-
Returns a 3D array of
Short
converted from the specified 3D
short
array.
- asArray3D(Object[][]...) - Static method in class jupiter.common.util.Strings
-
Returns a 3D array of
String
converted from the specified 3D array.
- asec(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified secant value.
- asech(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified hyperbolic secant value.
- asin(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified sine value.
- asinh(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified hyperbolic sine value.
- asLinkedList(T...) - Static method in class jupiter.common.util.Arrays
-
- asLinkedList(boolean...) - Static method in class jupiter.common.util.Booleans
-
- asLinkedList(T...) - Static method in class jupiter.common.util.Booleans
-
- asLinkedList(byte...) - Static method in class jupiter.common.util.Bytes
-
- asLinkedList(T...) - Static method in class jupiter.common.util.Bytes
-
- asLinkedList(char...) - Static method in class jupiter.common.util.Characters
-
- asLinkedList(T...) - Static method in class jupiter.common.util.Characters
-
- asLinkedList(double...) - Static method in class jupiter.common.util.Doubles
-
- asLinkedList(T...) - Static method in class jupiter.common.util.Doubles
-
- asLinkedList(float...) - Static method in class jupiter.common.util.Floats
-
- asLinkedList(T...) - Static method in class jupiter.common.util.Floats
-
- asLinkedList(int...) - Static method in class jupiter.common.util.Integers
-
- asLinkedList(T...) - Static method in class jupiter.common.util.Integers
-
- asLinkedList(long...) - Static method in class jupiter.common.util.Longs
-
- asLinkedList(T...) - Static method in class jupiter.common.util.Longs
-
- asLinkedList(short...) - Static method in class jupiter.common.util.Shorts
-
- asLinkedList(T...) - Static method in class jupiter.common.util.Shorts
-
- asLinkedList(T...) - Static method in class jupiter.common.util.Strings
-
- asList(T...) - Static method in class jupiter.common.util.Arrays
-
- asList(boolean...) - Static method in class jupiter.common.util.Booleans
-
- asList(T...) - Static method in class jupiter.common.util.Booleans
-
- asList(byte...) - Static method in class jupiter.common.util.Bytes
-
- asList(T...) - Static method in class jupiter.common.util.Bytes
-
- asList(char...) - Static method in class jupiter.common.util.Characters
-
- asList(T...) - Static method in class jupiter.common.util.Characters
-
- asList(double...) - Static method in class jupiter.common.util.Doubles
-
- asList(T...) - Static method in class jupiter.common.util.Doubles
-
- asList(float...) - Static method in class jupiter.common.util.Floats
-
- asList(T...) - Static method in class jupiter.common.util.Floats
-
- asList(int...) - Static method in class jupiter.common.util.Integers
-
- asList(T...) - Static method in class jupiter.common.util.Integers
-
- asList(long...) - Static method in class jupiter.common.util.Longs
-
- asList(T...) - Static method in class jupiter.common.util.Longs
-
- asList(short...) - Static method in class jupiter.common.util.Shorts
-
- asList(T...) - Static method in class jupiter.common.util.Shorts
-
- asList(T...) - Static method in class jupiter.common.util.Strings
-
- asPrimitiveArray(T...) - Static method in class jupiter.common.util.Booleans
-
Returns a boolean
array converted from the specified T
array.
- asPrimitiveArray(T[]...) - Static method in class jupiter.common.util.Booleans
-
Returns a boolean
array converted from the specified 2D T
array.
- asPrimitiveArray(T[][]...) - Static method in class jupiter.common.util.Booleans
-
Returns a boolean
array converted from the specified 3D T
array.
- asPrimitiveArray(T...) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
array converted from the specified T
array.
- asPrimitiveArray(T[]...) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
array converted from the specified 2D T
array.
- asPrimitiveArray(T[][]...) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
array converted from the specified 3D T
array.
- asPrimitiveArray(T...) - Static method in class jupiter.common.util.Characters
-
Returns a char
array converted from the specified T
array.
- asPrimitiveArray(T[]...) - Static method in class jupiter.common.util.Characters
-
Returns a char
array converted from the specified 2D T
array.
- asPrimitiveArray(T[][]...) - Static method in class jupiter.common.util.Characters
-
Returns a char
array converted from the specified 3D T
array.
- asPrimitiveArray(T...) - Static method in class jupiter.common.util.Doubles
-
Returns a double
array converted from the specified T
array.
- asPrimitiveArray(T[]...) - Static method in class jupiter.common.util.Doubles
-
Returns a double
array converted from the specified 2D T
array.
- asPrimitiveArray(T[][]...) - Static method in class jupiter.common.util.Doubles
-
Returns a double
array converted from the specified 3D T
array.
- asPrimitiveArray(T...) - Static method in class jupiter.common.util.Floats
-
Returns a float
array converted from the specified T
array.
- asPrimitiveArray(T[]...) - Static method in class jupiter.common.util.Floats
-
Returns a float
array converted from the specified 2D T
array.
- asPrimitiveArray(T[][]...) - Static method in class jupiter.common.util.Floats
-
Returns a float
array converted from the specified 3D T
array.
- asPrimitiveArray(T...) - Static method in class jupiter.common.util.Integers
-
Returns an int
array converted from the specified T
array.
- asPrimitiveArray(T[]...) - Static method in class jupiter.common.util.Integers
-
Returns an int
array converted from the specified 2D T
array.
- asPrimitiveArray(T[][]...) - Static method in class jupiter.common.util.Integers
-
Returns an int
array converted from the specified 3D T
array.
- asPrimitiveArray(T...) - Static method in class jupiter.common.util.Longs
-
Returns a long
array converted from the specified T
array.
- asPrimitiveArray(T[]...) - Static method in class jupiter.common.util.Longs
-
Returns a long
array converted from the specified 2D T
array.
- asPrimitiveArray(T[][]...) - Static method in class jupiter.common.util.Longs
-
Returns a long
array converted from the specified 3D T
array.
- asPrimitiveArray(T...) - Static method in class jupiter.common.util.Shorts
-
Returns a short
array converted from the specified T
array.
- asPrimitiveArray(T[]...) - Static method in class jupiter.common.util.Shorts
-
Returns a short
array converted from the specified 2D T
array.
- asPrimitiveArray(T[][]...) - Static method in class jupiter.common.util.Shorts
-
Returns a short
array converted from the specified 3D T
array.
- asPrimitiveArray2D(T[]...) - Static method in class jupiter.common.util.Booleans
-
Returns a 2D boolean
array converted from the specified 2D T
array.
- asPrimitiveArray2D(T[]...) - Static method in class jupiter.common.util.Bytes
-
Returns a 2D byte
array converted from the specified 2D T
array.
- asPrimitiveArray2D(T[]...) - Static method in class jupiter.common.util.Characters
-
Returns a 2D char
array converted from the specified 2D T
array.
- asPrimitiveArray2D(T[]...) - Static method in class jupiter.common.util.Doubles
-
Returns a 2D double
array converted from the specified 2D T
array.
- asPrimitiveArray2D(T[]...) - Static method in class jupiter.common.util.Floats
-
Returns a 2D float
array converted from the specified 2D T
array.
- asPrimitiveArray2D(T[]...) - Static method in class jupiter.common.util.Integers
-
Returns a 2D int
array converted from the specified 2D T
array.
- asPrimitiveArray2D(T[]...) - Static method in class jupiter.common.util.Longs
-
Returns a 2D long
array converted from the specified 2D T
array.
- asPrimitiveArray2D(T[]...) - Static method in class jupiter.common.util.Shorts
-
Returns a 2D short
array converted from the specified 2D T
array.
- asPrimitiveArray3D(T[][]...) - Static method in class jupiter.common.util.Booleans
-
Returns a 3D boolean
array converted from the specified 3D T
array.
- asPrimitiveArray3D(T[][]...) - Static method in class jupiter.common.util.Bytes
-
Returns a 3D byte
array converted from the specified 3D T
array.
- asPrimitiveArray3D(T[][]...) - Static method in class jupiter.common.util.Characters
-
Returns a 3D char
array converted from the specified 3D T
array.
- asPrimitiveArray3D(T[][]...) - Static method in class jupiter.common.util.Doubles
-
Returns a 3D double
array converted from the specified 3D T
array.
- asPrimitiveArray3D(T[][]...) - Static method in class jupiter.common.util.Floats
-
Returns a 3D float
array converted from the specified 3D T
array.
- asPrimitiveArray3D(T[][]...) - Static method in class jupiter.common.util.Integers
-
Returns a 3D int
array converted from the specified 3D T
array.
- asPrimitiveArray3D(T[][]...) - Static method in class jupiter.common.util.Longs
-
Returns a 3D long
array converted from the specified 3D T
array.
- asPrimitiveArray3D(T[][]...) - Static method in class jupiter.common.util.Shorts
-
Returns a 3D short
array converted from the specified 3D T
array.
- asSet(T...) - Static method in class jupiter.common.util.Arrays
-
- asSet(boolean...) - Static method in class jupiter.common.util.Booleans
-
- asSet(T...) - Static method in class jupiter.common.util.Booleans
-
- asSet(byte...) - Static method in class jupiter.common.util.Bytes
-
- asSet(T...) - Static method in class jupiter.common.util.Bytes
-
- asSet(char...) - Static method in class jupiter.common.util.Characters
-
- asSet(T...) - Static method in class jupiter.common.util.Characters
-
- asSet(double...) - Static method in class jupiter.common.util.Doubles
-
- asSet(T...) - Static method in class jupiter.common.util.Doubles
-
- asSet(float...) - Static method in class jupiter.common.util.Floats
-
- asSet(T...) - Static method in class jupiter.common.util.Floats
-
- asSet(int...) - Static method in class jupiter.common.util.Integers
-
- asSet(T...) - Static method in class jupiter.common.util.Integers
-
- asSet(long...) - Static method in class jupiter.common.util.Longs
-
- asSet(T...) - Static method in class jupiter.common.util.Longs
-
- asSet(short...) - Static method in class jupiter.common.util.Shorts
-
- asSet(T...) - Static method in class jupiter.common.util.Shorts
-
- asSet(T...) - Static method in class jupiter.common.util.Strings
-
- atan(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified tangent value.
- atan2(double, double) - Static method in class jupiter.common.math.Maths
-
Returns the angle theta
from the conversion of the specified rectangular coordinates
(x
, y
) to the polar coordinates (r
, theta
) by computing an
arc tangent of y / x
in the range of -Ï€
to π
.
- atan3(double, double) - Static method in class jupiter.common.math.Maths
-
Returns the angle theta
from the conversion of the specified rectangular coordinates
(x
, y
) to the polar coordinates (r
, theta
) by computing an
arc tangent of y / x
in the range of 0.
to {@code 2.
- atanh(double) - Static method in class jupiter.common.math.Maths
-
Returns the inverse (in radians) of the specified hyperbolic tangent value.
- atLeastExpectedButFound(Object, Object) - Static method in class jupiter.common.test.Arguments
-
- atMostExpectedButFound(Object, Object) - Static method in class jupiter.common.test.Arguments
-
- availableWorkerCount - Variable in class jupiter.common.thread.WorkQueue
-
The number of available
Worker
.
- AvlTreeMap<K,V> - Class in jupiter.common.struct.map.tree
-
- AvlTreeMap(Class<K>) - Constructor for class jupiter.common.struct.map.tree.AvlTreeMap
-
Constructs an empty
AvlTreeMap
of
K
,
V
and
N
types by
default.
- AvlTreeMap(Class<K>, K[], V[]) - Constructor for class jupiter.common.struct.map.tree.AvlTreeMap
-
Constructs an
AvlTreeMap
of
K
,
V
and
N
types loaded from the
specified key and value arrays containing the key-value mappings.
- AvlTreeMap(Class<K>, K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.AvlTreeMap
-
Constructs an
AvlTreeMap
of
K
,
V
and
N
types loaded from the
specified key array and value
Collection
containing the key-value mappings.
- AvlTreeMap(Class<K>, Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.AvlTreeMap
-
Constructs an
AvlTreeMap
of
K
,
V
and
N
types loaded from the
specified key and value
Collection
containing the key-value mappings.
- AvlTreeMap(Class<K>, Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.AvlTreeMap
-
Constructs an
AvlTreeMap
of
K
,
V
and
N
types loaded from the
specified
Map
containing the key-value mappings.
- AvlTreeMap(Comparator<? super K>) - Constructor for class jupiter.common.struct.map.tree.AvlTreeMap
-
- AvlTreeMap(Comparator<? super K>, K[], V[]) - Constructor for class jupiter.common.struct.map.tree.AvlTreeMap
-
Constructs an
AvlTreeMap
of
K
,
V
and
N
types with the
specified key
Comparator
loaded from the specified key and value arrays containing
the key-value mappings.
- AvlTreeMap(Comparator<? super K>, K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.AvlTreeMap
-
Constructs an
AvlTreeMap
of
K
,
V
and
N
types with the
specified key
Comparator
loaded from the specified key array and value
Collection
containing the key-value mappings.
- AvlTreeMap(Comparator<? super K>, Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.AvlTreeMap
-
Constructs an
AvlTreeMap
of
K
,
V
and
N
types with the
specified key
Comparator
loaded from the specified key and value
Collection
containing the key-value mappings.
- AvlTreeMap(Comparator<? super K>, Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.AvlTreeMap
-
Constructs an
AvlTreeMap
of
K
,
V
and
N
types with the
specified key
Comparator
loaded from the specified
Map
containing the
key-value mappings.
- AvlTreeNode<K,V> - Class in jupiter.common.struct.map.tree
-
- AvlTreeNode(K, V, AvlTreeMap<K, V>) - Constructor for class jupiter.common.struct.map.tree.AvlTreeNode
-
- c - Variable in class jupiter.common.map.Mapper
-
The output
Class
of
O
type.
- c - Variable in class jupiter.common.reduce.Reducer
-
The output
Class
of
O
type.
- c - Variable in class jupiter.common.struct.map.tree.TreeMap
-
- c - Variable in class jupiter.common.struct.table.Table
-
The
Class
of
E
element type.
- c - Variable in class jupiter.common.thread.WorkQueue
-
- call(Triple<File, File, Boolean>) - Method in class jupiter.common.io.file.Files.Copier
-
- call(Message) - Method in class jupiter.common.io.IOHandler
-
- call(InputStream) - Method in class jupiter.common.io.IOStreamWriter
-
- call(Object) - Method in class jupiter.common.io.string.JSONGenerator
-
- call(I) - Method in class jupiter.common.map.Mapper
-
- call(Object) - Method in class jupiter.common.map.parser.BooleanParser
-
- call(Object) - Method in class jupiter.common.map.parser.ByteParser
-
- call(Object) - Method in class jupiter.common.map.parser.CharacterParser
-
- call(Object) - Method in class jupiter.common.map.parser.DoubleParser
-
- call(Object) - Method in class jupiter.common.map.parser.FloatParser
-
- call(Object) - Method in class jupiter.common.map.parser.IntegerParser
-
- call(Object) - Method in class jupiter.common.map.parser.LongParser
-
- call(Object) - Method in class jupiter.common.map.parser.ShortParser
-
- call(Object) - Method in class jupiter.common.map.parser.StringParser
-
- call(Object) - Method in class jupiter.common.map.remover.StringRemover
-
- call(Object) - Method in class jupiter.common.map.replacer.StringReplacer
-
- call(Object) - Method in class jupiter.common.map.wrapper.StringWrapper
-
- call(I[]) - Method in class jupiter.common.reduce.encoder.Hasher
-
- call(Object...) - Method in class jupiter.common.reduce.joiner.StringJoiner
-
- call(Object[]) - Method in class jupiter.common.reduce.ObjectReducer
-
- call(I[]) - Method in class jupiter.common.reduce.Reducer
-
- call(Pair<I, Interval<Integer>>) - Method in class jupiter.common.thread.DivideAndConquer.Conqueror
-
- call() - Method in class jupiter.common.thread.Worker
-
Processes the I
input.
- call(I) - Method in class jupiter.common.thread.Worker
-
Processes the specified I
input.
- callCollectionToArray(Collection<I>) - Method in class jupiter.common.map.ObjectMapper
-
- callCollectionToLinkedList(Collection<I>) - Method in class jupiter.common.map.ObjectMapper
-
- callCollectionToList(Collection<I>) - Method in class jupiter.common.map.ObjectMapper
-
- callCollectionToPrimitiveArray(Collection<I>) - Method in class jupiter.common.map.ObjectToBooleanMapper
-
- callCollectionToPrimitiveArray(Collection<I>) - Method in class jupiter.common.map.ObjectToByteMapper
-
- callCollectionToPrimitiveArray(Collection<I>) - Method in class jupiter.common.map.ObjectToCharacterMapper
-
- callCollectionToPrimitiveArray(Collection<I>) - Method in class jupiter.common.map.ObjectToDoubleMapper
-
- callCollectionToPrimitiveArray(Collection<I>) - Method in class jupiter.common.map.ObjectToFloatMapper
-
- callCollectionToPrimitiveArray(Collection<I>) - Method in class jupiter.common.map.ObjectToIntegerMapper
-
- callCollectionToPrimitiveArray(Collection<I>) - Method in class jupiter.common.map.ObjectToLongMapper
-
- callCollectionToPrimitiveArray(Collection<I>) - Method in class jupiter.common.map.ObjectToShortMapper
-
- callCollectionToSet(Collection<I>) - Method in class jupiter.common.map.ObjectMapper
-
- callToArray(I[]) - Method in class jupiter.common.map.Mapper
-
- callToArray(I[][]) - Method in class jupiter.common.map.Mapper
-
- callToArray(I[][][]) - Method in class jupiter.common.map.Mapper
-
- callToArray(I[]...) - Method in class jupiter.common.reduce.Reducer
-
- callToArray2D(I[][]) - Method in class jupiter.common.map.Mapper
-
- callToArray2D(I[][]...) - Method in class jupiter.common.reduce.Reducer
-
- callToArray3D(I[][][]) - Method in class jupiter.common.map.Mapper
-
- callToLinkedList(I[]) - Method in class jupiter.common.map.Mapper
-
- callToList(I[]) - Method in class jupiter.common.map.Mapper
-
- callToPrimitive(I) - Method in class jupiter.common.map.ObjectToBooleanMapper
-
- callToPrimitive(I) - Method in class jupiter.common.map.ObjectToByteMapper
-
- callToPrimitive(I) - Method in class jupiter.common.map.ObjectToCharacterMapper
-
- callToPrimitive(I) - Method in class jupiter.common.map.ObjectToDoubleMapper
-
- callToPrimitive(I) - Method in class jupiter.common.map.ObjectToFloatMapper
-
- callToPrimitive(I) - Method in class jupiter.common.map.ObjectToIntegerMapper
-
- callToPrimitive(I) - Method in class jupiter.common.map.ObjectToLongMapper
-
- callToPrimitive(I) - Method in class jupiter.common.map.ObjectToShortMapper
-
- callToPrimitiveArray(I[]) - Method in class jupiter.common.map.ObjectToBooleanMapper
-
- callToPrimitiveArray(I[][]) - Method in class jupiter.common.map.ObjectToBooleanMapper
-
- callToPrimitiveArray(I[][][]) - Method in class jupiter.common.map.ObjectToBooleanMapper
-
- callToPrimitiveArray(I[]) - Method in class jupiter.common.map.ObjectToByteMapper
-
- callToPrimitiveArray(I[][]) - Method in class jupiter.common.map.ObjectToByteMapper
-
- callToPrimitiveArray(I[][][]) - Method in class jupiter.common.map.ObjectToByteMapper
-
- callToPrimitiveArray(I[]) - Method in class jupiter.common.map.ObjectToCharacterMapper
-
- callToPrimitiveArray(I[][]) - Method in class jupiter.common.map.ObjectToCharacterMapper
-
- callToPrimitiveArray(I[][][]) - Method in class jupiter.common.map.ObjectToCharacterMapper
-
- callToPrimitiveArray(I[]) - Method in class jupiter.common.map.ObjectToDoubleMapper
-
- callToPrimitiveArray(I[][]) - Method in class jupiter.common.map.ObjectToDoubleMapper
-
- callToPrimitiveArray(I[][][]) - Method in class jupiter.common.map.ObjectToDoubleMapper
-
- callToPrimitiveArray(I[]) - Method in class jupiter.common.map.ObjectToFloatMapper
-
- callToPrimitiveArray(I[][]) - Method in class jupiter.common.map.ObjectToFloatMapper
-
- callToPrimitiveArray(I[][][]) - Method in class jupiter.common.map.ObjectToFloatMapper
-
- callToPrimitiveArray(I[]) - Method in class jupiter.common.map.ObjectToIntegerMapper
-
- callToPrimitiveArray(I[][]) - Method in class jupiter.common.map.ObjectToIntegerMapper
-
- callToPrimitiveArray(I[][][]) - Method in class jupiter.common.map.ObjectToIntegerMapper
-
- callToPrimitiveArray(I[]) - Method in class jupiter.common.map.ObjectToLongMapper
-
- callToPrimitiveArray(I[][]) - Method in class jupiter.common.map.ObjectToLongMapper
-
- callToPrimitiveArray(I[][][]) - Method in class jupiter.common.map.ObjectToLongMapper
-
- callToPrimitiveArray(I[]) - Method in class jupiter.common.map.ObjectToShortMapper
-
- callToPrimitiveArray(I[][]) - Method in class jupiter.common.map.ObjectToShortMapper
-
- callToPrimitiveArray(I[][][]) - Method in class jupiter.common.map.ObjectToShortMapper
-
- callToPrimitiveArray2D(I[][]) - Method in class jupiter.common.map.ObjectToBooleanMapper
-
- callToPrimitiveArray2D(I[][]) - Method in class jupiter.common.map.ObjectToByteMapper
-
- callToPrimitiveArray2D(I[][]) - Method in class jupiter.common.map.ObjectToCharacterMapper
-
- callToPrimitiveArray2D(I[][]) - Method in class jupiter.common.map.ObjectToDoubleMapper
-
- callToPrimitiveArray2D(I[][]) - Method in class jupiter.common.map.ObjectToFloatMapper
-
- callToPrimitiveArray2D(I[][]) - Method in class jupiter.common.map.ObjectToIntegerMapper
-
- callToPrimitiveArray2D(I[][]) - Method in class jupiter.common.map.ObjectToLongMapper
-
- callToPrimitiveArray2D(I[][]) - Method in class jupiter.common.map.ObjectToShortMapper
-
- callToPrimitiveArray3D(I[][][]) - Method in class jupiter.common.map.ObjectToBooleanMapper
-
- callToPrimitiveArray3D(I[][][]) - Method in class jupiter.common.map.ObjectToByteMapper
-
- callToPrimitiveArray3D(I[][][]) - Method in class jupiter.common.map.ObjectToCharacterMapper
-
- callToPrimitiveArray3D(I[][][]) - Method in class jupiter.common.map.ObjectToDoubleMapper
-
- callToPrimitiveArray3D(I[][][]) - Method in class jupiter.common.map.ObjectToFloatMapper
-
- callToPrimitiveArray3D(I[][][]) - Method in class jupiter.common.map.ObjectToIntegerMapper
-
- callToPrimitiveArray3D(I[][][]) - Method in class jupiter.common.map.ObjectToLongMapper
-
- callToPrimitiveArray3D(I[][][]) - Method in class jupiter.common.map.ObjectToShortMapper
-
- callToSet(I[]) - Method in class jupiter.common.map.Mapper
-
- capitalize(String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by capitalizing all the whitespace-separated words of
the specified
String
.
- capitalize(String, char...) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by capitalizing all the words of the specified
String
separated by the specified
char
delimiters.
- capitalizeFirst(String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by capitalizing the first character of the specified
String
.
- capitalizeStrictly(String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by capitalizing all the whitespace-separated words of
the specified
String
and converting the remaining characters to lower case.
- capitalizeStrictly(String, char...) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by capitalizing all the words of the specified
String
separated by the specified
char
delimiters and converting the
remaining characters to lower case.
- ceil(double) - Static method in class jupiter.common.math.Maths
-
- ceilToByte(double) - Static method in class jupiter.common.math.Maths
-
- ceilToInt(double) - Static method in class jupiter.common.math.Maths
-
- ceilToLong(double) - Static method in class jupiter.common.math.Maths
-
- ceilToShort(double) - Static method in class jupiter.common.math.Maths
-
- centerPad(String, int) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by center-padding the specified
String
to the
specified length.
- centerPad(String, int, char) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by center-padding the specified
String
to the
specified length with the specified
char
token.
- CHAR_SEPARATOR - Static variable in class jupiter.common.io.file.Files
-
The char
name-separator.
- CHARACTER_PARSER - Static variable in interface jupiter.common.map.parser.IParsers
-
- CharacterArguments - Class in jupiter.common.test
-
- CharacterArguments() - Constructor for class jupiter.common.test.CharacterArguments
-
- CharacterParser - Class in jupiter.common.map.parser
-
- CharacterParser() - Constructor for class jupiter.common.map.parser.CharacterParser
-
- Characters - Class in jupiter.common.util
-
- Characters() - Constructor for class jupiter.common.util.Characters
-
- CharacterTable - Class in jupiter.common.struct.table
-
- CharacterTable(int, int) - Constructor for class jupiter.common.struct.table.CharacterTable
-
Constructs a
CharacterTable
with the specified numbers of rows and columns.
- CharacterTable(String[], int, int) - Constructor for class jupiter.common.struct.table.CharacterTable
-
Constructs a
CharacterTable
with the specified header and numbers of rows and
columns.
- CharacterTable(Object[], String[], int, int) - Constructor for class jupiter.common.struct.table.CharacterTable
-
Constructs a
CharacterTable
with the specified index, header and numbers of rows and
columns.
- CharacterTable(char[]...) - Constructor for class jupiter.common.struct.table.CharacterTable
-
- CharacterTable(Character[]...) - Constructor for class jupiter.common.struct.table.CharacterTable
-
- CharacterTable(String[], char[]...) - Constructor for class jupiter.common.struct.table.CharacterTable
-
- CharacterTable(String[], Character[]...) - Constructor for class jupiter.common.struct.table.CharacterTable
-
- CharacterTable(Object[], String[], char[]...) - Constructor for class jupiter.common.struct.table.CharacterTable
-
Constructs a
CharacterTable
with the specified index, header and values.
- CharacterTable(Object[], String[], Character[]...) - Constructor for class jupiter.common.struct.table.CharacterTable
-
Constructs a
CharacterTable
with specified index, header and elements.
- CharacterTable(String, boolean) - Constructor for class jupiter.common.struct.table.CharacterTable
-
Constructs a
CharacterTable
loaded from the file denoted by the specified path.
- CHARSET - Static variable in class jupiter.common.Formats
-
- charset - Variable in class jupiter.common.io.console.SystemConsole
-
The
Charset
of the input lines to read.
- charset - Variable in class jupiter.common.io.Content
-
- charset - Variable in class jupiter.common.io.file.FileHandler
-
- charset - Variable in class jupiter.common.io.file.ReversedFileReader
-
- Charsets - Class in jupiter.common
-
- Charsets() - Constructor for class jupiter.common.Charsets
-
- charSize - Variable in class jupiter.common.io.file.ReversedFileReader
-
The number of bytes to encode a
char
value with the
Charset
.
- check(boolean) - Static method in class jupiter.common.test.Tests
-
- CHECK_ARGS - Static variable in class jupiter.common.test.Arguments
-
- Chronometer - Class in jupiter.common.time
-
- Chronometer() - Constructor for class jupiter.common.time.Chronometer
-
- Chronometer.TimeUnit - Enum in jupiter.common.time
-
- circumscribedSquare(double) - Static method in class jupiter.common.math.Maths
-
Returns the approximate edge length of the circumscribed square of the circle of the
specified radius.
- Classes - Class in jupiter.common.util
-
- Classes() - Constructor for class jupiter.common.util.Classes
-
Prevents the construction of
Classes
.
- clear() - Method in class jupiter.common.io.InputOutput
-
Clears this
.
- clear() - Method in class jupiter.common.io.IOHandler
-
Clears this
.
- clear() - Method in class jupiter.common.io.log.LogHandler
-
Deletes the logs.
- clear() - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Removes all the elements from this
.
- clear() - Method in class jupiter.common.struct.list.ExtendedList
-
Removes all the elements from this
.
- clear() - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Removes all the elements from this
.
- clear() - Method in class jupiter.common.struct.list.SynchronizedList
-
Removes all the elements from this
.
- clear() - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
-
Removes all the key-value mappings from this
.
- clear() - Method in class jupiter.common.struct.map.hash.SynchronizedHashMap
-
Removes all the key-value mappings from this
.
- clear() - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Removes all the key-value mappings from this
.
- clear() - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Removes all the key-value mappings from this
.
- clear() - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Removes all the key-value mappings from this
.
- clear() - Method in class jupiter.common.struct.map.tree.SynchronizedTreeMap
-
Removes all the key-value mappings from this
.
- clear() - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Removes all the elements from this
.
- clear() - Method in class jupiter.common.struct.set.SynchronizedHashSet
-
Removes all the elements from this
.
- clear() - Method in class jupiter.common.struct.table.Table
-
Clears this
.
- clone() - Method in class jupiter.common.io.console.ConsoleHandler
-
Clones this
.
- clone() - Method in class jupiter.common.io.Content
-
Clones this
.
- clone() - Method in class jupiter.common.io.file.FileHandler
-
Clones this
.
- clone() - Method in class jupiter.common.io.file.Files.Copier
-
Clones this
.
- clone() - Method in class jupiter.common.io.InputOutput
-
Clones this
.
- clone() - Method in class jupiter.common.io.IOAppender
-
Clones this
.
- clone() - Method in class jupiter.common.io.IOHandler
-
Clones this
.
- clone() - Method in class jupiter.common.io.IOPrinter
-
Clones this
.
- clone() - Method in class jupiter.common.io.IOStreamWriter
-
Clones this
.
- clone() - Method in class jupiter.common.io.log.LogHandler
-
Clones this
.
- clone() - Method in class jupiter.common.io.Message
-
Clones this
.
- clone() - Method in class jupiter.common.io.string.JSONGenerator
-
Clones this
.
- clone() - Method in class jupiter.common.io.string.JSONValue
-
Clones this
.
- clone() - Method in class jupiter.common.map.DefaultMapper
-
Clones this
.
- clone() - Method in class jupiter.common.map.Mapper
-
Clones this
.
- clone() - Method in class jupiter.common.map.ObjectMapper
-
Clones this
.
- clone() - Method in class jupiter.common.map.ObjectToBooleanMapper
-
Clones this
.
- clone() - Method in class jupiter.common.map.ObjectToByteMapper
-
Clones this
.
- clone() - Method in class jupiter.common.map.ObjectToCharacterMapper
-
Clones this
.
- clone() - Method in class jupiter.common.map.ObjectToDoubleMapper
-
Clones this
.
- clone() - Method in class jupiter.common.map.ObjectToFloatMapper
-
Clones this
.
- clone() - Method in class jupiter.common.map.ObjectToIntegerMapper
-
Clones this
.
- clone() - Method in class jupiter.common.map.ObjectToLongMapper
-
Clones this
.
- clone() - Method in class jupiter.common.map.ObjectToShortMapper
-
Clones this
.
- clone() - Method in class jupiter.common.map.ObjectToStringMapper
-
Clones this
.
- clone() - Method in class jupiter.common.map.parser.BooleanParser
-
Clones this
.
- clone() - Method in class jupiter.common.map.parser.ByteParser
-
Clones this
.
- clone() - Method in class jupiter.common.map.parser.CharacterParser
-
Clones this
.
- clone() - Method in class jupiter.common.map.parser.DoubleParser
-
Clones this
.
- clone() - Method in class jupiter.common.map.parser.FloatParser
-
Clones this
.
- clone() - Method in class jupiter.common.map.parser.IntegerParser
-
Clones this
.
- clone() - Method in class jupiter.common.map.parser.LongParser
-
Clones this
.
- clone() - Method in class jupiter.common.map.parser.ShortParser
-
Clones this
.
- clone() - Method in class jupiter.common.map.parser.StringParser
-
Clones this
.
- clone() - Method in class jupiter.common.map.remover.StringRemover
-
Clones this
.
- clone() - Method in class jupiter.common.map.replacer.StringReplacer
-
Clones this
.
- clone() - Method in class jupiter.common.map.wrapper.StringWrapper
-
Clones this
.
- clone() - Method in class jupiter.common.math.Bound
-
Clones this
.
- clone() - Method in class jupiter.common.math.ComparableNumber
-
Clones this
.
- clone() - Method in class jupiter.common.math.ComparableObject
-
Clones this
.
- clone() - Method in class jupiter.common.math.Domain
-
Clones this
.
- clone() - Method in class jupiter.common.math.DoubleInterval
-
Clones this
.
- clone() - Method in class jupiter.common.math.GenericIntervalList
-
Clones this
.
- clone() - Method in class jupiter.common.math.Interval
-
Clones this
.
- clone() - Method in class jupiter.common.math.IntervalList
-
Clones this
.
- clone() - Method in class jupiter.common.math.LowerBound
-
Clones this
.
- clone() - Method in class jupiter.common.math.UpperBound
-
Clones this
.
- clone() - Method in class jupiter.common.math.WholeNumber
-
Clones this
.
- clone() - Method in interface jupiter.common.model.ICloneable
-
Returns a clone of this
(T
type).
- clone() - Method in class jupiter.common.properties.Properties
-
Clones this
.
- clone() - Method in class jupiter.common.reduce.encoder.Hasher
-
Clones this
.
- clone() - Method in class jupiter.common.reduce.joiner.StringJoiner
-
Clones this
.
- clone() - Method in class jupiter.common.reduce.ObjectReducer
-
Clones this
.
- clone() - Method in class jupiter.common.reduce.Reducer
-
Clones this
.
- clone() - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Clones this
.
- clone() - Method in class jupiter.common.struct.list.ExtendedList
-
Clones this
.
- clone() - Method in class jupiter.common.struct.list.Index
-
Clones this
.
- clone() - Method in class jupiter.common.struct.list.row.Row
-
Clones this
.
- clone() - Method in class jupiter.common.struct.list.row.RowList
-
Clones this
.
- clone() - Method in class jupiter.common.struct.list.SortedList
-
Clones this
.
- clone() - Method in class jupiter.common.struct.list.SortedUniqueList
-
Clones this
.
- clone() - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Clones this
.
- clone() - Method in class jupiter.common.struct.list.SynchronizedList
-
Clones this
.
- clone() - Method in class jupiter.common.struct.list.SynchronizedSortedList
-
Clones this
.
- clone() - Method in class jupiter.common.struct.list.SynchronizedSortedUniqueList
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.hash.SynchronizedHashMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.tree.AvlTreeMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.tree.RedBlackTreeMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.tree.SynchronizedTreeMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.map.tree.TreeMap
-
Clones this
.
- clone() - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Clones this
.
- clone() - Method in class jupiter.common.struct.set.SynchronizedHashSet
-
Clones this
.
- clone() - Method in class jupiter.common.struct.table.BooleanTable
-
Clones this
.
- clone() - Method in class jupiter.common.struct.table.ByteTable
-
Clones this
.
- clone() - Method in class jupiter.common.struct.table.CharacterTable
-
Clones this
.
- clone() - Method in class jupiter.common.struct.table.DoubleTable
-
Clones this
.
- clone() - Method in class jupiter.common.struct.table.FloatTable
-
Clones this
.
- clone() - Method in class jupiter.common.struct.table.IntegerTable
-
Clones this
.
- clone() - Method in class jupiter.common.struct.table.LongTable
-
Clones this
.
- clone() - Method in class jupiter.common.struct.table.NumberTable
-
Clones this
.
- clone() - Method in class jupiter.common.struct.table.ShortTable
-
Clones this
.
- clone() - Method in class jupiter.common.struct.table.StringTable
-
Clones this
.
- clone() - Method in class jupiter.common.struct.table.Table
-
Clones this
.
- clone() - Method in class jupiter.common.struct.tuple.ComparablePair
-
Clones this
.
- clone() - Method in class jupiter.common.struct.tuple.ComparableQuadruple
-
Clones this
.
- clone() - Method in class jupiter.common.struct.tuple.ComparableQuintuple
-
Clones this
.
- clone() - Method in class jupiter.common.struct.tuple.ComparableTriple
-
Clones this
.
- clone() - Method in class jupiter.common.struct.tuple.Pair
-
Clones this
.
- clone() - Method in class jupiter.common.struct.tuple.Quadruple
-
Clones this
.
- clone() - Method in class jupiter.common.struct.tuple.Quintuple
-
Clones this
.
- clone() - Method in class jupiter.common.struct.tuple.Triple
-
Clones this
.
- clone() - Method in class jupiter.common.thread.DivideAndConquer
-
Clones this
.
- clone() - Method in class jupiter.common.thread.DivideAndConquer.Conqueror
-
Clones this
.
- clone() - Method in class jupiter.common.thread.LockedWorkQueue
-
Clones this
.
- clone() - Method in class jupiter.common.thread.Result
-
Clones this
.
- clone() - Method in class jupiter.common.thread.SynchronizedWorkQueue
-
Clones this
.
- clone() - Method in class jupiter.common.thread.Task
-
Clones this
.
- clone() - Method in class jupiter.common.thread.Worker
-
Clones this
.
- clone() - Method in class jupiter.common.thread.WorkQueue
-
Clones this
.
- clone() - Method in class jupiter.common.time.SynchronizedDateFormat
-
Clones this
.
- clone(T[]) - Static method in class jupiter.common.util.Arrays
-
Clones the specified T
array.
- clone(T[][]) - Static method in class jupiter.common.util.Arrays
-
Clones the specified 2D T
array.
- clone(T[][][]) - Static method in class jupiter.common.util.Arrays
-
Clones the specified 3D T
array.
- clone(boolean...) - Static method in class jupiter.common.util.Booleans
-
Returns a clone of the specified boolean
array, or null
if it is
null
.
- clone(boolean[]...) - Static method in class jupiter.common.util.Booleans
-
Clones the specified 2D boolean
array.
- clone(boolean[][][]) - Static method in class jupiter.common.util.Booleans
-
Clones the specified 3D boolean
array.
- clone(byte...) - Static method in class jupiter.common.util.Bytes
-
Returns a clone of the specified byte
array, or null
if it is null
.
- clone(byte[]...) - Static method in class jupiter.common.util.Bytes
-
Clones the specified 2D byte
array.
- clone(byte[][][]) - Static method in class jupiter.common.util.Bytes
-
Clones the specified 3D byte
array.
- clone(char...) - Static method in class jupiter.common.util.Characters
-
Returns a clone of the specified char
array, or null
if it is null
.
- clone(char[]...) - Static method in class jupiter.common.util.Characters
-
Clones the specified 2D char
array.
- clone(char[][][]) - Static method in class jupiter.common.util.Characters
-
Clones the specified 3D char
array.
- clone(double...) - Static method in class jupiter.common.util.Doubles
-
Returns a clone of the specified double
array, or null
if it is null
.
- clone(double[]...) - Static method in class jupiter.common.util.Doubles
-
Clones the specified 2D double
array.
- clone(double[][][]) - Static method in class jupiter.common.util.Doubles
-
Clones the specified 3D double
array.
- clone(float...) - Static method in class jupiter.common.util.Floats
-
Returns a clone of the specified float
array, or null
if it is null
.
- clone(float[]...) - Static method in class jupiter.common.util.Floats
-
Clones the specified 2D float
array.
- clone(float[][][]) - Static method in class jupiter.common.util.Floats
-
Clones the specified 3D float
array.
- clone(int...) - Static method in class jupiter.common.util.Integers
-
Returns a clone of the specified int
array, or null
if it is null
.
- clone(int[]...) - Static method in class jupiter.common.util.Integers
-
Clones the specified 2D int
array.
- clone(int[][][]) - Static method in class jupiter.common.util.Integers
-
Clones the specified 3D int
array.
- clone(long...) - Static method in class jupiter.common.util.Longs
-
Returns a clone of the specified long
array, or null
if it is null
.
- clone(long[]...) - Static method in class jupiter.common.util.Longs
-
Clones the specified 2D long
array.
- clone(long[][][]) - Static method in class jupiter.common.util.Longs
-
Clones the specified 3D long
array.
- clone(T) - Static method in class jupiter.common.util.Objects
-
Clones the specified T
object.
- clone(short...) - Static method in class jupiter.common.util.Shorts
-
Returns a clone of the specified short
array, or null
if it is null
.
- clone(short[]...) - Static method in class jupiter.common.util.Shorts
-
Clones the specified 2D short
array.
- clone(short[][][]) - Static method in class jupiter.common.util.Shorts
-
Clones the specified 3D short
array.
- close() - Method in class jupiter.common.io.file.FileHandler
-
Closes this
.
- close() - Method in class jupiter.common.io.file.ReversedFileReader
-
Closes this
.
- close() - Method in class jupiter.common.io.InputOutput
-
Closes this
.
- close() - Method in class jupiter.common.io.IOHandler
-
Closes this
.
- close() - Method in class jupiter.common.io.IOPrinter
-
Closes this
.
- close() - Method in class jupiter.common.io.log.LogHandler
-
Closes this
.
- close(Closeable) - Static method in class jupiter.common.io.Resources
-
- close(Closeable, String) - Static method in class jupiter.common.io.Resources
-
Closes the specified
Closeable
, or prints a warning message
String
if it is
null
.
- closeAllReaders() - Method in class jupiter.common.io.file.FileHandler
-
- closeAllReaders(String) - Method in class jupiter.common.io.file.FileHandler
-
- closeAuto(AutoCloseable) - Static method in class jupiter.common.io.Resources
-
- closeAuto(AutoCloseable, String) - Static method in class jupiter.common.io.Resources
-
- closeReader(Closeable) - Method in class jupiter.common.io.file.FileHandler
-
- closeReader(Closeable, String) - Method in class jupiter.common.io.file.FileHandler
-
- closest(byte[], byte) - Static method in class jupiter.common.math.Maths
-
- closest(short[], short) - Static method in class jupiter.common.math.Maths
-
- closest(int[], int) - Static method in class jupiter.common.math.Maths
-
- closest(long[], long) - Static method in class jupiter.common.math.Maths
-
- closest(float[], float) - Static method in class jupiter.common.math.Maths
-
- closest(double[], double) - Static method in class jupiter.common.math.Maths
-
- closest(Number[], double) - Static method in class jupiter.common.math.Maths
-
- closest(Collection<? extends Number>, double) - Static method in class jupiter.common.math.Maths
-
- closeWriter() - Method in class jupiter.common.io.file.FileHandler
-
- closeWriter(String) - Method in class jupiter.common.io.file.FileHandler
-
- CollectionArguments - Class in jupiter.common.test
-
- CollectionArguments() - Constructor for class jupiter.common.test.CollectionArguments
-
- CollectionHashMap<K,E> - Class in jupiter.common.struct.map.hash
-
- CollectionHashMap() - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(Collection<E>) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(int) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(int, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(int, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(K[], Collection<E>[]) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
Constructs a
CollectionHashMap
of
K
type and value type
Collection
of
E
element type loaded from the specified key and value arrays containing the
key-value mappings.
- CollectionHashMap(K[], Collection<E>[], Collection<E>) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
Constructs a
CollectionHashMap
of
K
type and value type
Collection
of
E
element type loaded from the specified key and value arrays containing the
key-value mappings.
- CollectionHashMap(K[], Collection<E>[], Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
Constructs a
CollectionHashMap
of
K
type and value type
Collection
of
E
element type loaded from the specified key and value arrays containing the
key-value mappings.
- CollectionHashMap(K[], Collection<? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(K[], Collection<? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(K[], Collection<? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(Collection<? extends K>, Collection<? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(Collection<? extends K>, Collection<? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(Collection<? extends K>, Collection<? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(Map<? extends K, ? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(Map<? extends K, ? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- CollectionHashMap(Map<? extends K, ? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
-
- Collections - Class in jupiter.common.util
-
- Collections() - Constructor for class jupiter.common.util.Collections
-
- collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Booleans
-
- collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Bytes
-
- collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Characters
-
- collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Doubles
-
- collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Floats
-
- collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Integers
-
- collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Longs
-
- collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Shorts
-
- collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Strings
-
- collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Booleans
-
- collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Bytes
-
- collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Characters
-
- collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Doubles
-
- collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Floats
-
- collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Integers
-
- collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Longs
-
- collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Shorts
-
- collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Strings
-
- collectionToList(Collection<?>) - Static method in class jupiter.common.util.Booleans
-
- collectionToList(Collection<?>) - Static method in class jupiter.common.util.Bytes
-
- collectionToList(Collection<?>) - Static method in class jupiter.common.util.Characters
-
- collectionToList(Collection<?>) - Static method in class jupiter.common.util.Doubles
-
- collectionToList(Collection<?>) - Static method in class jupiter.common.util.Floats
-
- collectionToList(Collection<?>) - Static method in class jupiter.common.util.Integers
-
- collectionToList(Collection<?>) - Static method in class jupiter.common.util.Longs
-
- collectionToList(Collection<?>) - Static method in class jupiter.common.util.Shorts
-
- collectionToList(Collection<?>) - Static method in class jupiter.common.util.Strings
-
- collectionToPrimitiveArray(Collection<?>) - Static method in class jupiter.common.util.Booleans
-
Returns a
boolean
array converted from the specified
Collection
.
- collectionToPrimitiveArray(Collection<?>) - Static method in class jupiter.common.util.Bytes
-
Returns a
byte
array converted from the specified
Collection
.
- collectionToPrimitiveArray(Collection<?>) - Static method in class jupiter.common.util.Characters
-
Returns a
char
array converted from the specified
Collection
.
- collectionToPrimitiveArray(Collection<?>) - Static method in class jupiter.common.util.Doubles
-
Returns a
double
array converted from the specified
Collection
.
- collectionToPrimitiveArray(Collection<?>) - Static method in class jupiter.common.util.Floats
-
Returns a
float
array converted from the specified
Collection
.
- collectionToPrimitiveArray(Collection<?>) - Static method in class jupiter.common.util.Integers
-
Returns an
int
array converted from the specified
Collection
.
- collectionToPrimitiveArray(Collection<?>) - Static method in class jupiter.common.util.Longs
-
Returns a
long
array converted from the specified
Collection
.
- collectionToPrimitiveArray(Collection<?>) - Static method in class jupiter.common.util.Shorts
-
Returns a
short
array converted from the specified
Collection
.
- collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Booleans
-
- collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Bytes
-
- collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Characters
-
- collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Doubles
-
- collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Floats
-
- collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Integers
-
- collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Longs
-
- collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Shorts
-
- collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Strings
-
- CollectionTreeMap<K,E> - Class in jupiter.common.struct.map.tree
-
- CollectionTreeMap() - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
- CollectionTreeMap(Collection<E>) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
- CollectionTreeMap(Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
- CollectionTreeMap(K[], Collection<E>[]) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
Constructs a
CollectionTreeMap
of
K
type and value type
Collection
of
E
element type loaded from the specified key and value arrays containing the
key-value mappings.
- CollectionTreeMap(K[], Collection<E>[], Collection<E>) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
Constructs a
CollectionTreeMap
of
K
type and value type
Collection
of
E
element type loaded from the specified key and value arrays containing the
key-value mappings.
- CollectionTreeMap(K[], Collection<E>[], Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
Constructs a
CollectionTreeMap
of
K
type and value type
Collection
of
E
element type loaded from the specified key and value arrays containing the
key-value mappings.
- CollectionTreeMap(K[], Collection<? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
- CollectionTreeMap(K[], Collection<? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
- CollectionTreeMap(K[], Collection<? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
- CollectionTreeMap(Collection<? extends K>, Collection<? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
- CollectionTreeMap(Collection<? extends K>, Collection<? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
- CollectionTreeMap(Collection<? extends K>, Collection<? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
- CollectionTreeMap(Map<? extends K, ? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
- CollectionTreeMap(Map<? extends K, ? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
- CollectionTreeMap(Map<? extends K, ? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
-
- COLON - Static variable in class jupiter.common.util.Characters
-
- COLUMN_DELIMITERS - Static variable in class jupiter.common.struct.table.Table
-
The column char
delimiters.
- ComparableAvlTreeMap<K extends Comparable<? super K>,V> - Class in jupiter.common.struct.map.tree
-
- ComparableAvlTreeMap() - Constructor for class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
- ComparableAvlTreeMap(K[], V[]) - Constructor for class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
Constructs a
ComparableAvlTreeMap
of
K
,
V
and
N
types loaded
from the specified key and value arrays containing the key-value mappings.
- ComparableAvlTreeMap(K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
- ComparableAvlTreeMap(Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
- ComparableAvlTreeMap(Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
Constructs a
ComparableAvlTreeMap
of
K
,
V
and
N
types loaded
from the specified
Map
containing the key-value mappings.
- ComparableAvlTreeNode<K extends Comparable<? super K>,V> - Class in jupiter.common.struct.map.tree
-
- ComparableAvlTreeNode(K, V, ComparableAvlTreeMap<K, V>) - Constructor for class jupiter.common.struct.map.tree.ComparableAvlTreeNode
-
- ComparableBinaryTreeMap<K extends Comparable<? super K>,V,N extends ComparableBinaryTreeNode<K,V,N>> - Class in jupiter.common.struct.map.tree
-
- ComparableBinaryTreeMap() - Constructor for class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
- ComparableBinaryTreeMap(K[], V[]) - Constructor for class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Constructs a
ComparableBinaryTreeMap
of
K
,
V
and
N
types
loaded from the specified key and value arrays containing the key-value mappings.
- ComparableBinaryTreeMap(K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
- ComparableBinaryTreeMap(Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
- ComparableBinaryTreeMap(Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
- ComparableBinaryTreeNode<K extends Comparable<? super K>,V,N extends ComparableBinaryTreeNode<K,V,N>> - Class in jupiter.common.struct.map.tree
-
- ComparableBinaryTreeNode(K, V) - Constructor for class jupiter.common.struct.map.tree.ComparableBinaryTreeNode
-
- ComparableNumber - Class in jupiter.common.math
-
- ComparableNumber() - Constructor for class jupiter.common.math.ComparableNumber
-
- ComparableObject<T extends Comparable<? super T>> - Class in jupiter.common.math
-
- ComparableObject() - Constructor for class jupiter.common.math.ComparableObject
-
- ComparablePair<T1 extends Comparable<T1>,T2 extends Comparable<T2>> - Class in jupiter.common.struct.tuple
-
- ComparablePair() - Constructor for class jupiter.common.struct.tuple.ComparablePair
-
- ComparablePair(T1, T2) - Constructor for class jupiter.common.struct.tuple.ComparablePair
-
- ComparableQuadruple<T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>,T4 extends Comparable<T4>> - Class in jupiter.common.struct.tuple
-
- ComparableQuadruple() - Constructor for class jupiter.common.struct.tuple.ComparableQuadruple
-
- ComparableQuadruple(T1, T2, T3, T4) - Constructor for class jupiter.common.struct.tuple.ComparableQuadruple
-
- ComparableQuintuple<T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>,T4 extends Comparable<T4>,T5 extends Comparable<T5>> - Class in jupiter.common.struct.tuple
-
- ComparableQuintuple() - Constructor for class jupiter.common.struct.tuple.ComparableQuintuple
-
- ComparableQuintuple(T1, T2, T3, T4, T5) - Constructor for class jupiter.common.struct.tuple.ComparableQuintuple
-
- ComparableRedBlackTreeMap<K extends Comparable<? super K>,V> - Class in jupiter.common.struct.map.tree
-
- ComparableRedBlackTreeMap() - Constructor for class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
-
- ComparableRedBlackTreeMap(K[], V[]) - Constructor for class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
-
Constructs a
ComparableRedBlackTreeMap
of
K
,
V
and
N
types
loaded from the specified key and value arrays containing the key-value mappings.
- ComparableRedBlackTreeMap(K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
-
- ComparableRedBlackTreeMap(Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
-
- ComparableRedBlackTreeMap(Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
-
- ComparableRedBlackTreeNode<K extends Comparable<? super K>,V> - Class in jupiter.common.struct.map.tree
-
- ComparableRedBlackTreeNode(K, V) - Constructor for class jupiter.common.struct.map.tree.ComparableRedBlackTreeNode
-
- Comparables - Class in jupiter.common.math
-
- Comparables() - Constructor for class jupiter.common.math.Comparables
-
- ComparableSort - Class in jupiter.common.struct.list
-
This is a duplicate of ComparableTimSort
from Oracle Java 8.
- ComparableSort(Object[], Object[], int, int) - Constructor for class jupiter.common.struct.list.ComparableSort
-
Creates a
ComparableSort
instance to maintain the state of an ongoing sort.
- ComparableTreeMap<K extends Comparable<? super K>,V,N extends ComparableTreeNode<K,V>> - Class in jupiter.common.struct.map.tree
-
- ComparableTreeMap() - Constructor for class jupiter.common.struct.map.tree.ComparableTreeMap
-
- ComparableTreeMap(K[], V[]) - Constructor for class jupiter.common.struct.map.tree.ComparableTreeMap
-
Constructs a
ComparableTreeMap
of
K
,
V
and
N
types loaded
from the specified key and value arrays containing the key-value mappings.
- ComparableTreeMap(K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableTreeMap
-
Constructs a
ComparableTreeMap
of
K
,
V
and
N
types loaded
from the specified key array and value
Collection
containing the key-value mappings.
- ComparableTreeMap(Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableTreeMap
-
Constructs a
ComparableTreeMap
of
K
,
V
and
N
types loaded
from the specified key and value
Collection
containing the key-value mappings.
- ComparableTreeMap(Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableTreeMap
-
Constructs a
ComparableTreeMap
of
K
,
V
and
N
types loaded
from the specified
Map
containing the key-value mappings.
- ComparableTreeNode<K extends Comparable<? super K>,V> - Class in jupiter.common.struct.map.tree
-
- ComparableTreeNode(K, V) - Constructor for class jupiter.common.struct.map.tree.ComparableTreeNode
-
- ComparableTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>> - Class in jupiter.common.struct.tuple
-
- ComparableTriple() - Constructor for class jupiter.common.struct.tuple.ComparableTriple
-
- ComparableTriple(T1, T2, T3) - Constructor for class jupiter.common.struct.tuple.ComparableTriple
-
- COMPARATOR - Static variable in class jupiter.common.struct.list.Index
-
- comparator - Variable in class jupiter.common.struct.list.Sort
-
The
Comparator
of
T
supertype to determine the order.
- COMPARATOR - Static variable in class jupiter.common.time.Dates
-
- COMPARATOR - Static variable in class jupiter.common.util.Bytes
-
- COMPARATOR - Static variable in class jupiter.common.util.Characters
-
- COMPARATOR - Static variable in class jupiter.common.util.Doubles
-
- COMPARATOR - Static variable in class jupiter.common.util.Floats
-
- COMPARATOR - Static variable in class jupiter.common.util.Integers
-
- COMPARATOR - Static variable in class jupiter.common.util.Longs
-
- COMPARATOR - Static variable in class jupiter.common.util.Numbers
-
- COMPARATOR - Static variable in class jupiter.common.util.Shorts
-
- COMPARATOR - Static variable in class jupiter.common.util.Strings
-
- COMPARATOR_WITH_TIME - Static variable in class jupiter.common.time.Dates
-
- compare(Comparable, Object) - Static method in class jupiter.common.math.Comparables
-
- compare(T, T, Comparator<? super T>) - Static method in class jupiter.common.math.Comparables
-
Returns 0
if a
and b
are identical, comparator.compare(a, b)
otherwise (with null
considered as the minimum value).
- compare(Index<?>, Index<?>) - Static method in class jupiter.common.struct.list.Index
-
Compares the specified
Index
for order.
- compare(Date, Date) - Static method in class jupiter.common.time.Dates
-
Compares the specified
Date
for order.
- compare(Calendar, Calendar) - Static method in class jupiter.common.time.Dates
-
Compares the specified
Calendar
for order.
- compare(T[], T[]) - Static method in class jupiter.common.util.Arrays
-
Compares the specified arrays of
Comparable
for order.
- compare(T[], T[], Comparator<? super T>) - Static method in class jupiter.common.util.Arrays
-
Compares the specified arrays for order using the specified
Comparator
.
- compare(byte, byte) - Static method in class jupiter.common.util.Bytes
-
Compares the specified byte
values for order.
- compare(byte[], byte[]) - Static method in class jupiter.common.util.Bytes
-
Compares the specified byte
arrays for order.
- compare(char, char) - Static method in class jupiter.common.util.Characters
-
Compares the specified char
values for order.
- compare(char[], char[]) - Static method in class jupiter.common.util.Characters
-
Compares the specified char
arrays for order.
- compare(double, double) - Static method in class jupiter.common.util.Doubles
-
Compares the specified double
values for order.
- compare(double[], double[]) - Static method in class jupiter.common.util.Doubles
-
Compares the specified double
arrays for order.
- compare(float, float) - Static method in class jupiter.common.util.Floats
-
Compares the specified float
values for order.
- compare(float[], float[]) - Static method in class jupiter.common.util.Floats
-
Compares the specified float
arrays for order.
- compare(int, int) - Static method in class jupiter.common.util.Integers
-
Compares the specified int
values for order.
- compare(int[], int[]) - Static method in class jupiter.common.util.Integers
-
Compares the specified int
arrays for order.
- compare(long, long) - Static method in class jupiter.common.util.Longs
-
Compares the specified long
values for order.
- compare(long[], long[]) - Static method in class jupiter.common.util.Longs
-
Compares the specified long
arrays for order.
- compare(Number, Number) - Static method in class jupiter.common.util.Numbers
-
Compares the specified
Number
for order.
- compare(short, short) - Static method in class jupiter.common.util.Shorts
-
Compares the specified short
values for order.
- compare(short[], short[]) - Static method in class jupiter.common.util.Shorts
-
Compares the specified short
arrays for order.
- compare(String, String) - Static method in class jupiter.common.util.Strings
-
Compares the specified
String
for lexicographic order.
- compareCast(Object, Object) - Static method in class jupiter.common.math.Comparables
-
Compares the specified
Object
for order.
- compareCast(T[], T[]) - Static method in class jupiter.common.util.Arrays
-
Compares the specified T
arrays for order.
- compareIgnoreCase(String, String) - Static method in class jupiter.common.util.Strings
-
Compares the specified
String
for lexicographic order, ignoring case differences.
- compareTo(Bound<T>) - Method in class jupiter.common.math.Bound
-
Compares this
with other
for order.
- compareTo(ComparableNumber) - Method in class jupiter.common.math.ComparableNumber
-
Compares this
with other
for order.
- compareTo(Number) - Method in class jupiter.common.math.ComparableNumber
-
Compares this
with other
for order.
- compareTo(T) - Method in class jupiter.common.math.ComparableObject
-
Compares this
with other
for order.
- compareTo(T) - Method in interface jupiter.common.math.IComparable
-
Compares this
with other
for order.
- compareTo(Interval<T>) - Method in class jupiter.common.math.Interval
-
Compares this
with other
for order.
- compareTo(Bound<T>) - Method in class jupiter.common.math.LowerBound
-
Compares this
with other
for order.
- compareTo(Bound<T>) - Method in class jupiter.common.math.UpperBound
-
Compares this
with other
for order.
- compareTo(ComparableNumber) - Method in class jupiter.common.math.WholeNumber
-
Compares this
with other
for order.
- compareTo(Index<T>) - Method in class jupiter.common.struct.list.Index
-
Compares this
with other
for order.
- compareTo(Map.Entry<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableTreeNode
-
Compares this
with other
for order.
- compareTo(Map.Entry<K, V>) - Method in class jupiter.common.struct.map.tree.TreeNode
-
Compares this
with other
for order.
- compareTo(ComparablePair<T1, T2>) - Method in class jupiter.common.struct.tuple.ComparablePair
-
Compares this
with other
for order.
- compareTo(ComparableQuadruple<T1, T2, T3, T4>) - Method in class jupiter.common.struct.tuple.ComparableQuadruple
-
Compares this
with other
for order.
- compareTo(ComparableQuintuple<T1, T2, T3, T4, T5>) - Method in class jupiter.common.struct.tuple.ComparableQuintuple
-
Compares this
with other
for order.
- compareTo(ComparableTriple<T1, T2, T3>) - Method in class jupiter.common.struct.tuple.ComparableTriple
-
Compares this
with other
for order.
- compareWithTime(Date, Date) - Static method in class jupiter.common.time.Dates
-
Compares the specified
Date
with time for order.
- compareWithTime(Calendar, Calendar) - Static method in class jupiter.common.time.Dates
-
Compares the specified
Calendar
with time for order.
- compute() - Method in class jupiter.common.time.Chronometer
-
- concat(Table<E>) - Method in class jupiter.common.struct.table.Table
-
Concatenates with the specified
Table
.
- concat(Table<E>, boolean) - Method in class jupiter.common.struct.table.Table
-
Concatenates with the specified
Table
.
- concat(T[], T[]) - Static method in class jupiter.common.util.Arrays
-
Returns a T
array containing all the elements of the specified T
arrays.
- concat(T[]...) - Static method in class jupiter.common.util.Arrays
-
Returns a T
array containing all the elements of the specified T
arrays.
- concat(boolean, boolean...) - Static method in class jupiter.common.util.Booleans
-
Returns a boolean
array containing the specified boolean
value and all the
elements of the specified boolean
array.
- concat(boolean[], boolean...) - Static method in class jupiter.common.util.Booleans
-
Returns a boolean
array containing all the elements of the specified boolean
arrays.
- concat(byte, byte...) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
array containing the specified byte
value and all the elements
of the specified byte
array.
- concat(byte[], byte...) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
array containing all the elements of the specified byte
arrays.
- concat(char, char...) - Static method in class jupiter.common.util.Characters
-
Returns a char
array containing the specified char
value and all the elements
of the specified char
array.
- concat(char[], char...) - Static method in class jupiter.common.util.Characters
-
Returns a char
array containing all the elements of the specified char
arrays.
- concat(double, double...) - Static method in class jupiter.common.util.Doubles
-
Returns a double
array containing the specified double
value and all the
elements of the specified double
array.
- concat(double[], double...) - Static method in class jupiter.common.util.Doubles
-
Returns a double
array containing all the elements of the specified double
arrays.
- concat(float, float...) - Static method in class jupiter.common.util.Floats
-
Returns a float
array containing the specified float
value and all the
elements of the specified float
array.
- concat(float[], float...) - Static method in class jupiter.common.util.Floats
-
Returns a float
array containing all the elements of the specified float
arrays.
- concat(int, int...) - Static method in class jupiter.common.util.Integers
-
Returns an int
array containing the specified int
value and all the elements
of the specified int
array.
- concat(int[], int...) - Static method in class jupiter.common.util.Integers
-
Returns an int
array containing all the elements of the specified int
arrays.
- concat(long, long...) - Static method in class jupiter.common.util.Longs
-
Returns a long
array containing the specified long
value and all the elements
of the specified long
array.
- concat(long[], long...) - Static method in class jupiter.common.util.Longs
-
Returns a long
array containing all the elements of the specified long
arrays.
- concat(short, short...) - Static method in class jupiter.common.util.Shorts
-
Returns a short
array containing the specified short
value and all the
elements of the specified short
array.
- concat(short[], short...) - Static method in class jupiter.common.util.Shorts
-
Returns a short
array containing all the elements of the specified short
arrays.
- confidenceInterval(long, double, double) - Static method in class jupiter.common.math.Statistics
-
- confidenceInterval(long, double, double, double) - Static method in class jupiter.common.math.Statistics
-
- conquer(long...) - Method in class jupiter.common.thread.DivideAndConquer
-
Conquers the execution slices with the specified identifiers.
- conquer(I, int, int) - Method in class jupiter.common.thread.DivideAndConquer
-
Conquers the execution slice between the specified indices with the specified I
input.
- conquer(I, Interval<Integer>) - Method in class jupiter.common.thread.DivideAndConquer
-
Conquers the execution slice with the specified
I
input and
Interval
.
- Conqueror() - Constructor for class jupiter.common.thread.DivideAndConquer.Conqueror
-
- console - Variable in class jupiter.common.io.console.ConsoleHandler
-
- ConsoleHandler - Class in jupiter.common.io.console
-
- ConsoleHandler() - Constructor for class jupiter.common.io.console.ConsoleHandler
-
- ConsoleHandler(IConsole) - Constructor for class jupiter.common.io.console.ConsoleHandler
-
- consoleHandler - Variable in class jupiter.common.io.InputOutput
-
- ConsoleHandler.Color - Enum in jupiter.common.io.console
-
- constrain(Double) - Method in class jupiter.common.math.Domain
-
Returns value
if value
is inside this
, NaN
otherwise.
- constrain(Double) - Method in class jupiter.common.math.DoubleInterval
-
Returns value
if value
is inside this
, NaN
otherwise.
- constrain(T) - Method in class jupiter.common.math.GenericIntervalList
-
Returns value
if value
is inside this
, null
otherwise.
- constrain(T) - Method in class jupiter.common.math.Interval
-
Returns value
if value
is inside this
, null
otherwise.
- constrain(IDoubleInterval, Double) - Static method in class jupiter.common.math.Intervals
-
Returns
value
if
value
is inside the specified
IDoubleInterval
,
NaN
otherwise.
- constrain(T) - Method in interface jupiter.common.math.ISet
-
Returns value
if value
is inside this
, null
otherwise.
- constrain(float, float, float) - Static method in class jupiter.common.math.Maths
-
Returns x
if x
is inside the domain determined by from
and
to
, NaN
otherwise.
- constrain(double, double, double) - Static method in class jupiter.common.math.Maths
-
Returns x
if x
is inside the domain determined by from
and
to
, NaN
otherwise.
- contains(T[], T) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified T
array contains the specified T
token.
- contains(boolean[], boolean) - Static method in class jupiter.common.util.Booleans
-
Tests whether the specified boolean
array contains the specified boolean
token.
- contains(byte[], byte) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified byte
array contains the specified byte
token.
- contains(char[], char) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
array contains the specified char
token.
- contains(double[], double) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified double
array contains the specified double
token.
- contains(float[], float) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified float
array contains the specified float
token.
- contains(int[], int) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified int
array contains the specified int
token.
- contains(long[], long) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified long
array contains the specified long
token.
- contains(short[], short) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified short
array contains the specified short
token.
- contains(String, char) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
contains the specified
char
token.
- contains(String, String) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
contains the specified token
String
.
- containsAny(T[], T[]) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified T
array contains any of the specified T
tokens.
- containsAny(boolean[], boolean...) - Static method in class jupiter.common.util.Booleans
-
Tests whether the specified boolean
array contains any of the specified
boolean
tokens.
- containsAny(byte[], byte...) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified byte
array contains any of the specified byte
tokens.
- containsAny(char[], char...) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
array contains any of the specified char
tokens.
- containsAny(double[], double...) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified double
array contains any of the specified double
tokens.
- containsAny(float[], float...) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified float
array contains any of the specified float
tokens.
- containsAny(int[], int...) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified int
array contains any of the specified int
tokens.
- containsAny(long[], long...) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified long
array contains any of the specified long
tokens.
- containsAny(short[], short...) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified short
array contains any of the specified short
tokens.
- containsAny(String, char...) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
contains any of the specified
char
tokens.
- containsAny(String, String...) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
contains any of the specified token
String
.
- containsKey(Object) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Tests whether a key-value mapping for the specified key
Object
exists.
- containsKey(Object) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Tests whether a key-value mapping for the specified key
Object
exists.
- containsValue(Object) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Tests whether a mapping for the specified value
Object
exists.
- containsValue(Object) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Tests whether a mapping for the specified value
Object
exists.
- Content - Class in jupiter.common.io
-
- Content(Object) - Constructor for class jupiter.common.io.Content
-
- Content(Object, Charset) - Constructor for class jupiter.common.io.Content
-
- Content(Object, int) - Constructor for class jupiter.common.io.Content
-
Constructs a
Content
with the specified content
Object
and number of lines.
- Content(Object, Charset, int) - Constructor for class jupiter.common.io.Content
-
- content - Variable in class jupiter.common.io.Content
-
- content - Variable in class jupiter.common.io.Message
-
- Contents - Class in jupiter.common.io
-
- Contents() - Constructor for class jupiter.common.io.Contents
-
- convert(Object) - Static method in class jupiter.common.util.Booleans
-
- convert(short) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
value converted from the specified short
value.
- convert(int) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
value converted from the specified int
value.
- convert(long) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
value converted from the specified long
value.
- convert(float) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
value converted from the specified float
value.
- convert(double) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
value converted from the specified double
value.
- convert(Object) - Static method in class jupiter.common.util.Bytes
-
Returns a
Byte
converted from the specified
Object
.
- convert(Object) - Static method in class jupiter.common.util.Characters
-
- convert(Object) - Static method in class jupiter.common.util.Doubles
-
- convert(double) - Static method in class jupiter.common.util.Floats
-
Returns a float
value converted from the specified double
value.
- convert(Object) - Static method in class jupiter.common.util.Floats
-
- convert(long) - Static method in class jupiter.common.util.Integers
-
Returns an int
value converted from the specified long
value.
- convert(float) - Static method in class jupiter.common.util.Integers
-
Returns an int
value converted from the specified float
value.
- convert(double) - Static method in class jupiter.common.util.Integers
-
Returns an int
value converted from the specified double
value.
- convert(Object) - Static method in class jupiter.common.util.Integers
-
- convert(float) - Static method in class jupiter.common.util.Longs
-
Returns a long
value converted from the specified float
value.
- convert(double) - Static method in class jupiter.common.util.Longs
-
Returns a long
value converted from the specified double
value.
- convert(Object) - Static method in class jupiter.common.util.Longs
-
Returns a
Long
converted from the specified
Object
.
- convert(int) - Static method in class jupiter.common.util.Shorts
-
Returns a short
value converted from the specified int
value.
- convert(long) - Static method in class jupiter.common.util.Shorts
-
Returns a short
value converted from the specified long
value.
- convert(float) - Static method in class jupiter.common.util.Shorts
-
Returns a short
value converted from the specified float
value.
- convert(double) - Static method in class jupiter.common.util.Shorts
-
Returns a short
value converted from the specified double
value.
- convert(Object) - Static method in class jupiter.common.util.Shorts
-
- convert(Object) - Static method in class jupiter.common.util.Strings
-
- Copier() - Constructor for class jupiter.common.io.file.Files.Copier
-
- COPIER_QUEUE - Static variable in class jupiter.common.io.file.Files
-
The
WorkQueue
used for copying the files (or directories).
- copy(File) - Method in class jupiter.common.io.file.FileHandler
-
Copies the
File
to the specified target
File
(preserving the file dates).
- copy(File, boolean) - Method in class jupiter.common.io.file.FileHandler
-
Copies the
File
to the specified target
File
(preserving the file dates).
- copy(File, File) - Static method in class jupiter.common.io.file.Files
-
Copies the specified source
File
to the specified target
File
(preserving the
file dates).
- copy(File, File, boolean) - Static method in class jupiter.common.io.file.Files
-
Copies the specified source
File
to the specified target
File
(preserving the
file dates).
- copy(File, File, boolean, int) - Static method in class jupiter.common.io.file.Files
-
Copies the specified source
File
to the specified target
File
from the
specified line (without necessary preserving the file dates).
- copy(File, File, boolean, int, int) - Static method in class jupiter.common.io.file.Files
-
Copies the specified source
File
to the specified target
File
between the
specified lines (without necessary preserving the file dates).
- copy(File, OutputStream) - Static method in class jupiter.common.io.file.Files
-
Reads the data from the specified source
File
and writes it to the specified
OutputStream
.
- copy(File, OutputStream, byte[]) - Static method in class jupiter.common.io.file.Files
-
Reads the data from the specified source
File
and writes it to the specified
OutputStream
with the specified buffer.
- copy(File, FileChannel) - Static method in class jupiter.common.io.file.Files
-
Reads the data from the specified source
File
and writes it to the specified
FileChannel
.
- copy(InputStream, File) - Static method in class jupiter.common.io.file.Files
-
Reads the data from the specified
InputStream
and writes it to the specified target
File
.
- copy(InputStream, File, byte[]) - Static method in class jupiter.common.io.file.Files
-
Reads the data from the specified
InputStream
and writes it to the specified target
File
with the specified buffer.
- copy(ReadableByteChannel, File) - Static method in class jupiter.common.io.file.Files
-
- copy(InputStream, OutputStream) - Static method in class jupiter.common.io.InputOutput
-
- copy(InputStream, OutputStream, byte[]) - Static method in class jupiter.common.io.InputOutput
-
Reads the data from the specified
InputStream
and writes it to the specified
OutputStream
with the specified buffer.
- copy(BufferedReader, PrintWriter, int) - Static method in class jupiter.common.io.InputOutput
-
- copy(BufferedReader, PrintWriter, int, int) - Static method in class jupiter.common.io.InputOutput
-
- CopyFileException - Exception in jupiter.common.exception
-
- CopyFileException() - Constructor for exception jupiter.common.exception.CopyFileException
-
- CopyFileException(String) - Constructor for exception jupiter.common.exception.CopyFileException
-
- CopyFileException(String, Throwable) - Constructor for exception jupiter.common.exception.CopyFileException
-
- CORE_COUNT - Static variable in class jupiter.common.thread.Threads
-
The available number of cores.
- cos(double) - Static method in class jupiter.common.math.Maths
-
Returns the cosine of the specified angle (in radians).
- cosec(double) - Static method in class jupiter.common.math.Maths
-
Returns the cosecant of the specified angle (in radians).
- cosech(double) - Static method in class jupiter.common.math.Maths
-
Returns the hyperbolic cosecant of the specified angle (in radians).
- cosh(double) - Static method in class jupiter.common.math.Maths
-
Returns the hyperbolic cosine of the specified angle (in radians).
- cot(double) - Static method in class jupiter.common.math.Maths
-
Returns the cotangent of the specified angle (in radians).
- coth(double) - Static method in class jupiter.common.math.Maths
-
Returns the hyperbolic cotangent of the specified angle (in radians).
- count(T[][]) - Static method in class jupiter.common.util.Arrays
-
Returns the number of elements in the specified 2D T
array.
- count(T[][][]) - Static method in class jupiter.common.util.Arrays
-
Returns the number of elements in the specified 3D T
array.
- count(T[], T) - Static method in class jupiter.common.util.Arrays
-
Returns the number of occurrences of the specified T
token in the specified T
array.
- count(T[][], T) - Static method in class jupiter.common.util.Arrays
-
Returns the number of occurrences of the specified T
token in the specified 2D
T
array.
- count(T[][][], T) - Static method in class jupiter.common.util.Arrays
-
Returns the number of occurrences of the specified T
token in the specified 3D
T
array.
- count(T[], T[]) - Static method in class jupiter.common.util.Arrays
-
Returns the number of occurrences of the specified T
tokens in the specified
T
array.
- count(T[][], T[]) - Static method in class jupiter.common.util.Arrays
-
Returns the number of occurrences of the specified T
tokens in the specified 2D
T
array.
- count(T[][][], T[]) - Static method in class jupiter.common.util.Arrays
-
Returns the number of occurrences of the specified T
tokens in the specified 3D
T
array.
- count(boolean[][]) - Static method in class jupiter.common.util.Booleans
-
Returns the number of elements in the specified 2D boolean
array.
- count(boolean[][][]) - Static method in class jupiter.common.util.Booleans
-
Returns the number of elements in the specified 3D boolean
array.
- count(boolean[], boolean) - Static method in class jupiter.common.util.Booleans
-
Returns the number of occurrences of the specified boolean
token in the specified
boolean
array.
- count(boolean[][], boolean) - Static method in class jupiter.common.util.Booleans
-
Returns the number of occurrences of the specified boolean
token in the specified 2D
boolean
array.
- count(boolean[][][], boolean) - Static method in class jupiter.common.util.Booleans
-
Returns the number of occurrences of the specified boolean
token in the specified 3D
boolean
array.
- count(boolean[], boolean...) - Static method in class jupiter.common.util.Booleans
-
Returns the number of occurrences of the specified boolean
tokens in the specified
boolean
array.
- count(boolean[][], boolean...) - Static method in class jupiter.common.util.Booleans
-
Returns the number of occurrences of the specified boolean
tokens in the specified 2D
boolean
array.
- count(boolean[][][], boolean...) - Static method in class jupiter.common.util.Booleans
-
Returns the number of occurrences of the specified boolean
tokens in the specified 3D
boolean
array.
- count(byte[][]) - Static method in class jupiter.common.util.Bytes
-
Returns the number of elements in the specified 2D byte
array.
- count(byte[][][]) - Static method in class jupiter.common.util.Bytes
-
Returns the number of elements in the specified 3D byte
array.
- count(byte[], byte) - Static method in class jupiter.common.util.Bytes
-
Returns the number of occurrences of the specified byte
token in the specified
byte
array.
- count(byte[][], byte) - Static method in class jupiter.common.util.Bytes
-
Returns the number of occurrences of the specified byte
token in the specified 2D
byte
array.
- count(byte[][][], byte) - Static method in class jupiter.common.util.Bytes
-
Returns the number of occurrences of the specified byte
token in the specified 3D
byte
array.
- count(byte[], byte...) - Static method in class jupiter.common.util.Bytes
-
Returns the number of occurrences of the specified byte
tokens in the specified
byte
array.
- count(byte[][], byte...) - Static method in class jupiter.common.util.Bytes
-
Returns the number of occurrences of the specified byte
tokens in the specified 2D
byte
array.
- count(byte[][][], byte...) - Static method in class jupiter.common.util.Bytes
-
Returns the number of occurrences of the specified byte
tokens in the specified 3D
byte
array.
- count(char[][]) - Static method in class jupiter.common.util.Characters
-
Returns the number of elements in the specified 2D char
array.
- count(char[][][]) - Static method in class jupiter.common.util.Characters
-
Returns the number of elements in the specified 3D char
array.
- count(char[], char) - Static method in class jupiter.common.util.Characters
-
Returns the number of occurrences of the specified char
token in the specified
char
array.
- count(char[][], char) - Static method in class jupiter.common.util.Characters
-
Returns the number of occurrences of the specified char
token in the specified 2D
char
array.
- count(char[][][], char) - Static method in class jupiter.common.util.Characters
-
Returns the number of occurrences of the specified char
token in the specified 3D
char
array.
- count(char[], char...) - Static method in class jupiter.common.util.Characters
-
Returns the number of occurrences of the specified char
tokens in the specified
char
array.
- count(char[][], char...) - Static method in class jupiter.common.util.Characters
-
Returns the number of occurrences of the specified char
tokens in the specified 2D
char
array.
- count(char[][][], char...) - Static method in class jupiter.common.util.Characters
-
Returns the number of occurrences of the specified char
tokens in the specified 3D
char
array.
- count(double[][]) - Static method in class jupiter.common.util.Doubles
-
Returns the number of elements in the specified 2D double
array.
- count(double[][][]) - Static method in class jupiter.common.util.Doubles
-
Returns the number of elements in the specified 3D double
array.
- count(double[], double) - Static method in class jupiter.common.util.Doubles
-
Returns the number of occurrences of the specified double
token in the specified
double
array.
- count(double[][], double) - Static method in class jupiter.common.util.Doubles
-
Returns the number of occurrences of the specified double
token in the specified 2D
double
array.
- count(double[][][], double) - Static method in class jupiter.common.util.Doubles
-
Returns the number of occurrences of the specified double
token in the specified 3D
double
array.
- count(double[], double...) - Static method in class jupiter.common.util.Doubles
-
Returns the number of occurrences of the specified double
tokens in the specified
double
array.
- count(double[][], double...) - Static method in class jupiter.common.util.Doubles
-
Returns the number of occurrences of the specified double
tokens in the specified 2D
double
array.
- count(double[][][], double...) - Static method in class jupiter.common.util.Doubles
-
Returns the number of occurrences of the specified double
tokens in the specified 3D
double
array.
- count(float[][]) - Static method in class jupiter.common.util.Floats
-
Returns the number of elements in the specified 2D float
array.
- count(float[][][]) - Static method in class jupiter.common.util.Floats
-
Returns the number of elements in the specified 3D float
array.
- count(float[], float) - Static method in class jupiter.common.util.Floats
-
Returns the number of occurrences of the specified float
token in the specified
float
array.
- count(float[][], float) - Static method in class jupiter.common.util.Floats
-
Returns the number of occurrences of the specified float
token in the specified 2D
float
array.
- count(float[][][], float) - Static method in class jupiter.common.util.Floats
-
Returns the number of occurrences of the specified float
token in the specified 3D
float
array.
- count(float[], float...) - Static method in class jupiter.common.util.Floats
-
Returns the number of occurrences of the specified float
tokens in the specified
float
array.
- count(float[][], float...) - Static method in class jupiter.common.util.Floats
-
Returns the number of occurrences of the specified float
tokens in the specified 2D
float
array.
- count(float[][][], float...) - Static method in class jupiter.common.util.Floats
-
Returns the number of occurrences of the specified float
tokens in the specified 3D
float
array.
- count(int[][]) - Static method in class jupiter.common.util.Integers
-
Returns the number of elements in the specified 2D int
array.
- count(int[][][]) - Static method in class jupiter.common.util.Integers
-
Returns the number of elements in the specified 3D int
array.
- count(int[], int) - Static method in class jupiter.common.util.Integers
-
Returns the number of occurrences of the specified int
token in the specified
int
array.
- count(int[][], int) - Static method in class jupiter.common.util.Integers
-
Returns the number of occurrences of the specified int
token in the specified 2D
int
array.
- count(int[][][], int) - Static method in class jupiter.common.util.Integers
-
Returns the number of occurrences of the specified int
token in the specified 3D
int
array.
- count(int[], int...) - Static method in class jupiter.common.util.Integers
-
Returns the number of occurrences of the specified int
tokens in the specified
int
array.
- count(int[][], int...) - Static method in class jupiter.common.util.Integers
-
Returns the number of occurrences of the specified int
tokens in the specified 2D
int
array.
- count(int[][][], int...) - Static method in class jupiter.common.util.Integers
-
Returns the number of occurrences of the specified int
tokens in the specified 3D
int
array.
- count(long[][]) - Static method in class jupiter.common.util.Longs
-
Returns the number of elements in the specified 2D long
array.
- count(long[][][]) - Static method in class jupiter.common.util.Longs
-
Returns the number of elements in the specified 3D long
array.
- count(long[], long) - Static method in class jupiter.common.util.Longs
-
Returns the number of occurrences of the specified long
token in the specified
long
array.
- count(long[][], long) - Static method in class jupiter.common.util.Longs
-
Returns the number of occurrences of the specified long
token in the specified 2D
long
array.
- count(long[][][], long) - Static method in class jupiter.common.util.Longs
-
Returns the number of occurrences of the specified long
token in the specified 3D
long
array.
- count(long[], long...) - Static method in class jupiter.common.util.Longs
-
Returns the number of occurrences of the specified long
tokens in the specified
long
array.
- count(long[][], long...) - Static method in class jupiter.common.util.Longs
-
Returns the number of occurrences of the specified long
tokens in the specified 2D
long
array.
- count(long[][][], long...) - Static method in class jupiter.common.util.Longs
-
Returns the number of occurrences of the specified long
tokens in the specified 3D
long
array.
- count(short[][]) - Static method in class jupiter.common.util.Shorts
-
Returns the number of elements in the specified 2D short
array.
- count(short[][][]) - Static method in class jupiter.common.util.Shorts
-
Returns the number of elements in the specified 3D short
array.
- count(short[], short) - Static method in class jupiter.common.util.Shorts
-
Returns the number of occurrences of the specified short
token in the specified
short
array.
- count(short[][], short) - Static method in class jupiter.common.util.Shorts
-
Returns the number of occurrences of the specified short
token in the specified 2D
short
array.
- count(short[][][], short) - Static method in class jupiter.common.util.Shorts
-
Returns the number of occurrences of the specified short
token in the specified 3D
short
array.
- count(short[], short...) - Static method in class jupiter.common.util.Shorts
-
Returns the number of occurrences of the specified short
tokens in the specified
short
array.
- count(short[][], short...) - Static method in class jupiter.common.util.Shorts
-
Returns the number of occurrences of the specified short
tokens in the specified 2D
short
array.
- count(short[][][], short...) - Static method in class jupiter.common.util.Shorts
-
Returns the number of occurrences of the specified short
tokens in the specified 3D
short
array.
- count(String, char) - Static method in class jupiter.common.util.Strings
-
Returns the number of occurrences of the specified
char
token in the specified
String
.
- count(String, char...) - Static method in class jupiter.common.util.Strings
-
Returns the number of occurrences of the specified
char
tokens in the specified
String
.
- countBusinessDays(Date, Date) - Static method in class jupiter.common.time.Dates
-
Returns the number of business days for the specified period of time.
- countBusinessDays(Date, Date, Mapper<Integer, List<? extends Date>>) - Static method in class jupiter.common.time.Dates
-
Returns the number of business days with the specified public holidays
Mapper
for the
specified period of time.
- countDays(Date, Date) - Static method in class jupiter.common.time.Dates
-
Returns the number of days for the specified period of time.
- countLines() - Method in class jupiter.common.io.file.FileHandler
-
Returns the number of lines.
- countLines(boolean) - Method in class jupiter.common.io.file.FileHandler
-
Returns the number of lines (or non-empty lines if skipEmptyLines
).
- countLines(File) - Static method in class jupiter.common.io.file.Files
-
Returns the number of lines of the specified
File
.
- countLines(File, Charset) - Static method in class jupiter.common.io.file.Files
-
Returns the number of lines of the specified
File
with the specified
Charset
.
- countLines(File, boolean) - Static method in class jupiter.common.io.file.Files
-
Returns the number of lines (or non-empty lines if
skipEmptyLines
) of the specified
File
.
- countLines(File, Charset, boolean) - Static method in class jupiter.common.io.file.Files
-
Returns the number of lines (or non-empty lines if
skipEmptyLines
) of the specified
File
with the specified
Charset
.
- countLines(InputStream) - Static method in class jupiter.common.io.InputOutput
-
Returns the number of lines of the specified
InputStream
.
- countLines(InputStream, Charset) - Static method in class jupiter.common.io.InputOutput
-
- countLines(InputStream, boolean) - Static method in class jupiter.common.io.InputOutput
-
Returns the number of lines (or non-empty lines if
skipEmptyLines
) of the specified
InputStream
.
- countLines(InputStream, Charset, boolean) - Static method in class jupiter.common.io.InputOutput
-
Returns the number of lines (or non-empty lines if
skipEmptyLines
) of the specified
InputStream
with the specified
Charset
.
- countLines(String) - Static method in class jupiter.common.util.Strings
-
Returns the number of lines of the specified
String
.
- countLines(String, boolean) - Static method in class jupiter.common.util.Strings
-
Returns the number of lines of the specified
String
.
- countLowerCase(char...) - Static method in class jupiter.common.util.Characters
-
Returns the number of lower case char
tokens in the specified char
array.
- countLowerCase(String) - Static method in class jupiter.common.util.Strings
-
Returns the number of lower case characters in the specified
String
.
- countMaxSteps(double, double, double) - Static method in class jupiter.common.math.Maths
-
- countMinSteps(double, double, double) - Static method in class jupiter.common.math.Maths
-
- countMonths(Date, Date) - Static method in class jupiter.common.time.Dates
-
Returns the number of months for the specified period of time.
- countNonNull(T[]) - Static method in class jupiter.common.util.Arrays
-
Returns the number of non-null
elements in the specified T
array.
- countNonNull(T[][]) - Static method in class jupiter.common.util.Arrays
-
Returns the number of non-null
elements in the specified 2D T
array.
- countNonNull(T[][][]) - Static method in class jupiter.common.util.Arrays
-
Returns the number of non-null
elements in the specified 3D T
array.
- countNull(T[]) - Static method in class jupiter.common.util.Arrays
-
Returns the number of null
elements in the specified T
array.
- countNull(T[][]) - Static method in class jupiter.common.util.Arrays
-
Returns the number of null
elements in the specified 2D T
array.
- countNull(T[][][]) - Static method in class jupiter.common.util.Arrays
-
Returns the number of null
elements in the specified 3D T
array.
- countRunAndMakeAscending(Object[], int, int) - Static method in class jupiter.common.struct.list.ComparableSort
-
Returns the length of the run beginning at the specified position in the specified array and
reverses the run if descending (ensuring that the run will always be ascending when the
method returns).
- countRunAndMakeAscending(T[], int, int, Comparator<? super T>) - Static method in class jupiter.common.struct.list.Sort
-
Returns the length of the run beginning at the specified position in the specified array and
reverses the run if descending (ensuring that the run will always be ascending when the
method returns).
- countString(String, String) - Static method in class jupiter.common.util.Strings
-
Returns the number of occurrences of the specified token
String
in the specified
String
.
- countString(String, String...) - Static method in class jupiter.common.util.Strings
-
Returns the number of occurrences of the specified token
String
in the specified
String
.
- countSymbols(double, double) - Method in class jupiter.common.io.ProgressBar
-
Returns the number of symbols to print.
- countTitleCase(char...) - Static method in class jupiter.common.util.Characters
-
Returns the number of title case char
tokens in the specified char
array.
- countTitleCase(String) - Static method in class jupiter.common.util.Strings
-
Returns the number of title case characters in the specified
String
.
- countUpperCase(char...) - Static method in class jupiter.common.util.Characters
-
Returns the number of upper case char
tokens in the specified char
array.
- countUpperCase(String) - Static method in class jupiter.common.util.Strings
-
Returns the number of upper case characters in the specified
String
.
- countYears(Date, Date) - Static method in class jupiter.common.time.Dates
-
Returns the number of years for the specified period of time.
- CR - Static variable in class jupiter.common.util.Strings
-
The carriage return used for line breaking in Mac OS.
- create(Class<T>, int) - Static method in class jupiter.common.util.Arrays
-
- create(Class<T>, int, int) - Static method in class jupiter.common.util.Arrays
-
- create(Class<T>, int, int, int) - Static method in class jupiter.common.util.Arrays
-
- createArray(int) - Method in class jupiter.common.struct.table.Table
-
Creates an E
array of the specified length.
- createArray2D(int, int) - Method in class jupiter.common.struct.table.Table
-
Creates a 2D E
array of the specified row and column lengths.
- createAvailableWorkers(int) - Method in class jupiter.common.thread.WorkQueue
-
Creates the specified number of
Worker
according to the model if required.
- createBar() - Static method in class jupiter.common.util.Strings
-
Creates a
String
bar by default.
- createBar(int) - Static method in class jupiter.common.util.Strings
-
Creates a
String
bar of the specified length with the default progress
char
symbol.
- createBar(char) - Static method in class jupiter.common.util.Strings
-
Creates a
String
bar of the default length with the specified progress
char
symbol.
- createBar(int, char) - Static method in class jupiter.common.util.Strings
-
Creates a
String
bar of the specified length with the specified progress
char
symbol.
- createBuilder() - Static method in class jupiter.common.util.Strings
-
- createBuilder(int) - Static method in class jupiter.common.util.Strings
-
- createBusinessDaySequence(Date, Date) - Static method in class jupiter.common.time.Dates
-
- createBusinessDaySequence(Date, Date, Mapper<Integer, List<? extends Date>>) - Static method in class jupiter.common.time.Dates
-
- createBusinessMonthEndSequence(Date, Date) - Static method in class jupiter.common.time.Dates
-
- createBusinessMonthEndSequence(Date, Date, Mapper<Integer, List<? extends Date>>) - Static method in class jupiter.common.time.Dates
-
- createBusinessMonthStartSequence(Date, Date) - Static method in class jupiter.common.time.Dates
-
- createBusinessMonthStartSequence(Date, Date, Mapper<Integer, List<? extends Date>>) - Static method in class jupiter.common.time.Dates
-
- createBusinessYearEndSequence(Date, Date) - Static method in class jupiter.common.time.Dates
-
- createBusinessYearEndSequence(Date, Date, Mapper<Integer, List<? extends Date>>) - Static method in class jupiter.common.time.Dates
-
- createBusinessYearStartSequence(Date, Date) - Static method in class jupiter.common.time.Dates
-
- createBusinessYearStartSequence(Date, Date, Mapper<Integer, List<? extends Date>>) - Static method in class jupiter.common.time.Dates
-
- createCalendar() - Static method in class jupiter.common.time.Dates
-
- createCalendar(TimeZone) - Static method in class jupiter.common.time.Dates
-
- createCalendar(TimeZone, Locale) - Static method in class jupiter.common.time.Dates
-
- createCalendar(Date) - Static method in class jupiter.common.time.Dates
-
- createCastComparator() - Static method in class jupiter.common.math.Comparables
-
- createColumnArray(int, int) - Method in class jupiter.common.struct.list.row.RowList
-
Creates an array of the element
Class
of the specified column of the specified
length.
- createColumnArray(int, int) - Method in class jupiter.common.struct.table.Table
-
Creates an array of the element
Class
of the specified column of the specified
length.
- createComparator() - Static method in class jupiter.common.math.Comparables
-
- createDate(int, int, int) - Static method in class jupiter.common.time.Dates
-
Creates a
Date
that represents the specified date.
- createDateTime(int, int, int, int, int, int) - Static method in class jupiter.common.time.Dates
-
Creates a
Date
with time that represents the specified date.
- createDateTime(int, int, int, int, int, int, int) - Static method in class jupiter.common.time.Dates
-
Creates a
Date
with time that represents the specified date.
- createDaySequence(Date, Date) - Static method in class jupiter.common.time.Dates
-
- createDirs() - Method in class jupiter.common.io.file.FileHandler
-
Creates all the directories.
- createDirs(File) - Static method in class jupiter.common.io.file.Files
-
Creates all the directories of the specified
File
.
- createDirs() - Method in class jupiter.common.io.log.LogHandler
-
Creates all the directories of the log directory.
- createEnlargedInterval(DoubleInterval, Domain, int, int, double) - Static method in class jupiter.common.math.Intervals
-
Creates an enlarged
DoubleInterval
from the specified
DoubleInterval
in the
specified
Domain
with the specified enlargement factor, sample size and interval
between the sampling points.
- createHeader(int) - Static method in class jupiter.common.struct.list.row.RowList
-
Creates a header of the specified length.
- createHeader(int) - Static method in class jupiter.common.struct.table.Table
-
Creates a header of the specified length.
- createInputPrefix() - Static method in class jupiter.common.io.Messages
-
- createInputStream(String) - Static method in class jupiter.common.io.file.Files
-
- createInputStream(File) - Static method in class jupiter.common.io.file.Files
-
- createLabel(InputOutput.Type) - Static method in class jupiter.common.io.Messages
-
- createLabel(InputOutput.SeverityLevel) - Static method in class jupiter.common.io.Messages
-
- createLabel(String) - Static method in class jupiter.common.io.Messages
-
- createMonthEndSequence(Date, Date) - Static method in class jupiter.common.time.Dates
-
- createMonthSequence(Date, Date) - Static method in class jupiter.common.time.Dates
-
- createMonthStartSequence(Date, Date) - Static method in class jupiter.common.time.Dates
-
- createOutputPrefix() - Static method in class jupiter.common.io.Messages
-
- createOutputPrefix(InputOutput.SeverityLevel) - Static method in class jupiter.common.io.Messages
-
- createOutputPrefix(InputOutput.SeverityLevel, String) - Static method in class jupiter.common.io.Messages
-
- createOutputPrefix(InputOutput.SeverityLevel, String, String) - Static method in class jupiter.common.io.Messages
-
- createOutputPrefix(InputOutput.SeverityLevel, String, String, int) - Static method in class jupiter.common.io.Messages
-
- createOutputStream(String) - Static method in class jupiter.common.io.file.Files
-
- createOutputStream(String, boolean) - Static method in class jupiter.common.io.file.Files
-
- createOutputStream(File) - Static method in class jupiter.common.io.file.Files
-
- createOutputStream(File, boolean) - Static method in class jupiter.common.io.file.Files
-
- createParentDirs() - Method in class jupiter.common.io.file.FileHandler
-
Creates all the parent directories.
- createParentDirs(File) - Static method in class jupiter.common.io.file.Files
-
Creates all the parent directories of the specified
File
.
- createPrefix() - Static method in class jupiter.common.io.Messages
-
- createPrefix(InputOutput.Type) - Static method in class jupiter.common.io.Messages
-
- createRandomSequence(int) - Static method in class jupiter.common.util.Booleans
-
Creates a random boolean
array of the specified length.
- createRandomSequence(int) - Static method in class jupiter.common.util.Bytes
-
Creates a random byte
array of the specified length.
- createRandomSequence(int, byte, byte) - Static method in class jupiter.common.util.Bytes
-
Creates a byte
array of the specified length containing pseudorandom, uniformly
distributed byte
values between the specified bounds.
- createRandomSequence(int) - Static method in class jupiter.common.util.Characters
-
Creates a random char
array of the specified length.
- createRandomSequence(int, char, char) - Static method in class jupiter.common.util.Characters
-
Creates a char
array of the specified length containing pseudorandom, uniformly
distributed char
values between the specified bounds.
- createRandomSequence(int) - Static method in class jupiter.common.util.Doubles
-
Creates a random double
array of the specified length.
- createRandomSequence(int, double, double) - Static method in class jupiter.common.util.Doubles
-
Creates a double
array of the specified length containing pseudorandom, uniformly
distributed double
values between the specified bounds.
- createRandomSequence(int) - Static method in class jupiter.common.util.Floats
-
Creates a random float
array of the specified length.
- createRandomSequence(int, float, float) - Static method in class jupiter.common.util.Floats
-
Creates a float
array of the specified length containing pseudorandom, uniformly
distributed float
values between the specified bounds.
- createRandomSequence(int) - Static method in class jupiter.common.util.Integers
-
Creates a random int
array of the specified length.
- createRandomSequence(int, int, int) - Static method in class jupiter.common.util.Integers
-
Creates an int
array of the specified length containing pseudorandom, uniformly
distributed int
values between the specified bounds.
- createRandomSequence(int) - Static method in class jupiter.common.util.Longs
-
Creates a random long
array of the specified length.
- createRandomSequence(int, long, long) - Static method in class jupiter.common.util.Longs
-
Creates a long
array of the specified length containing pseudorandom, uniformly
distributed long
values between the specified bounds.
- createRandomSequence(int) - Static method in class jupiter.common.util.Shorts
-
Creates a random short
array of the specified length.
- createRandomSequence(int, short, short) - Static method in class jupiter.common.util.Shorts
-
Creates a short
array of the specified length containing pseudorandom, uniformly
distributed short
values between the specified bounds.
- createReader() - Method in class jupiter.common.io.file.FileHandler
-
- createReader(File) - Static method in class jupiter.common.io.file.Files
-
- createReader(File, Charset) - Static method in class jupiter.common.io.file.Files
-
- createReader(InputStream) - Static method in class jupiter.common.io.InputOutput
-
- createReader(InputStream, Charset) - Static method in class jupiter.common.io.InputOutput
-
- createRemainingBuffer() - Method in class jupiter.common.io.file.ReversedFileReader.FilePart
-
Creates the buffer containing any remaining bytes for the next part.
- createReverse() - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
-
- createReverse(Map<? extends K, ? extends V>) - Static method in class jupiter.common.util.Maps
-
- createReversedReader() - Method in class jupiter.common.io.file.FileHandler
-
- createReversedReader(File) - Static method in class jupiter.common.io.file.Files
-
- createReversedReader(File, Charset) - Static method in class jupiter.common.io.file.Files
-
- createRowArray(int, int) - Method in class jupiter.common.struct.list.row.RowList
-
Creates an array of the element
Class
of the specified row of the specified length.
- createRowArray(int, int) - Method in class jupiter.common.struct.table.Table
-
Creates an array of the element
Class
of the specified row of the specified length.
- createSequence(int) - Static method in class jupiter.common.util.Bytes
-
Creates a byte
array of the specified length containing the sequence of numbers
starting with 0
and spaced by 1
.
- createSequence(int, byte) - Static method in class jupiter.common.util.Bytes
-
Creates a byte
array of the specified length containing the sequence of numbers
starting with from
and spaced by 1
.
- createSequence(int, byte, byte) - Static method in class jupiter.common.util.Bytes
-
Creates a byte
array of the specified length containing the sequence of numbers
starting with from
and spaced by step
.
- createSequence(int) - Static method in class jupiter.common.util.Characters
-
Creates a char
array of the specified length containing the sequence of char
values starting with 0
and spaced by 1
.
- createSequence(int, char) - Static method in class jupiter.common.util.Characters
-
Creates a char
array of the specified length containing the sequence of char
values starting with from
and spaced by 1
.
- createSequence(int, char, char) - Static method in class jupiter.common.util.Characters
-
Creates a char
array of the specified length containing the sequence of char
values starting with from
and spaced by step
.
- createSequence(int) - Static method in class jupiter.common.util.Doubles
-
Creates a double
array of the specified length containing the sequence of numbers
starting with 0.
and spaced by 1.
.
- createSequence(int, double) - Static method in class jupiter.common.util.Doubles
-
Creates a double
array of the specified length containing the sequence of numbers
starting with from
and spaced by 1.
.
- createSequence(int, double, double) - Static method in class jupiter.common.util.Doubles
-
Creates a double
array of the specified length containing the sequence of numbers
starting with from
and spaced by step
.
- createSequence(int) - Static method in class jupiter.common.util.Floats
-
Creates a float
array of the specified length containing the sequence of numbers
starting with 0f
and spaced by 1f
.
- createSequence(int, float) - Static method in class jupiter.common.util.Floats
-
Creates a float
array of the specified length containing the sequence of numbers
starting with from
and spaced by 1f
.
- createSequence(int, float, float) - Static method in class jupiter.common.util.Floats
-
Creates a float
array of the specified length containing the sequence of numbers
starting with from
and spaced by step
.
- createSequence(int) - Static method in class jupiter.common.util.Integers
-
Creates an int
array of the specified length containing the sequence of numbers
starting with 0
and spaced by 1
.
- createSequence(int, int) - Static method in class jupiter.common.util.Integers
-
Creates an int
array of the specified length containing the sequence of numbers
starting with from
and spaced by 1
.
- createSequence(int, int, int) - Static method in class jupiter.common.util.Integers
-
Creates an int
array of the specified length containing the sequence of numbers
starting with from
and spaced by step
.
- createSequence(int) - Static method in class jupiter.common.util.Longs
-
Creates a long
array of the specified length containing the sequence of numbers
starting with 0L
and spaced by 1L
.
- createSequence(int, long) - Static method in class jupiter.common.util.Longs
-
Creates a long
array of the specified length containing the sequence of numbers
starting with from
and spaced by 1L
.
- createSequence(int, long, long) - Static method in class jupiter.common.util.Longs
-
Creates a long
array of the specified length containing the sequence of numbers
starting with from
and spaced by step
.
- createSequence(int) - Static method in class jupiter.common.util.Shorts
-
Creates a short
array of the specified length containing the sequence of numbers
starting with 0
and spaced by 1
.
- createSequence(int, short) - Static method in class jupiter.common.util.Shorts
-
Creates a short
array of the specified length containing the sequence of numbers
starting with from
and spaced by 1
.
- createSequence(int, short, short) - Static method in class jupiter.common.util.Shorts
-
Creates a short
array of the specified length containing the sequence of numbers
starting with from
and spaced by step
.
- createTempFile() - Static method in class jupiter.common.io.file.Files
-
Creates a temporary
File
.
- createWorker() - Method in class jupiter.common.thread.LockedWorkQueue
-
Creates a
Worker
according to the model.
- createWorker() - Method in class jupiter.common.thread.SynchronizedWorkQueue
-
Creates a
Worker
according to the model.
- createWorker() - Method in class jupiter.common.thread.WorkQueue
-
Creates a
Worker
according to the model.
- createWorkers(int) - Method in class jupiter.common.thread.WorkQueue
-
Creates the specified number of
Worker
according to the model.
- createWriter(boolean) - Method in class jupiter.common.io.file.FileHandler
-
- createWriter(File, boolean) - Static method in class jupiter.common.io.file.Files
-
- createWriter(File, Charset, boolean) - Static method in class jupiter.common.io.file.Files
-
- createWriter(OutputStream) - Static method in class jupiter.common.io.InputOutput
-
- createWriter(OutputStream, Charset) - Static method in class jupiter.common.io.InputOutput
-
- createYearEndSequence(Date, Date) - Static method in class jupiter.common.time.Dates
-
- createYearSequence(Date, Date) - Static method in class jupiter.common.time.Dates
-
- createYearStartSequence(Date, Date) - Static method in class jupiter.common.time.Dates
-
- CRLF - Static variable in class jupiter.common.util.Strings
-
The carriage return used for line breaking in Windows.
- cube(double) - Static method in class jupiter.common.math.Maths
-
- CURRENT_ID - Static variable in class jupiter.common.thread.Worker
-
The current identifier.
- CURRENT_ID_LOCK - Static variable in class jupiter.common.thread.Worker
-
The internal
Lock
of the current identifier.
- currentFilePart - Variable in class jupiter.common.io.file.ReversedFileReader
-
- currentLastByteIndex - Variable in class jupiter.common.io.file.ReversedFileReader.FilePart
-
The current index of the last byte.
- currentTaskId - Variable in class jupiter.common.thread.WorkQueue
-
The current
Task
identifier.
- cursor - Variable in class jupiter.common.struct.table.Table.TableIterator
-
The index of the next row.
- E - Static variable in class jupiter.common.math.Maths
-
The Napier constant e
, the base of the natural logarithm.
- elements - Variable in class jupiter.common.struct.list.row.Row
-
The elements.
- elements - Variable in class jupiter.common.struct.table.Table
-
The elements.
- empty() - Method in class jupiter.common.io.file.FileHandler
-
Removes all the lines from the
File
.
- EMPTY - Static variable in class jupiter.common.util.Strings
-
- EMPTY_ARRAY - Static variable in class jupiter.common.util.Booleans
-
- EMPTY_ARRAY - Static variable in class jupiter.common.util.Bytes
-
- EMPTY_ARRAY - Static variable in class jupiter.common.util.Characters
-
- EMPTY_ARRAY - Static variable in class jupiter.common.util.Doubles
-
- EMPTY_ARRAY - Static variable in class jupiter.common.util.Floats
-
- EMPTY_ARRAY - Static variable in class jupiter.common.util.Integers
-
- EMPTY_ARRAY - Static variable in class jupiter.common.util.Longs
-
- EMPTY_ARRAY - Static variable in class jupiter.common.util.Objects
-
- EMPTY_ARRAY - Static variable in class jupiter.common.util.Shorts
-
- EMPTY_ARRAY - Static variable in class jupiter.common.util.Strings
-
- EMPTY_ARRAY_2D - Static variable in class jupiter.common.util.Booleans
-
- EMPTY_ARRAY_2D - Static variable in class jupiter.common.util.Bytes
-
- EMPTY_ARRAY_2D - Static variable in class jupiter.common.util.Characters
-
- EMPTY_ARRAY_2D - Static variable in class jupiter.common.util.Doubles
-
- EMPTY_ARRAY_2D - Static variable in class jupiter.common.util.Floats
-
- EMPTY_ARRAY_2D - Static variable in class jupiter.common.util.Integers
-
- EMPTY_ARRAY_2D - Static variable in class jupiter.common.util.Longs
-
- EMPTY_ARRAY_2D - Static variable in class jupiter.common.util.Shorts
-
- EMPTY_ARRAY_2D - Static variable in class jupiter.common.util.Strings
-
- EMPTY_ARRAY_3D - Static variable in class jupiter.common.util.Booleans
-
- EMPTY_ARRAY_3D - Static variable in class jupiter.common.util.Bytes
-
- EMPTY_ARRAY_3D - Static variable in class jupiter.common.util.Characters
-
- EMPTY_ARRAY_3D - Static variable in class jupiter.common.util.Doubles
-
- EMPTY_ARRAY_3D - Static variable in class jupiter.common.util.Floats
-
- EMPTY_ARRAY_3D - Static variable in class jupiter.common.util.Integers
-
- EMPTY_ARRAY_3D - Static variable in class jupiter.common.util.Longs
-
- EMPTY_ARRAY_3D - Static variable in class jupiter.common.util.Shorts
-
- EMPTY_ARRAY_3D - Static variable in class jupiter.common.util.Strings
-
- EMPTY_PRIMITIVE_ARRAY - Static variable in class jupiter.common.util.Booleans
-
- EMPTY_PRIMITIVE_ARRAY - Static variable in class jupiter.common.util.Bytes
-
- EMPTY_PRIMITIVE_ARRAY - Static variable in class jupiter.common.util.Characters
-
- EMPTY_PRIMITIVE_ARRAY - Static variable in class jupiter.common.util.Doubles
-
- EMPTY_PRIMITIVE_ARRAY - Static variable in class jupiter.common.util.Floats
-
- EMPTY_PRIMITIVE_ARRAY - Static variable in class jupiter.common.util.Integers
-
- EMPTY_PRIMITIVE_ARRAY - Static variable in class jupiter.common.util.Longs
-
- EMPTY_PRIMITIVE_ARRAY - Static variable in class jupiter.common.util.Shorts
-
- EMPTY_PRIMITIVE_ARRAY_2D - Static variable in class jupiter.common.util.Booleans
-
- EMPTY_PRIMITIVE_ARRAY_2D - Static variable in class jupiter.common.util.Bytes
-
- EMPTY_PRIMITIVE_ARRAY_2D - Static variable in class jupiter.common.util.Characters
-
- EMPTY_PRIMITIVE_ARRAY_2D - Static variable in class jupiter.common.util.Doubles
-
- EMPTY_PRIMITIVE_ARRAY_2D - Static variable in class jupiter.common.util.Floats
-
- EMPTY_PRIMITIVE_ARRAY_2D - Static variable in class jupiter.common.util.Integers
-
- EMPTY_PRIMITIVE_ARRAY_2D - Static variable in class jupiter.common.util.Longs
-
- EMPTY_PRIMITIVE_ARRAY_2D - Static variable in class jupiter.common.util.Shorts
-
- EMPTY_PRIMITIVE_ARRAY_3D - Static variable in class jupiter.common.util.Booleans
-
- EMPTY_PRIMITIVE_ARRAY_3D - Static variable in class jupiter.common.util.Bytes
-
- EMPTY_PRIMITIVE_ARRAY_3D - Static variable in class jupiter.common.util.Characters
-
- EMPTY_PRIMITIVE_ARRAY_3D - Static variable in class jupiter.common.util.Doubles
-
- EMPTY_PRIMITIVE_ARRAY_3D - Static variable in class jupiter.common.util.Floats
-
- EMPTY_PRIMITIVE_ARRAY_3D - Static variable in class jupiter.common.util.Integers
-
- EMPTY_PRIMITIVE_ARRAY_3D - Static variable in class jupiter.common.util.Longs
-
- EMPTY_PRIMITIVE_ARRAY_3D - Static variable in class jupiter.common.util.Shorts
-
- end() - Method in class jupiter.common.io.ProgressBar
-
Prints the end of the progress bar.
- end - Variable in class jupiter.common.time.Chronometer
-
- END_SYMBOL - Static variable in class jupiter.common.io.ProgressBar
-
The end char
symbol.
- ensureCapacity(int) - Method in class jupiter.common.struct.list.ComparableSort
-
Ensures that the external array temp
has at least the specified number of elements,
increasing its size if necessary.
- ensureCapacity(int) - Method in class jupiter.common.struct.list.Sort
-
Ensures that the external array temp
has at least the specified number of elements,
increasing its size if necessary.
- entrySet() - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Performs the in-order traversal of this
.
- entrySet(N, Set<Map.Entry<K, V>>) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Performs the in-order traversal of the specified N
tree.
- entrySet() - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Performs the in-order traversal of this
.
- entrySet(N, Set<Map.Entry<K, V>>) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Performs the in-order traversal of the specified N
tree.
- EOF - Static variable in class jupiter.common.io.InputOutput
-
The end-of-file (or stream).
- equals(Object) - Method in class jupiter.common.io.console.ConsoleHandler
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.io.Content
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.io.InputOutput
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.io.IOPrinter
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.io.IOStreamWriter
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.io.log.LogHandler
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.io.Message
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.math.Bound
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is equal to other
.
- equals(Number) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is equal to other
.
- equals(Number, double) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is equal to other
within tolerance
.
- equals(ComparableNumber) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is equal to other
.
- equals(ComparableNumber, double) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is equal to other
within tolerance
.
- equals(Object) - Method in class jupiter.common.math.ComparableObject
-
Tests whether this
is equal to other
.
- equals(T) - Method in class jupiter.common.math.ComparableObject
-
Tests whether this
is equal to other
.
- equals(T, T) - Static method in class jupiter.common.math.Comparables
-
Tests whether a
is equal to b
.
- equals(T) - Method in interface jupiter.common.math.IComparable
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.math.Interval
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.math.LowerBound
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.math.UpperBound
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.math.WholeNumber
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.list.Index
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.list.row.Row
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.map.tree.ComparableTreeNode
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.map.tree.TreeNode
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.table.NumberTable
-
Tests whether this
is equal to other
.
- equals(Object, double) - Method in class jupiter.common.struct.table.NumberTable
-
Tests whether this
is equal to other
within tolerance
.
- equals(Object) - Method in class jupiter.common.struct.table.Table
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.tuple.ComparablePair
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.tuple.ComparableQuadruple
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.tuple.ComparableQuintuple
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.tuple.ComparableTriple
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.tuple.Pair
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.tuple.Quadruple
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.tuple.Quintuple
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.struct.tuple.Triple
-
Tests whether this
is equal to other
.
- equals(Number, Number) - Static method in class jupiter.common.test.Tests
-
- equals(Object[], Object[]) - Static method in class jupiter.common.test.Tests
-
- equals(Object) - Method in class jupiter.common.thread.DivideAndConquer
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.thread.Result
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.thread.Task
-
Tests whether this
is equal to other
.
- equals(Object) - Method in class jupiter.common.thread.WorkQueue
-
Tests whether this
is equal to other
.
- equals(Date, Date) - Static method in class jupiter.common.time.Dates
-
Tests whether a
is equal to b
.
- equals(Calendar, Calendar) - Static method in class jupiter.common.time.Dates
-
Tests whether a
is equal to b
.
- equals(Object) - Method in class jupiter.common.time.SynchronizedDateFormat
-
Tests whether this
is equal to other
.
- equals(Object[], Object[]) - Static method in class jupiter.common.util.Arrays
-
Tests whether a
is equal to b
.
- equals(Object[][], Object[][]) - Static method in class jupiter.common.util.Arrays
-
Tests whether a
is equal to b
.
- equals(Object[][][], Object[][][]) - Static method in class jupiter.common.util.Arrays
-
Tests whether a
is equal to b
.
- equals(boolean[], boolean[]) - Static method in class jupiter.common.util.Booleans
-
Tests whether a
is equal to b
.
- equals(boolean[][], boolean[][]) - Static method in class jupiter.common.util.Booleans
-
Tests whether a
is equal to b
.
- equals(boolean[][][], boolean[][][]) - Static method in class jupiter.common.util.Booleans
-
Tests whether a
is equal to b
.
- equals(byte[], byte[]) - Static method in class jupiter.common.util.Bytes
-
Tests whether a
is equal to b
.
- equals(byte[][], byte[][]) - Static method in class jupiter.common.util.Bytes
-
Tests whether a
is equal to b
.
- equals(byte[][][], byte[][][]) - Static method in class jupiter.common.util.Bytes
-
Tests whether a
is equal to b
.
- equals(char[], char[]) - Static method in class jupiter.common.util.Characters
-
Tests whether a
is equal to b
.
- equals(char[][], char[][]) - Static method in class jupiter.common.util.Characters
-
Tests whether a
is equal to b
.
- equals(char[][][], char[][][]) - Static method in class jupiter.common.util.Characters
-
Tests whether a
is equal to b
.
- equals(Collection<?>, Collection<?>) - Static method in class jupiter.common.util.Collections
-
Tests whether a
is equal to b
.
- equals(double, double) - Static method in class jupiter.common.util.Doubles
-
Tests whether a
is equal to b
.
- equals(double, double, double) - Static method in class jupiter.common.util.Doubles
-
Tests whether a
is equal to b
within tolerance
.
- equals(double[], double[]) - Static method in class jupiter.common.util.Doubles
-
Tests whether a
is equal to b
.
- equals(double[], double[], double) - Static method in class jupiter.common.util.Doubles
-
Tests whether a
is equal to b
within tolerance
.
- equals(double[][], double[][]) - Static method in class jupiter.common.util.Doubles
-
Tests whether a
is equal to b
.
- equals(double[][], double[][], double) - Static method in class jupiter.common.util.Doubles
-
Tests whether a
is equal to b
within tolerance
.
- equals(double[][][], double[][][]) - Static method in class jupiter.common.util.Doubles
-
Tests whether a
is equal to b
.
- equals(double[][][], double[][][], double) - Static method in class jupiter.common.util.Doubles
-
Tests whether a
is equal to b
within tolerance
.
- equals(float, float) - Static method in class jupiter.common.util.Floats
-
Tests whether a
is equal to b
.
- equals(float, float, float) - Static method in class jupiter.common.util.Floats
-
Tests whether a
is equal to b
within tolerance
.
- equals(float[], float[]) - Static method in class jupiter.common.util.Floats
-
Tests whether a
is equal to b
.
- equals(float[], float[], float) - Static method in class jupiter.common.util.Floats
-
Tests whether a
is equal to b
within tolerance
.
- equals(float[][], float[][]) - Static method in class jupiter.common.util.Floats
-
Tests whether a
is equal to b
.
- equals(float[][], float[][], float) - Static method in class jupiter.common.util.Floats
-
Tests whether a
is equal to b
within tolerance
.
- equals(float[][][], float[][][]) - Static method in class jupiter.common.util.Floats
-
Tests whether a
is equal to b
.
- equals(float[][][], float[][][], float) - Static method in class jupiter.common.util.Floats
-
Tests whether a
is equal to b
within tolerance
.
- equals(int[], int[]) - Static method in class jupiter.common.util.Integers
-
Tests whether a
is equal to b
.
- equals(int[][], int[][]) - Static method in class jupiter.common.util.Integers
-
Tests whether a
is equal to b
.
- equals(int[][][], int[][][]) - Static method in class jupiter.common.util.Integers
-
Tests whether a
is equal to b
.
- equals(long[], long[]) - Static method in class jupiter.common.util.Longs
-
Tests whether a
is equal to b
.
- equals(long[][], long[][]) - Static method in class jupiter.common.util.Longs
-
Tests whether a
is equal to b
.
- equals(long[][][], long[][][]) - Static method in class jupiter.common.util.Longs
-
Tests whether a
is equal to b
.
- equals(Map<?, ?>, Map<?, ?>) - Static method in class jupiter.common.util.Maps
-
Tests whether a
is equal to b
.
- equals(Number, Number) - Static method in class jupiter.common.util.Numbers
-
Tests whether a
is equal to b
.
- equals(Number, Number, double) - Static method in class jupiter.common.util.Numbers
-
Tests whether a
is equal to b
within tolerance
.
- equals(Object, Object) - Static method in class jupiter.common.util.Objects
-
Tests whether a
is equal to b
.
- equals(short[], short[]) - Static method in class jupiter.common.util.Shorts
-
Tests whether a
is equal to b
.
- equals(short[][], short[][]) - Static method in class jupiter.common.util.Shorts
-
Tests whether a
is equal to b
.
- equals(short[][][], short[][][]) - Static method in class jupiter.common.util.Shorts
-
Tests whether a
is equal to b
.
- equals(Object, Object) - Static method in class jupiter.common.util.Strings
-
Tests whether the representative
String
of
a
is equal to the representative
String
of
b
.
- equalsIgnoreCase(String, String) - Static method in class jupiter.common.util.Strings
-
Tests whether a
is equal to b
ignoring the case.
- equalsWithTime(Date, Date) - Static method in class jupiter.common.time.Dates
-
Tests whether a
is equal to b
.
- error(Object...) - Method in class jupiter.common.io.InputOutput
-
- error(Exception) - Method in class jupiter.common.io.InputOutput
-
- error(Exception, Object...) - Method in class jupiter.common.io.InputOutput
-
- error(Object) - Method in class jupiter.common.io.IOAppender
-
- error(Exception) - Method in class jupiter.common.io.IOAppender
-
- errorLogHandler - Variable in class jupiter.common.io.log.LogHandler
-
- errorLogLock - Variable in class jupiter.common.io.log.LogHandler
-
The internal
Lock
of the error log
File
to handle.
- ESCAPE - Static variable in class jupiter.common.util.Characters
-
- escape(Object) - Static method in class jupiter.common.util.Strings
-
Returns the escaped representative
String
of the specified unescaped content (i.e.
- escapeRegex(Object) - Static method in class jupiter.common.util.Strings
-
Returns the escaped representative
String
of the specified unescaped content for
regular expressions (i.e.
- exception - Variable in class jupiter.common.io.Message
-
- execute(String...) - Static method in class jupiter.common.io.Systems
-
Executes the specified command on the system.
- execute(IOHandler, String...) - Static method in class jupiter.common.io.Systems
-
Executes the specified command on the system, prints the output with the specified printer
IOHandler
.
- exists() - Method in class jupiter.common.io.file.FileHandler
-
Tests whether the
File
exists.
- exists(File) - Static method in class jupiter.common.io.file.Files
-
Tests whether the specified
File
exists.
- EXIT_FAILURE - Static variable in class jupiter.common.io.InputOutput
-
The flag specifying whether to exit with failure.
- EXIT_SUCCESS - Static variable in class jupiter.common.io.InputOutput
-
The flag specifying whether to exit with success.
- exp(double) - Static method in class jupiter.common.math.Maths
-
- expectedButFound(Object, Object) - Static method in class jupiter.common.test.Arguments
-
- ExtendedHashMap<K,V> - Class in jupiter.common.struct.map.hash
-
- ExtendedHashMap() - Constructor for class jupiter.common.struct.map.hash.ExtendedHashMap
-
- ExtendedHashMap(int) - Constructor for class jupiter.common.struct.map.hash.ExtendedHashMap
-
Constructs an empty
ExtendedHashMap
of
K
and
V
types with the
specified initial capacity.
- ExtendedHashMap(K[], V[]) - Constructor for class jupiter.common.struct.map.hash.ExtendedHashMap
-
Constructs an
ExtendedHashMap
of
K
and
V
types loaded from the
specified key and value arrays containing the key-value mappings.
- ExtendedHashMap(K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.hash.ExtendedHashMap
-
Constructs an
ExtendedHashMap
of
K
and
V
types loaded from the
specified key array and value
Collection
containing the key-value mappings.
- ExtendedHashMap(Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.hash.ExtendedHashMap
-
Constructs an
ExtendedHashMap
of
K
and
V
types loaded from the
specified key and value
Collection
containing the key-value mappings.
- ExtendedHashMap(Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.hash.ExtendedHashMap
-
Constructs an
ExtendedHashMap
of
K
and
V
types loaded from the
specified
Map
containing the key-value mappings.
- ExtendedHashSet<E> - Class in jupiter.common.struct.set
-
- ExtendedHashSet() - Constructor for class jupiter.common.struct.set.ExtendedHashSet
-
- ExtendedHashSet(int) - Constructor for class jupiter.common.struct.set.ExtendedHashSet
-
Constructs an empty
ExtendedHashSet
of
E
element type with the specified
initial capacity.
- ExtendedHashSet(E...) - Constructor for class jupiter.common.struct.set.ExtendedHashSet
-
Constructs an
ExtendedHashSet
of
E
element type with the specified elements.
- ExtendedHashSet(Collection<? extends E>) - Constructor for class jupiter.common.struct.set.ExtendedHashSet
-
- ExtendedLinkedList<E> - Class in jupiter.common.struct.list
-
- ExtendedLinkedList() - Constructor for class jupiter.common.struct.list.ExtendedLinkedList
-
- ExtendedLinkedList(E...) - Constructor for class jupiter.common.struct.list.ExtendedLinkedList
-
- ExtendedLinkedList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.ExtendedLinkedList
-
- ExtendedList<E> - Class in jupiter.common.struct.list
-
- ExtendedList() - Constructor for class jupiter.common.struct.list.ExtendedList
-
Constructs an empty
ExtendedList
of
E
element type by default.
- ExtendedList(int) - Constructor for class jupiter.common.struct.list.ExtendedList
-
Constructs an empty
ExtendedList
of
E
element type with the specified initial
capacity.
- ExtendedList(E...) - Constructor for class jupiter.common.struct.list.ExtendedList
-
Constructs an
ExtendedList
of
E
element type with the specified elements.
- ExtendedList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.ExtendedList
-
- ExtendedTreeMap<K,V> - Class in jupiter.common.struct.map.tree
-
- ExtendedTreeMap() - Constructor for class jupiter.common.struct.map.tree.ExtendedTreeMap
-
- ExtendedTreeMap(K[], V[]) - Constructor for class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Constructs an
ExtendedTreeMap
of
K
and
V
types loaded from the
specified key and value arrays containing the key-value mappings.
- ExtendedTreeMap(K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Constructs an
ExtendedTreeMap
of
K
and
V
types loaded from the
specified key array and value
Collection
containing the key-value mappings.
- ExtendedTreeMap(Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Constructs an
ExtendedTreeMap
of
K
and
V
types loaded from the
specified key and value
Collection
containing the key-value mappings.
- ExtendedTreeMap(Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Constructs an
ExtendedTreeMap
of
K
and
V
types loaded from the
specified
Map
containing the key-value mappings.
- gallopLeft(Comparable<Object>, Object[], int, int, int) - Static method in class jupiter.common.struct.list.ComparableSort
-
Locates the position at which to insert the specified
Comparable
key into the
specified sorted range; if the range contains an element equal to
key
, returns the
index of the leftmost equal element.
- gallopLeft(T, T[], int, int, int, Comparator<? super T>) - Static method in class jupiter.common.struct.list.Sort
-
Locates the position at which to insert the specified T
key into the specified sorted
range; if the range contains an element equal to key
, returns the index of the
leftmost equal element.
- gallopRight(Comparable<Object>, Object[], int, int, int) - Static method in class jupiter.common.struct.list.ComparableSort
-
Like the static method
ComparableSort.gallopLeft(java.lang.Comparable<java.lang.Object>, java.lang.Object[], int, int, int)
, except that if the range contains an element
equal to the specified
Comparable
key, the static method
ComparableSort.gallopRight(java.lang.Comparable<java.lang.Object>, java.lang.Object[], int, int, int)
returns
the index after the rightmost equal element.
- gallopRight(T, T[], int, int, int, Comparator<? super T>) - Static method in class jupiter.common.struct.list.Sort
-
Like the static method
Sort.gallopLeft(T, T[], int, int, int, java.util.Comparator<? super T>)
, except that if the range contains an element
equal to
key
, the static method
Sort.gallopRight(T, T[], int, int, int, java.util.Comparator<? super T>)
returns the index after the
rightmost equal element.
- gcd(int, int) - Static method in class jupiter.common.math.Maths
-
Returns the greatest common divisor (GCD) of a
and b
.
- gcd(long, long) - Static method in class jupiter.common.math.Maths
-
Returns the greatest common divisor (GCD) of a
and b
.
- gcd(Number) - Method in class jupiter.common.math.WholeNumber
-
Returns the greatest common divisor (GCD) of
this
and the specified
Number
.
- GenericIntervalList<E extends Interval<T>,T extends Comparable<? super T>> - Class in jupiter.common.math
-
- GenericIntervalList() - Constructor for class jupiter.common.math.GenericIntervalList
-
- GenericIntervalList(E...) - Constructor for class jupiter.common.math.GenericIntervalList
-
- GenericIntervalList(Collection<? extends E>) - Constructor for class jupiter.common.math.GenericIntervalList
-
- get(String) - Static method in class jupiter.common.Charsets
-
Returns the
Charset
with the specified name.
- get(String) - Static method in class jupiter.common.Locales
-
Returns the
Locale
with the specified name.
- get() - Method in class jupiter.common.math.WholeNumber
-
Returns the long
value.
- get(String, String) - Static method in class jupiter.common.properties.Properties
-
- get(String, String, String) - Static method in class jupiter.common.properties.Properties
-
- get(String) - Method in class jupiter.common.struct.list.row.Row
-
Returns the element of the specified column.
- get(int, int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the element at the specified row and column.
- get(Object, int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the element at the specified row and column.
- get(int, String) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the element at the specified row and column.
- get(Object, String) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the element at the specified row and column.
- get(Object) - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
-
Returns the
V
value associated to the specified key
Object
, or
null
if it is not present.
- get(Object) - Method in class jupiter.common.struct.map.tree.TreeMap
-
Returns the
V
value associated to the specified key
Object
, or
null
if it is not present.
- get(int, int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the element at the specified row and column.
- get(Object, int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the element at the specified row and column.
- get(int, String) - Method in interface jupiter.common.struct.table.ITable
-
Returns the element at the specified row and column.
- get(Object, String) - Method in interface jupiter.common.struct.table.ITable
-
Returns the element at the specified row and column.
- get(int, int) - Method in class jupiter.common.struct.table.Table
-
Returns the element at the specified row and column.
- get(Object, int) - Method in class jupiter.common.struct.table.Table
-
Returns the element at the specified row and column.
- get(int, String) - Method in class jupiter.common.struct.table.Table
-
Returns the element at the specified row and column.
- get(Object, String) - Method in class jupiter.common.struct.table.Table
-
Returns the element at the specified row and column.
- get(long) - Method in class jupiter.common.thread.LockedWorkQueue
-
Returns the
O
result of the
Task
with the specified identifier.
- get(long) - Method in class jupiter.common.thread.SynchronizedWorkQueue
-
Returns the
O
result of the
Task
with the specified identifier.
- get(long) - Method in class jupiter.common.thread.WorkQueue
-
Returns the
O
result of the
Task
with the specified identifier.
- get(Object) - Static method in class jupiter.common.util.Classes
-
Returns the
Class
of the specified
Object
, or
null
if it is
null
.
- get(Collection<? extends E>, int) - Static method in class jupiter.common.util.Collections
-
Returns the element at the specified index in the specified
Collection
.
- get2DigitYearStart() - Method in class jupiter.common.time.SynchronizedDateFormat
-
Returns the beginning date of the 100-year period 2-digit years are interpreted as being
within.
- getAll(String, String...) - Static method in class jupiter.common.properties.Properties
-
- getAll(String, String[], String...) - Static method in class jupiter.common.properties.Properties
-
- getAll(String...) - Method in class jupiter.common.struct.list.row.Row
-
Returns all the elements of the specified columns.
- getAll(Object[]) - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
-
Returns all the
V
values associated to the specified keys and
null
for those
that are not present in an
ExtendedList
.
- getAll(Object[], V) - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
-
Returns all the
V
values associated to the specified keys and the specified default
V
value for those that are not present in an
ExtendedList
.
- getAll(Object[], V[]) - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
-
Returns all the
V
values associated to the specified keys and the specified
corresponding default
V
values for those that are not present in an
ExtendedList
.
- getAll(Object[]) - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
-
Returns all the
V
values associated to the specified keys and
null
for those
that are not present in an
ExtendedList
.
- getAll(Object[], V) - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
-
Returns all the
V
values associated to the specified keys and the specified default
V
value for those that are not present in an
ExtendedList
.
- getAll(Object[], V[]) - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
-
Returns all the
V
values associated to the specified keys and the specified
corresponding default
V
values for those that are not present in an
ExtendedList
.
- getAll(Object[]) - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Returns all the
V
values associated to the specified keys and
null
for those
that are not present in an
ExtendedList
.
- getAll(Object[], V) - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Returns all the
V
values associated to the specified keys and the specified default
V
value for those that are not present in an
ExtendedList
.
- getAll(Object[], V[]) - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Returns all the
V
values associated to the specified keys and the specified
corresponding default
V
values for those that are not present in an
ExtendedList
.
- getAll(Object[]) - Method in class jupiter.common.struct.map.tree.TreeMap
-
Returns all the
V
values associated to the specified keys and
null
for those
that are not present in an
ExtendedList
.
- getAll(Object[], V) - Method in class jupiter.common.struct.map.tree.TreeMap
-
Returns all the
V
values associated to the specified keys and the specified default
V
value for those that are not present in an
ExtendedList
.
- getAll(Object[], V[]) - Method in class jupiter.common.struct.map.tree.TreeMap
-
Returns all the
V
values associated to the specified keys and the specified
corresponding default
V
values for those that are not present in an
ExtendedList
.
- getAll(Collection<? extends E>, Object) - Static method in class jupiter.common.util.Collections
-
- getAll(Map<?, V>, Object[]) - Static method in class jupiter.common.util.Maps
-
Returns all the
V
values of the specified
Map
associated to the specified
keys and
null
for those that are not present in an
ExtendedList
.
- getAll(Map<?, V>, Object[], V) - Static method in class jupiter.common.util.Maps
-
Returns all the
V
values of the specified
Map
associated to the specified
keys and the specified default
V
value for those that are not present in an
ExtendedList
.
- getAll(Map<?, V>, Object[], V[]) - Static method in class jupiter.common.util.Maps
-
Returns all the
V
values of the specified
Map
associated to the specified
keys and the specified corresponding default
V
values for those that are not present
in an
ExtendedList
.
- getAllAt(Object, Object) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
- getAllAt(Object, Object) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- getAllAt(Object, Object) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
- getAllAt(Object, Object) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- getAllProperties(String...) - Method in class jupiter.common.properties.Properties
-
Returns all the property
String
(or default property
String
if it is not
present) associated to the specified key
String
or the default value
String
if it is not present in an array of
String
.
- getAllProperties(String[], String...) - Method in class jupiter.common.properties.Properties
-
Returns all the property
String
associated to the specified key
String
and
the specified corresponding default value
String
for those that are not present in an
array of
String
.
- getArray(String, String) - Static method in class jupiter.common.properties.Properties
-
- getArray(String, String, String) - Static method in class jupiter.common.properties.Properties
-
- getAscensionDay(int) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of Ascension Day in the specified year.
- getAt(Object, int) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
Returns the element at the specified index in the
Collection
at the specified key
Object
.
- getAt(Object, int) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
Returns the element at the specified index in the
Collection
at the specified key
Object
.
- getAt(Object, int) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
Returns the element at the specified index in the
Collection
at the specified key
Object
.
- getAt(Object, int) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
Returns the element at the specified index in the
Collection
at the specified key
Object
.
- getAvailableWorkerCount() - Method in class jupiter.common.thread.WorkQueue
-
Returns the number of available
Worker
.
- getBalance() - Method in class jupiter.common.struct.map.tree.AvlTreeNode
-
Returns the balance.
- getBalance() - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
-
Returns the balance.
- getBalances() - Method in class jupiter.common.struct.map.tree.AvlTreeMap
-
- getBalances(AvlTreeNode<K, V>, ExtendedList<Integer>) - Method in class jupiter.common.struct.map.tree.AvlTreeMap
-
- getBalances() - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
- getBalances(ComparableAvlTreeNode<K, V>, ExtendedList<Integer>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
- getBoolean(String, boolean) - Method in class jupiter.common.properties.Properties
-
- getBoolean(String) - Method in class jupiter.common.struct.list.row.Row
-
Returns the boolean
element of the specified column.
- getBrightness() - Method in enum jupiter.common.io.console.ConsoleHandler.Color
-
- getBusinessDay() - Static method in class jupiter.common.time.Dates
-
Returns the
Date
if it is a business day, the previous business day otherwise.
- getBusinessDay(boolean) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
if it is a business day, the previous (or next if
getNext
)
business day otherwise.
- getBusinessDay(Date) - Static method in class jupiter.common.time.Dates
-
Returns the specified
Date
if it is a business day, the previous business day
otherwise.
- getBusinessDay(Date, boolean) - Static method in class jupiter.common.time.Dates
-
Returns the specified
Date
if it is a business day, the previous (or next if
getNext
) business day otherwise.
- getBusinessDay(Calendar) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the specified
Calendar
if it is a business day, the
previous business day otherwise.
- getBusinessDay(Calendar, boolean) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the specified
Calendar
if it is a business day, the
previous (or next if
getNext
) business day otherwise.
- getBusinessDay(Date, Mapper<Integer, List<? extends Date>>) - Static method in class jupiter.common.time.Dates
-
Returns the specified
Date
if it is a business day with the specified public holidays
Mapper
, the previous business day otherwise.
- getBusinessDay(Date, Mapper<Integer, List<? extends Date>>, boolean) - Static method in class jupiter.common.time.Dates
-
Returns the specified
Date
if it is a business day with the specified public holidays
Mapper
, the previous (or next if
getNext
) business day otherwise.
- getBusinessDay(Calendar, Mapper<Integer, List<? extends Date>>) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the specified
Calendar
if it is a business day with the
specified public holidays
Mapper
, the previous business day otherwise.
- getBusinessDay(Calendar, Mapper<Integer, List<? extends Date>>, boolean) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the specified
Calendar
if it is a business day with the
specified public holidays
Mapper
, the previous (or next if
getNext
) business
day otherwise.
- getByte(String, byte) - Method in class jupiter.common.properties.Properties
-
- getByte(String) - Method in class jupiter.common.struct.list.row.Row
-
Returns the byte
element of the specified column.
- getCanonicalParent(File) - Static method in class jupiter.common.io.file.Files
-
Returns the canonical parent directory
File
of the specified
File
, or
null
if it is the root.
- getCanonicalParentPath(File) - Static method in class jupiter.common.io.file.Files
-
Returns the canonical path to the parent directory of the specified
File
, or
null
if it is the root.
- getCanonicalPath() - Method in class jupiter.common.io.file.FileHandler
-
Returns the canonical path.
- getCanonicalPath(File) - Static method in class jupiter.common.io.file.Files
-
Returns the canonical path to the specified
File
.
- getChar(String, char) - Method in class jupiter.common.properties.Properties
-
- getChar(String) - Method in class jupiter.common.struct.list.row.Row
-
Returns the char
element of the specified column.
- getCharset() - Method in class jupiter.common.io.Content
-
- getCharset() - Method in class jupiter.common.io.file.FileHandler
-
- getCharSize(Charset) - Static method in class jupiter.common.Charsets
-
Returns the number of bytes to encode a
char
value with the specified
Charset
.
- getClassLoader() - Static method in class jupiter.common.thread.Threads
-
- getClosestBound(Double) - Method in class jupiter.common.math.Domain
-
- getClosestBound(Double) - Method in class jupiter.common.math.DoubleInterval
-
- getClosestBound(Double) - Method in interface jupiter.common.math.IDoubleInterval
-
- getClosestInterval(Double) - Method in class jupiter.common.math.Domain
-
- getColor(InputOutput.SeverityLevel) - Static method in class jupiter.common.io.console.ConsoleHandler
-
- getColumn(int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the elements of the specified column.
- getColumn(String) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the elements of the specified column.
- getColumn(int, int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the elements of the specified column truncated from the specified row index.
- getColumn(String, int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the elements of the specified column truncated from the specified row index.
- getColumn(int, int, int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the elements of the specified column truncated from the specified row index to the
specified length.
- getColumn(String, int, int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the elements of the specified column truncated from the specified row index to the
specified length.
- getColumn(int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the elements of the specified column.
- getColumn(String) - Method in interface jupiter.common.struct.table.ITable
-
Returns the elements of the specified column.
- getColumn(int, int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the elements of the specified column truncated from the specified row index.
- getColumn(String, int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the elements of the specified column truncated from the specified row index.
- getColumn(int, int, int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the elements of the specified column truncated from the specified row index to the
specified length.
- getColumn(String, int, int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the elements of the specified column truncated from the specified row index to the
specified length.
- getColumn(int) - Method in class jupiter.common.struct.table.Table
-
Returns the elements of the specified column.
- getColumn(String) - Method in class jupiter.common.struct.table.Table
-
Returns the elements of the specified column.
- getColumn(int, int) - Method in class jupiter.common.struct.table.Table
-
Returns the elements of the specified column truncated from the specified row index.
- getColumn(String, int) - Method in class jupiter.common.struct.table.Table
-
Returns the elements of the specified column truncated from the specified row index.
- getColumn(int, int, int) - Method in class jupiter.common.struct.table.Table
-
Returns the elements of the specified column truncated from the specified row index to the
specified length.
- getColumn(String, int, int) - Method in class jupiter.common.struct.table.Table
-
Returns the elements of the specified column truncated from the specified row index to the
specified length.
- getColumnClass(int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the element
Class
of the specified column.
- getColumnClass(int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the element
Class
of the specified column.
- getColumnClass(int) - Method in class jupiter.common.struct.table.Table
-
Returns the element
Class
of the specified column.
- getColumnCount() - Method in class jupiter.common.struct.list.row.RowList
-
Returns the number of columns.
- getColumnCount() - Method in interface jupiter.common.struct.table.ITable
-
Returns the number of columns.
- getColumnCount() - Method in class jupiter.common.struct.table.Table
-
Returns the number of columns.
- getColumnIndex(String) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the index of the specified column, or -1
if there is no such occurrence.
- getColumnIndex(String) - Method in interface jupiter.common.struct.table.ITable
-
Returns the index of the specified column, or -1
if there is no such occurrence.
- getColumnIndex(String) - Method in class jupiter.common.struct.table.Table
-
Returns the index of the specified column, or -1
if there is no such occurrence.
- getColumnMeans() - Method in class jupiter.common.struct.table.NumberTable
-
Returns the means computed for each column.
- getColumnName(int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the name of the specified column.
- getColumnName(int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the name of the specified column.
- getColumnName(int) - Method in class jupiter.common.struct.table.Table
-
Returns the name of the specified column.
- getCommonAncestor(Class<?>, Class<?>) - Static method in class jupiter.common.util.Classes
-
Returns the common ancestor
Class
of the specified classes, or
null
if both
of them are
null
.
- getCommonAncestor(Class<?>...) - Static method in class jupiter.common.util.Classes
-
Returns the common ancestor
Class
of the specified classes, or
null
if all of
them are
null
.
- getComparator(Class<T>) - Static method in class jupiter.common.math.Comparables
-
- getComponentClass(T[]) - Static method in class jupiter.common.util.Arrays
-
- getComponentClass(T[][]) - Static method in class jupiter.common.util.Arrays
-
- getComponentClass(T[][][]) - Static method in class jupiter.common.util.Arrays
-
- getConsole() - Method in class jupiter.common.io.console.ConsoleHandler
-
- getConsoleHandler() - Method in class jupiter.common.io.InputOutput
-
- getContent() - Method in class jupiter.common.io.Content
-
- getContent() - Method in class jupiter.common.io.Message
-
- getDate() - Static method in class jupiter.common.time.Dates
-
Returns the current
Date
.
- getDateFormatSymbols() - Method in class jupiter.common.time.SynchronizedDateFormat
-
- getDateTime() - Static method in class jupiter.common.time.Dates
-
Returns the current
Date
with time.
- getDay() - Static method in class jupiter.common.time.Dates
-
- getDay(Date) - Static method in class jupiter.common.time.Dates
-
- getDay(Calendar) - Static method in class jupiter.common.time.Dates
-
- getDayEnd() - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the current day end.
- getDayEnd(Date) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the day end of the specified
Date
.
- getDayEnd(Calendar) - Static method in class jupiter.common.time.Dates
-
- getDayStart() - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the current day start.
- getDayStart(Date) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the day start of the specified
Date
.
- getDayStart(Calendar) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the day start of the specified
Calendar
.
- getDecimalFormat(String) - Static method in class jupiter.common.Formats
-
- getDecimalFormat(String, Locale) - Static method in class jupiter.common.Formats
-
- getDecimalPart(float) - Static method in class jupiter.common.util.Floats
-
- getDistance(Double) - Method in class jupiter.common.math.Domain
-
Returns the distance to the specified value.
- getDistance(Double) - Method in class jupiter.common.math.DoubleInterval
-
Returns the distance to the specified value.
- getDistance(Double) - Method in interface jupiter.common.math.IDoubleInterval
-
Returns the distance to the specified value.
- getDouble(String, double) - Method in class jupiter.common.properties.Properties
-
- getDouble(String) - Method in class jupiter.common.struct.list.row.Row
-
Returns the double
element of the specified column.
- getDoubleDecimalFormat() - Static method in class jupiter.common.Formats
-
- getDoubleDecimalFormat(Locale) - Static method in class jupiter.common.Formats
-
- getEasterDay(int) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of Easter in the specified year (using Butcher's algorithm).
- getEasterMonday(int) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of Easter Monday in the specified year.
- getElementClass() - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Returns the element
Class
.
- getElementClass() - Method in class jupiter.common.struct.list.ExtendedList
-
Returns the element
Class
.
- getElementClass() - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Returns the element
Class
.
- getElementClass() - Method in class jupiter.common.struct.table.Table
-
Returns the element
Class
.
- getElementClass(Object...) - Static method in class jupiter.common.util.Arrays
-
Returns the element
Class
of the specified array.
- getElementClass(Collection<?>) - Static method in class jupiter.common.util.Collections
-
- getElements() - Method in class jupiter.common.struct.table.Table
-
Returns the elements.
- getErr() - Method in interface jupiter.common.io.console.IConsole
-
- getErr() - Method in class jupiter.common.io.console.SystemConsole
-
- getException() - Method in class jupiter.common.io.Message
-
- getExtension() - Method in class jupiter.common.io.file.FileHandler
-
Returns the file extension.
- getExtension(String) - Static method in class jupiter.common.io.file.Files
-
Returns the file extension of the specified path.
- getFieldValue(Class<?>, String) - Static method in class jupiter.common.util.Classes
-
Returns the value of the specified static field in the specified
Class
.
- getFifth() - Method in class jupiter.common.struct.tuple.Quintuple
-
Returns the T5
component.
- getFile() - Method in class jupiter.common.io.file.FileHandler
-
- getFirst() - Method in class jupiter.common.struct.list.ExtendedList
-
Returns the first element.
- getFirst() - Method in class jupiter.common.struct.tuple.Pair
-
Returns the T1
component.
- getFirst() - Method in class jupiter.common.struct.tuple.Quadruple
-
Returns the T1
component.
- getFirst() - Method in class jupiter.common.struct.tuple.Quintuple
-
Returns the T1
component.
- getFirst() - Method in class jupiter.common.struct.tuple.Triple
-
Returns the T1
component.
- getFirst(Collection<? extends E>, Object) - Static method in class jupiter.common.util.Collections
-
Returns the first occurrence of the specified
Object
in the specified
Collection
,
null
otherwise.
- getFirstAt(Object, Object) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
Returns the first occurrence of the specified
Object
in the
Collection
at the
specified key
Object
,
null
otherwise.
- getFirstAt(Object, Object) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
Returns the first occurrence of the specified
Object
in the
Collection
at the
specified key
Object
,
null
otherwise.
- getFirstAt(Object, Object) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
Returns the first occurrence of the specified
Object
in the
Collection
at the
specified key
Object
,
null
otherwise.
- getFirstAt(Object, Object) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
Returns the first occurrence of the specified
Object
in the
Collection
at the
specified key
Object
,
null
otherwise.
- getFirstEntry() - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Returns the first node (according to the key-sort function), or null
if this
is empty.
- getFirstEntry() - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Returns the first node (according to the key-sort function), or null
if this
is empty.
- getFirstStringIndex(String, String) - Static method in class jupiter.common.util.Strings
-
Returns the index of the first occurrence of any of the specified token
String
in the
specified
String
, or
-1
if there is no such occurrence.
- getFirstStringIndex(String, String, boolean) - Static method in class jupiter.common.util.Strings
-
Returns the index of the first occurrence of any of the specified token
String
in the
specified
String
(ignoring the case if
ignoreCase
), or
-1
if there is
no such occurrence.
- getFirstStringIndex(String, String, int) - Static method in class jupiter.common.util.Strings
-
Returns the index of the first occurrence of any of the specified token
String
in the
specified
String
, seeking forward from the specified index, or
-1
if there is
no such occurrence.
- getFirstStringIndex(String, String, int, boolean) - Static method in class jupiter.common.util.Strings
-
Returns the index of the first occurrence of any of the specified token
String
in the
specified
String
(ignoring the case if
ignoreCase
), seeking forward from the
specified index, or
-1
if there is no such occurrence.
- getFloat(String, float) - Method in class jupiter.common.properties.Properties
-
- getFloat(String) - Method in class jupiter.common.struct.list.row.Row
-
Returns the float
element of the specified column.
- getFourth() - Method in class jupiter.common.struct.tuple.Quadruple
-
Returns the T4
component.
- getFourth() - Method in class jupiter.common.struct.tuple.Quintuple
-
Returns the T4
component.
- getGoodFriday(int) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of Good Friday for the specified year.
- getHeader() - Method in class jupiter.common.struct.list.row.RowList
-
Returns the column names.
- getHeader(Row...) - Static method in class jupiter.common.struct.list.row.RowList
-
Returns the header of the specified array of
Row
.
- getHeader(Collection<? extends Row>) - Static method in class jupiter.common.struct.list.row.RowList
-
- getHeader() - Method in interface jupiter.common.struct.table.ITable
-
Returns the column names.
- getHeader() - Method in class jupiter.common.struct.table.Table
-
Returns the column names.
- getHeight() - Method in class jupiter.common.struct.map.tree.AvlTreeMap
-
Returns the height.
- getHeight(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeMap
-
Returns the height of the specified
AvlTreeNode
, or
0
if it is
null
.
- getHeight() - Method in class jupiter.common.struct.map.tree.AvlTreeNode
-
Returns the height.
- getHeight() - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Returns the height.
- getHeight() - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
Returns the height.
- getHeight(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
- getHeight() - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
-
Returns the height.
- getHeight() - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Returns the height.
- getHeight() - Method in class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
-
Returns the height.
- getHeight() - Method in class jupiter.common.struct.map.tree.RedBlackTreeMap
-
Returns the height.
- getHours() - Method in class jupiter.common.time.Chronometer
-
- getHue() - Method in enum jupiter.common.io.console.ConsoleHandler.Color
-
- getID() - Method in class jupiter.common.thread.Task
-
Returns the identifier.
- getIn() - Method in interface jupiter.common.io.console.IConsole
-
- getIn() - Method in class jupiter.common.io.console.SystemConsole
-
- getIndex() - Method in class jupiter.common.struct.list.Index
-
Returns the index of the T
token.
- getIndex() - Method in class jupiter.common.struct.list.row.RowList
-
Returns the row names.
- getIndex(Row...) - Static method in class jupiter.common.struct.list.row.RowList
-
Returns the index of the specified array of
Row
.
- getIndex(Collection<? extends Row>) - Static method in class jupiter.common.struct.list.row.RowList
-
- getIndex() - Method in interface jupiter.common.struct.table.ITable
-
Returns the row names.
- getIndex() - Method in class jupiter.common.struct.table.Table
-
Returns the row names.
- getIndices(String, char) - Static method in class jupiter.common.util.Strings
-
Returns the indices of the specified
char
token in the specified
String
.
- getIndices(String, char, int) - Static method in class jupiter.common.util.Strings
-
Returns the indices of the specified
char
token in the specified
String
,
seeking forward from the specified index.
- getIndices(String, char...) - Static method in class jupiter.common.util.Strings
-
Returns the indices of the specified
char
tokens in the specified
String
.
- getIndices(String, char[], int) - Static method in class jupiter.common.util.Strings
-
Returns the indices of the specified
char
tokens in the specified
String
,
seeking forward from the specified index.
- getIndices(String, Collection<Character>) - Static method in class jupiter.common.util.Strings
-
- getIndices(String, Collection<Character>, int) - Static method in class jupiter.common.util.Strings
-
Returns the indices of the specified
Collection
of token
Character
in the
specified
String
, seeking forward from the specified index.
- getIndicesTo(String, char, int) - Static method in class jupiter.common.util.Strings
-
Returns the indices of the specified
char
token in the specified
String
,
seeking forward to the specified index.
- getIndicesTo(String, char[], int) - Static method in class jupiter.common.util.Strings
-
Returns the indices of the specified
char
tokens in the specified
String
,
seeking forward to the specified index.
- getIndicesTo(String, Collection<Character>, int) - Static method in class jupiter.common.util.Strings
-
Returns the indices of the specified
Collection
of token
Character
in the
specified
String
, seeking forward to the specified index.
- getInput() - Method in class jupiter.common.thread.Task
-
Returns the I
input.
- getInputLine() - Method in class jupiter.common.io.console.ConsoleHandler
-
Returns the input line.
- getInputLine() - Method in interface jupiter.common.io.console.IConsole
-
Returns the input line.
- getInputLine() - Method in class jupiter.common.io.console.SystemConsole
-
Returns the input line.
- getInputLine() - Method in class jupiter.common.io.InputOutput
-
- getInputPrefix() - Static method in class jupiter.common.io.Messages
-
- getInt(String, int) - Method in class jupiter.common.properties.Properties
-
- getInt(String) - Method in class jupiter.common.struct.list.row.Row
-
Returns the int
element of the specified column.
- getKey() - Method in class jupiter.common.struct.map.tree.ComparableTreeNode
-
Returns the K
key.
- getKey() - Method in class jupiter.common.struct.map.tree.TreeNode
-
Returns the K
key.
- getKeyClass() - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
-
- getKeyClass() - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
-
- getKeyClass() - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
-
- getKeyClass() - Method in class jupiter.common.struct.map.tree.TreeMap
-
- getKeyClass(Map<?, ?>) - Static method in class jupiter.common.util.Maps
-
Returns the key
Class
of the specified
Map
.
- getKeyComparator() - Method in class jupiter.common.struct.map.tree.TreeMap
-
- getKeys() - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Performs the in-order traversal.
- getKeys(N, List<? super K>) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Performs the in-order traversal of the specified
N
tree and stores the
K
keys
of the visited
N
nodes in the specified
List
.
- getKeys() - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Performs the in-order traversal.
- getKeys(N, List<? super K>) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Performs the in-order traversal of the specified
N
tree and stores the
K
keys
of the visited
N
nodes in the specified
List
.
- getLast() - Method in class jupiter.common.struct.list.ExtendedList
-
Returns the last element.
- getLastEntry() - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Returns the last node (according to the key-sort function), or null
if this
is empty.
- getLastEntry() - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Returns the last node (according to the key-sort function), or null
if this
is empty.
- getLastStringIndex(String, String) - Static method in class jupiter.common.util.Strings
-
Returns the index of the last occurrence of any of the specified token
String
in the
specified
String
, or
-1
if there is no such occurrence.
- getLastStringIndex(String, String, boolean) - Static method in class jupiter.common.util.Strings
-
Returns the index of the last occurrence of any of the specified token
String
in the
specified
String
(ignoring the case if
ignoreCase
), or
-1
if there is
no such occurrence.
- getLastStringIndex(String, String, int) - Static method in class jupiter.common.util.Strings
-
Returns the index of the last occurrence of any of the specified token
String
in the
specified
String
, seeking backward from the specified index, or
-1
if there
is no such occurrence.
- getLastStringIndex(String, String, int, boolean) - Static method in class jupiter.common.util.Strings
-
Returns the index of the last occurrence of any of the specified token
String
in the
specified
String
(ignoring the case if
ignoreCase
), seeking backward from the
specified index, or
-1
if there is no such occurrence.
- getLastTokenIndex(String, String[], int) - Static method in class jupiter.common.util.Strings
-
- getLastTokenIndex(String, List<String>, int) - Static method in class jupiter.common.util.Strings
-
- getLineCount() - Method in class jupiter.common.io.Content
-
Returns the number of lines.
- getLineCount() - Method in class jupiter.common.io.file.FileHandler
-
Returns the number of lines.
- getLogHandler() - Method in class jupiter.common.io.InputOutput
-
- getLong(String, long) - Method in class jupiter.common.properties.Properties
-
- getLong(String) - Method in class jupiter.common.struct.list.row.Row
-
Returns the long
element of the specified column.
- getLowerBound() - Method in class jupiter.common.math.GenericIntervalList
-
- getLowerBound() - Method in class jupiter.common.math.Interval
-
- getLowerBoundValue() - Method in class jupiter.common.math.Domain
-
- getLowerBoundValue(double) - Method in class jupiter.common.math.Domain
-
Returns the
double
value of the
LowerBound
using the specified minimal
interval.
- getLowerBoundValue() - Method in class jupiter.common.math.DoubleInterval
-
- getLowerBoundValue(double) - Method in class jupiter.common.math.DoubleInterval
-
Returns the
double
value of the
LowerBound
using the specified minimal
interval.
- getLowerBoundValue() - Method in interface jupiter.common.math.IDoubleInterval
-
- getLowerBoundValue(double) - Method in interface jupiter.common.math.IDoubleInterval
-
Returns the
double
value of the
LowerBound
using the specified minimal
interval.
- getLowerDistance(Double) - Method in class jupiter.common.math.Domain
-
Returns the distance between the
LowerBound
and the specified value.
- getLowerDistance(Double) - Method in class jupiter.common.math.DoubleInterval
-
Returns the distance between the
LowerBound
and the specified value.
- getLowerDistance(Double) - Method in interface jupiter.common.math.IDoubleInterval
-
Returns the distance between the
LowerBound
and the specified value.
- getLowerInterval() - Method in class jupiter.common.math.GenericIntervalList
-
Returns the E
lower interval.
- getMax(ComparableNumber) - Method in class jupiter.common.math.ComparableNumber
-
Returns the larger of this
and other
, or this
if they are equal (with
null
considered as the minimum value).
- getMax(Number) - Method in class jupiter.common.math.ComparableNumber
-
Returns the larger of this
and other
, or this
if they are equal (with
null
considered as the minimum value).
- getMax(T) - Method in class jupiter.common.math.ComparableObject
-
Returns the larger of this
and other
, or this
if they are equal (with
null
considered as the minimum value).
- getMax(T, T) - Static method in class jupiter.common.math.Comparables
-
Returns the larger of a
and b
, or a
if they are equal (with
null
considered as the minimum value).
- getMax(T) - Method in interface jupiter.common.math.IComparable
-
Returns the larger of this
and other
, or this
if they are equal (with
null
considered as the minimum value).
- getMax(List<? extends E>, List<? extends E>) - Static method in class jupiter.common.util.Lists
-
Returns the maximum element for each index of the specified
List
in an
ExtendedList
.
- getMax(T, T) - Static method in class jupiter.common.util.Numbers
-
Returns the larger of a
and b
, or a
if they are equal (with
null
considered as the minimum value).
- getMaxHeight() - Method in class jupiter.common.struct.map.tree.AvlTreeMap
-
Returns the maximum height.
- getMaxHeight() - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Returns the maximum height.
- getMaxHeight() - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
Returns the maximum height.
- getMaxHeight() - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Returns the maximum height.
- getMaxHeight() - Method in class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
-
Returns the maximum height.
- getMaxHeight() - Method in class jupiter.common.struct.map.tree.RedBlackTreeMap
-
Returns the maximum height.
- getMaxPoolSize() - Method in class jupiter.common.thread.ReservedThreadPoolExecutor
-
Returns the maximum pool size.
- getMessage() - Method in class jupiter.common.thread.Result
-
- getMicroseconds() - Method in class jupiter.common.time.Chronometer
-
- getMiddle() - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Returns the middle element.
- getMiddle() - Method in class jupiter.common.struct.list.ExtendedList
-
Returns the middle element.
- getMilliseconds() - Method in class jupiter.common.time.Chronometer
-
- getMin(ComparableNumber) - Method in class jupiter.common.math.ComparableNumber
-
Returns the smaller of this
and other
, or this
if they are equal
(with null
considered as the minimum value).
- getMin(Number) - Method in class jupiter.common.math.ComparableNumber
-
Returns the smaller of this
and other
, or this
if they are equal
(with null
considered as the minimum value).
- getMin(T) - Method in class jupiter.common.math.ComparableObject
-
Returns the smaller of this
and other
, or this
if they are equal
(with null
considered as the minimum value).
- getMin(T, T) - Static method in class jupiter.common.math.Comparables
-
Returns the smaller of a
and b
, or a
if they are equal (with
null
considered as the minimum value).
- getMin(T) - Method in interface jupiter.common.math.IComparable
-
Returns the smaller of this
and other
, or this
if they are equal
(with null
considered as the minimum value).
- getMin(List<? extends E>, List<? extends E>) - Static method in class jupiter.common.util.Lists
-
Returns the minimum element for each index of the specified
List
in an
ExtendedList
.
- getMin(T, T) - Static method in class jupiter.common.util.Numbers
-
Returns the smaller of a
and b
, or a
if they are equal (with
null
considered as the minimum value).
- getMinutes() - Method in class jupiter.common.time.Chronometer
-
- getModelClass() - Method in class jupiter.common.thread.WorkQueue
-
- getMonth() - Static method in class jupiter.common.time.Dates
-
- getMonth(Date) - Static method in class jupiter.common.time.Dates
-
- getMonth(Calendar) - Static method in class jupiter.common.time.Dates
-
- getMonthEnd() - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the current month end.
- getMonthEnd(Date) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the month end of the specified
Date
.
- getMonthEnd(Calendar) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the month end of the specified
Calendar
.
- getMonthStart() - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the current month start.
- getMonthStart(Date) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the month start of the specified
Date
.
- getMonthStart(Calendar) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the month start of the specified
Calendar
.
- getMultiplicity(T) - Method in interface jupiter.common.math.IMultiSet
-
Returns the multiplicity of the specified T
object.
- getName() - Method in class jupiter.common.io.file.FileHandler
-
Returns the file name.
- getName(String) - Static method in class jupiter.common.io.file.Files
-
Returns the file name of the specified path.
- getName(Object) - Static method in class jupiter.common.util.Objects
-
Returns the name of the
Class
of the specified
Object
,
null
otherwise.
- getName(Class<?>) - Static method in class jupiter.common.util.Objects
-
Returns the name of the specified
Class
,
null
otherwise.
- getNameWithoutExtension() - Method in class jupiter.common.io.file.FileHandler
-
Returns the file name without the extension.
- getNameWithoutExtension(String) - Static method in class jupiter.common.io.file.Files
-
Returns the file name without the extension of the specified path.
- getNanoseconds() - Method in class jupiter.common.time.Chronometer
-
- getNewlineSize(byte[], int) - Method in class jupiter.common.io.file.ReversedFileReader.FilePart
-
Returns the number of bytes of the first newline in the specified buffer byte
array, or 0
if there is no such occurrence.
- getNextBusinessDay() - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the next business day.
- getNextBusinessDay(Date) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the next business day of the specified
Date
.
- getNextBusinessDay(Calendar) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the next business day of the specified
Calendar
.
- getNextBusinessDay(Date, Mapper<Integer, List<? extends Date>>) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the next business day of the specified
Date
with the
specified public holidays
Mapper
.
- getNextBusinessDay(Calendar, Mapper<Integer, List<? extends Date>>) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the next business day of the specified
Calendar
with the
specified public holidays
Mapper
.
- getNextLine(BufferedReader, boolean) - Static method in class jupiter.common.io.InputOutput
-
Returns the next line (or non-empty line if
skipEmptyLines
) of the specified
BufferedReader
.
- getNextTask() - Method in class jupiter.common.thread.LockedWorkQueue
-
Returns the next
Task
of
I
type if
this
is running,
null
otherwise.
- getNextTask() - Method in class jupiter.common.thread.SynchronizedWorkQueue
-
Returns the next
Task
of
I
type if
this
is running,
null
otherwise.
- getNextTask() - Method in class jupiter.common.thread.WorkQueue
-
Returns the next
Task
of
I
type if
this
is running,
null
otherwise.
- getNode(Object) - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
-
Returns the
N
node of the specified key
Object
, or
null
if it is not
present.
- getNode(Object) - Method in class jupiter.common.struct.map.tree.TreeMap
-
Returns the
N
node of the specified key
Object
, or
null
if it is not
present.
- getOptimalHeight() - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Returns the optimal height.
- getOptimalHeight() - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Returns the optimal height.
- getOrCreate(K) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
Returns the
Collection
associated to the specified key, or creates and returns a
Collection
associated to it if it is not present.
- getOrCreate(K) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
Returns the
Collection
associated to the specified key, or creates and returns a
Collection
associated to it if it is not present.
- getOrCreate(K) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
Returns the
Collection
associated to the specified key, or creates and returns a
Collection
associated to it if it is not present.
- getOrCreate(K) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
Returns the
Collection
associated to the specified key, or creates and returns a
Collection
associated to it if it is not present.
- getOrDefault(Object, V) - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
-
Returns the V
value associated to the specified key, or the specified default
V
value if it is not present.
- getOrDefault(Object, V) - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Returns the V
value associated to the specified key, or the specified default
V
value if it is not present.
- getOrDefault(Map<?, ? extends V>, Object, V) - Static method in class jupiter.common.util.Maps
-
Returns the
V
value of the specified
Map
associated to the specified key, or
the specified default
V
value if it is not present.
- getOS() - Static method in class jupiter.common.io.Systems
-
- getOut() - Method in interface jupiter.common.io.console.IConsole
-
- getOut() - Method in class jupiter.common.io.console.SystemConsole
-
- getOutput() - Method in class jupiter.common.thread.Result
-
Returns the O
output.
- getOutputClass() - Method in class jupiter.common.map.Mapper
-
Returns the output
Class
of
O
type.
- getOutputClass() - Method in interface jupiter.common.map.parser.IParser
-
Returns the output
Class
of
O
type.
- getOutputClass() - Method in class jupiter.common.reduce.Reducer
-
Returns the output
Class
of
O
type.
- getOutputPrefix(InputOutput.SeverityLevel, int) - Static method in class jupiter.common.io.Messages
-
- getParent(File) - Static method in class jupiter.common.io.file.Files
-
Returns the parent directory
File
of the specified
File
, or
null
if
it is the root.
- getParent(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Returns the N
parent of the specified N
node, or null
if it is
null
.
- getParent(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Returns the N
parent of the specified N
node, or null
if it is
null
.
- getParentPath(File) - Static method in class jupiter.common.io.file.Files
-
Returns the path to the parent directory of the specified
File
, or
null
if it
is the root.
- getPath() - Method in class jupiter.common.io.file.FileHandler
-
Returns the path.
- getPath() - Static method in class jupiter.common.io.file.Files
-
Returns the current path.
- getPath(File) - Static method in class jupiter.common.io.file.Files
-
Returns the path to the specified
File
.
- getPath(String) - Method in class jupiter.common.io.log.LogHandler
-
Returns the path to the specified log.
- getPentecostDay(int) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of Pentecost Day in the specified year.
- getPredecessor(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Returns the N
predecessor of the specified N
node.
- getPredecessor(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Returns the N
predecessor of the specified N
node.
- getPrefix() - Method in class jupiter.common.io.Message
-
- getPrefix(InputOutput.Type, InputOutput.SeverityLevel, int) - Static method in class jupiter.common.io.Messages
-
- getPreviousBusinessDay() - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the previous business day.
- getPreviousBusinessDay(Date) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the previous business day of the specified
Date
.
- getPreviousBusinessDay(Calendar) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the previous business day of the specified
Calendar
.
- getPreviousBusinessDay(Date, Mapper<Integer, List<? extends Date>>) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the previous business day of the specified
Date
with the
specified public holidays
Mapper
.
- getPreviousBusinessDay(Calendar, Mapper<Integer, List<? extends Date>>) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the previous business day of the specified
Calendar
with
the specified public holidays
Mapper
.
- getPrinter() - Method in class jupiter.common.io.InputOutput
-
- getProperties() - Static method in class jupiter.common.properties.Jupiter
-
- getProperty(String) - Method in class jupiter.common.properties.Properties
-
Returns the property
String
(or default property
String
if it is not present)
associated to the specified key
String
, the default value
String
otherwise.
- getPropertyArray(String) - Method in class jupiter.common.properties.Properties
-
Returns the property array of
String
(or default property array of
String
if
it is not present) associated to the specified key
String
, the property array of
String
of the default value
String
otherwise.
- getPropertyArray(String, String) - Method in class jupiter.common.properties.Properties
-
Returns the property array of
String
(or default property array of
String
if
it is not present) associated to the specified key
String
, the property array of
String
of the specified default value
String
otherwise.
- getRelativePath(File, File) - Static method in class jupiter.common.io.file.Files
-
Returns the relative path to the specified path
File
against the specified base
File
.
- getRootEntry() - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
-
- getRootEntry() - Method in class jupiter.common.struct.map.tree.TreeMap
-
- getRow(int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the elements of the specified row.
- getRow(Object) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the elements of the specified row.
- getRow(int, int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the elements of the specified row truncated from the specified column index.
- getRow(Object, int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the elements of the specified row truncated from the specified column index.
- getRow(int, int, int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the elements of the specified row truncated from the specified column index to the
specified length.
- getRow(Object, int, int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the elements of the specified row truncated from the specified column index to the
specified length.
- getRow(int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the elements of the specified row.
- getRow(Object) - Method in interface jupiter.common.struct.table.ITable
-
Returns the elements of the specified row.
- getRow(int, int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the elements of the specified row truncated from the specified column index.
- getRow(Object, int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the elements of the specified row truncated from the specified column index.
- getRow(int, int, int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the elements of the specified row truncated from the specified column index to the
specified length.
- getRow(Object, int, int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the elements of the specified row truncated from the specified column index to the
specified length.
- getRow(int) - Method in class jupiter.common.struct.table.Table
-
Returns the elements of the specified row.
- getRow(Object) - Method in class jupiter.common.struct.table.Table
-
Returns the elements of the specified row.
- getRow(int, int) - Method in class jupiter.common.struct.table.Table
-
Returns the elements of the specified row truncated from the specified column index.
- getRow(Object, int) - Method in class jupiter.common.struct.table.Table
-
Returns the elements of the specified row truncated from the specified column index.
- getRow(int, int, int) - Method in class jupiter.common.struct.table.Table
-
Returns the elements of the specified row truncated from the specified column index to the
specified length.
- getRow(Object, int, int) - Method in class jupiter.common.struct.table.Table
-
Returns the elements of the specified row truncated from the specified column index to the
specified length.
- getRowClass(int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the element
Class
of the specified row.
- getRowClass(int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the element
Class
of the specified row.
- getRowClass(int) - Method in class jupiter.common.struct.table.Table
-
Returns the element
Class
of the specified row.
- getRowCount() - Method in class jupiter.common.struct.list.row.RowList
-
Returns the number of rows.
- getRowCount() - Method in interface jupiter.common.struct.table.ITable
-
Returns the number of rows.
- getRowCount() - Method in class jupiter.common.struct.table.Table
-
Returns the number of rows.
- getRowIndex(Object) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the index of the specified row, or -1
if there is no such occurrence.
- getRowIndex(Object) - Method in interface jupiter.common.struct.table.ITable
-
Returns the index of the specified row, or -1
if there is no such occurrence.
- getRowIndex(Object) - Method in class jupiter.common.struct.table.Table
-
Returns the index of the specified row, or -1
if there is no such occurrence.
- getRowMeans() - Method in class jupiter.common.struct.table.NumberTable
-
Returns the means computed for each row.
- getRowName(int) - Method in class jupiter.common.struct.list.row.RowList
-
Returns the name of the specified row.
- getRowName(int) - Method in interface jupiter.common.struct.table.ITable
-
Returns the name of the specified row.
- getRowName(int) - Method in class jupiter.common.struct.table.Table
-
Returns the name of the specified row.
- getSaturation() - Method in enum jupiter.common.io.console.ConsoleHandler.Color
-
- getSecond() - Method in class jupiter.common.struct.tuple.Pair
-
Returns the T2
component.
- getSecond() - Method in class jupiter.common.struct.tuple.Quadruple
-
Returns the T2
component.
- getSecond() - Method in class jupiter.common.struct.tuple.Quintuple
-
Returns the T2
component.
- getSecond() - Method in class jupiter.common.struct.tuple.Triple
-
Returns the T2
component.
- getSeconds() - Method in class jupiter.common.time.Chronometer
-
- getSeverityLevel() - Method in class jupiter.common.io.InputOutput
-
- getSeverityLevel() - Method in class jupiter.common.io.Message
-
- getShort(String, short) - Method in class jupiter.common.properties.Properties
-
- getShort(String) - Method in class jupiter.common.struct.list.row.Row
-
Returns the short
element of the specified column.
- getSimpleName(Object) - Static method in class jupiter.common.util.Objects
-
- getSimpleName(Class<?>) - Static method in class jupiter.common.util.Objects
-
- getSimpleName(String) - Static method in class jupiter.common.util.Objects
-
- getStackIndex() - Method in class jupiter.common.io.InputOutput
-
Returns the stack index.
- getStackTraceElement() - Static method in class jupiter.common.test.Tests
-
- getStackTraceElement(int) - Static method in class jupiter.common.test.Tests
-
- getStackTraceMessage() - Static method in class jupiter.common.test.Tests
-
- getStackTraceMessage(int) - Static method in class jupiter.common.test.Tests
-
- getString(String) - Method in class jupiter.common.struct.list.row.Row
-
Returns the element
String
of the specified column.
- getStringIndices(String, String) - Static method in class jupiter.common.util.Strings
-
Returns the indices of the specified token
String
in the specified
String
.
- getStringIndices(String, String, int) - Static method in class jupiter.common.util.Strings
-
Returns the indices of the specified token
String
in the specified
String
,
seeking forward from the specified index.
- getStringIndices(String, String...) - Static method in class jupiter.common.util.Strings
-
- getStringIndices(String, String[], int) - Static method in class jupiter.common.util.Strings
-
- getStringIndices(String, Collection<String>) - Static method in class jupiter.common.util.Strings
-
- getStringIndices(String, Collection<String>, int) - Static method in class jupiter.common.util.Strings
-
- getStringIndicesTo(String, String, int) - Static method in class jupiter.common.util.Strings
-
Returns the indices of the specified token
String
in the specified
String
,
seeking forward to the specified index.
- getStringIndicesTo(String, String[], int) - Static method in class jupiter.common.util.Strings
-
- getStringIndicesTo(String, Collection<String>, int) - Static method in class jupiter.common.util.Strings
-
- getStyledText(String) - Method in enum jupiter.common.io.console.ConsoleHandler.Color
-
- getSuccessor(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Returns the N
successor of the specified N
node.
- getSuccessor(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Returns the N
successor of the specified N
node.
- getSwissPublicHolidays(int) - Static method in class jupiter.common.time.Dates
-
- getText(String) - Method in enum jupiter.common.io.console.ConsoleHandler.Color
-
- getThird() - Method in class jupiter.common.struct.tuple.Quadruple
-
Returns the T3
component.
- getThird() - Method in class jupiter.common.struct.tuple.Quintuple
-
Returns the T3
component.
- getThird() - Method in class jupiter.common.struct.tuple.Triple
-
Returns the T3
component.
- getTimestamp() - Static method in class jupiter.common.time.Dates
-
Returns the current length of time (in milliseconds) since the epoch (January 1, 1970,
00:00:00 GMT).
- getToken() - Method in class jupiter.common.struct.list.Index
-
Returns the T
token.
- getTokenIndex(String, String[], int) - Static method in class jupiter.common.util.Strings
-
- getTokenIndex(String, List<String>, int) - Static method in class jupiter.common.util.Strings
-
- getTokens(String, int...) - Static method in class jupiter.common.util.Strings
-
- getTokens(String, Collection<Integer>) - Static method in class jupiter.common.util.Strings
-
- getTokensTo(String, int[], int) - Static method in class jupiter.common.util.Strings
-
Returns the
ExtendedLinkedList
of token
String
computed by splitting the
specified
String
around the specified delimiting indices until the specified index.
- getTokensTo(String, Collection<Integer>, int) - Static method in class jupiter.common.util.Strings
-
Returns the
ExtendedLinkedList
of token
String
computed by splitting the
specified
String
around the specified delimiting indices until the specified index.
- getType() - Method in class jupiter.common.io.Message
-
- getUnderlyingSet() - Method in interface jupiter.common.math.IMultiSet
-
Returns the underlying
ISet
of
T
type.
- getUpperBound() - Method in class jupiter.common.math.GenericIntervalList
-
- getUpperBound() - Method in class jupiter.common.math.Interval
-
- getUpperBoundValue() - Method in class jupiter.common.math.Domain
-
- getUpperBoundValue(double) - Method in class jupiter.common.math.Domain
-
Returns the
double
value of the
UpperBound
using the specified minimal
interval.
- getUpperBoundValue() - Method in class jupiter.common.math.DoubleInterval
-
- getUpperBoundValue(double) - Method in class jupiter.common.math.DoubleInterval
-
Returns the
double
value of the
UpperBound
using the specified minimal
interval.
- getUpperBoundValue() - Method in interface jupiter.common.math.IDoubleInterval
-
- getUpperBoundValue(double) - Method in interface jupiter.common.math.IDoubleInterval
-
Returns the
double
value of the
UpperBound
using the specified minimal
interval.
- getUpperDistance(Double) - Method in class jupiter.common.math.Domain
-
Returns the distance between the
UpperBound
and the specified value.
- getUpperDistance(Double) - Method in class jupiter.common.math.DoubleInterval
-
Returns the distance between the
UpperBound
and the specified value.
- getUpperDistance(Double) - Method in interface jupiter.common.math.IDoubleInterval
-
Returns the distance between the
UpperBound
and the specified value.
- getUpperInterval() - Method in class jupiter.common.math.GenericIntervalList
-
Returns the E
upper interval.
- getValue() - Method in class jupiter.common.math.Bound
-
Returns the T
value.
- getValue() - Method in class jupiter.common.struct.map.tree.ComparableTreeNode
-
Returns the V
value.
- getValue() - Method in class jupiter.common.struct.map.tree.TreeNode
-
Returns the V
value.
- getValueClass(Map<?, ?>) - Static method in class jupiter.common.util.Maps
-
Returns the value
Class
of the specified
Map
.
- getValues() - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Performs the in-order traversal.
- getValues(N, List<? super V>) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Performs the in-order traversal of the specified
N
tree and adds the values of the
visited nodes in the specified
List
.
- getValues() - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Performs the in-order traversal.
- getValues(N, List<? super V>) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Performs the in-order traversal of the specified
N
tree and adds the values of the
visited nodes in the specified
List
.
- getWorkerCount() - Method in class jupiter.common.thread.WorkQueue
-
- getYear() - Static method in class jupiter.common.time.Dates
-
- getYear(Date) - Static method in class jupiter.common.time.Dates
-
- getYear(Calendar) - Static method in class jupiter.common.time.Dates
-
- getYearEnd() - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the current year end.
- getYearEnd(Date) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the year end of the specified
Date
.
- getYearEnd(Calendar) - Static method in class jupiter.common.time.Dates
-
- getYearStart() - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the current year start.
- getYearStart(Date) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the year start of the specified
Date
.
- getYearStart(Calendar) - Static method in class jupiter.common.time.Dates
-
Returns the
Date
of the year start of the specified
Calendar
.
- greatCircleDistance(double, double, double, double, double) - Static method in class jupiter.common.math.Maths
-
Returns the great-circle distance or orthodromic distance (shortest distance) between the
points defined by their latitudes and longitudes (in radians) around the sphere of the
specified radius.
- HALF_INTEGER_BIT_COUNT - Static variable in class jupiter.common.util.Bits
-
- HALF_LONG_BIT_COUNT - Static variable in class jupiter.common.util.Bits
-
- handlers - Variable in class jupiter.common.io.InputOutput
-
- handlers - Variable in class jupiter.common.io.IOPrinter
-
- hasAnyValue(T[]) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified T
array has any element different from null
.
- hasAnyValue(T[][]) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified 2D T
array has any element different from null
.
- hasAnyValue(T[][][]) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified 3D T
array has any element different from null
.
- hashCode() - Method in class jupiter.common.io.console.ConsoleHandler
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.io.Content
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.io.InputOutput
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.io.IOPrinter
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.io.IOStreamWriter
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.io.log.LogHandler
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.io.Message
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.math.Bound
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.math.ComparableNumber
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.math.ComparableObject
-
Returns the hash code of this
.
- hashCode() - Method in interface jupiter.common.math.IComparable
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.math.Interval
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.math.LowerBound
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.math.UpperBound
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.math.WholeNumber
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.list.Index
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.list.row.Row
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.map.tree.ComparableTreeNode
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.map.tree.TreeNode
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.table.NumberTable
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.table.Table
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.tuple.ComparablePair
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.tuple.ComparableQuadruple
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.tuple.ComparableQuintuple
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.tuple.ComparableTriple
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.tuple.Pair
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.tuple.Quadruple
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.tuple.Quintuple
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.struct.tuple.Triple
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.thread.DivideAndConquer
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.thread.Result
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.thread.Task
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.thread.WorkQueue
-
Returns the hash code of this
.
- hashCode() - Method in class jupiter.common.time.SynchronizedDateFormat
-
Returns the hash code of this
.
- hashCode(boolean...) - Static method in class jupiter.common.util.Booleans
-
Returns the hash code value for the specified boolean
array.
- hashCode(byte...) - Static method in class jupiter.common.util.Bytes
-
Returns the hash code value for the specified byte
array.
- hashCode(char...) - Static method in class jupiter.common.util.Characters
-
Returns the hash code value for the specified char
array.
- hashCode(double...) - Static method in class jupiter.common.util.Doubles
-
Returns the hash code value for the specified double
array.
- hashCode(float...) - Static method in class jupiter.common.util.Floats
-
Returns the hash code value for the specified float
array.
- hashCode(int...) - Static method in class jupiter.common.util.Integers
-
Returns the hash code value for the specified int
array.
- hashCode(long...) - Static method in class jupiter.common.util.Longs
-
Returns the hash code value for the specified long
array.
- hashCode(Object...) - Static method in class jupiter.common.util.Objects
-
Returns the hash code value for the specified array.
- hashCode(short...) - Static method in class jupiter.common.util.Shorts
-
Returns the hash code value for the specified short
array.
- hashCodeWith(int, boolean...) - Static method in class jupiter.common.util.Booleans
-
Returns the hash code value for the specified boolean
array at the specified depth.
- hashCodeWith(int, byte...) - Static method in class jupiter.common.util.Bytes
-
Returns the hash code value for the specified byte
array at the specified depth.
- hashCodeWith(int, char...) - Static method in class jupiter.common.util.Characters
-
Returns the hash code value for the specified char
array at the specified depth.
- hashCodeWith(int, double...) - Static method in class jupiter.common.util.Doubles
-
Returns the hash code value for the specified double
array at the specified depth.
- hashCodeWith(int, float...) - Static method in class jupiter.common.util.Floats
-
Returns the hash code value for the specified float
array at the specified depth.
- hashCodeWith(int, int...) - Static method in class jupiter.common.util.Integers
-
Returns the hash code value for the specified int
array at the specified depth.
- hashCodeWith(int, long...) - Static method in class jupiter.common.util.Longs
-
Returns the hash code value for the specified long
array at the specified depth.
- hashCodeWith(int, Object...) - Static method in class jupiter.common.util.Objects
-
Returns the hash code value for the specified array at the specified depth.
- hashCodeWith(int, short...) - Static method in class jupiter.common.util.Shorts
-
Returns the hash code value for the specified short
array at the specified depth.
- Hasher<I> - Class in jupiter.common.reduce.encoder
-
- Hasher() - Constructor for class jupiter.common.reduce.encoder.Hasher
-
Constructs a
Hasher
of
I
type.
- hasNext() - Method in class jupiter.common.struct.table.Table.TableIterator
-
Tests whether this
has next.
- hasTime(Date) - Static method in class jupiter.common.time.Dates
-
Tests whether the specified
Date
has time.
- hasTime(Calendar) - Static method in class jupiter.common.time.Dates
-
Tests whether the specified
Calendar
has time.
- hasToString(Class<?>) - Static method in class jupiter.common.util.Objects
-
- hav(double) - Static method in class jupiter.common.math.Maths
-
Returns the haversine of the specified angle (in radians).
- header - Variable in class jupiter.common.struct.list.row.Row
-
The header (column names).
- header - Variable in class jupiter.common.struct.list.row.RowList
-
The header (column names).
- header - Variable in class jupiter.common.struct.table.Table
-
The header (column names).
- height - Variable in class jupiter.common.struct.map.tree.AvlTreeNode
-
The height.
- height - Variable in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
-
The height.
- HOURS_PER_DAY - Static variable in class jupiter.common.time.Dates
-
- HYPHEN - Static variable in class jupiter.common.util.Characters
-
- hypot(double, double) - Static method in class jupiter.common.math.Maths
-
Returns the hypotenuse of the specified values.
- ICloneable<T extends ICloneable<? super T>> - Interface in jupiter.common.model
-
- IComparable<T extends Comparable<? super T>> - Interface in jupiter.common.math
-
- IConsole - Interface in jupiter.common.io.console
-
- id - Variable in class jupiter.common.thread.Task
-
The identifier.
- id - Variable in class jupiter.common.thread.Worker
-
The identifier.
- IDoubleInterval - Interface in jupiter.common.math
-
- IGNORE_CASE_COMPARATOR - Static variable in class jupiter.common.util.Strings
-
- IllegalClassException - Exception in jupiter.common.exception
-
- IllegalClassException(Class<?>) - Constructor for exception jupiter.common.exception.IllegalClassException
-
- IllegalClassException(Class<?>, Throwable) - Constructor for exception jupiter.common.exception.IllegalClassException
-
- IllegalOperationException - Exception in jupiter.common.exception
-
- IllegalOperationException() - Constructor for exception jupiter.common.exception.IllegalOperationException
-
- IllegalOperationException(String) - Constructor for exception jupiter.common.exception.IllegalOperationException
-
- IllegalOperationException(String, Throwable) - Constructor for exception jupiter.common.exception.IllegalOperationException
-
- IllegalTypeException - Exception in jupiter.common.exception
-
- IllegalTypeException(Object) - Constructor for exception jupiter.common.exception.IllegalTypeException
-
- IllegalTypeException(Object, Throwable) - Constructor for exception jupiter.common.exception.IllegalTypeException
-
- IMultiSet<T extends Comparable<? super T>> - Interface in jupiter.common.math
-
IMultiSet
is an
ISet
of
T
type in which the objects may occur more than
once.
- Index<T> - Class in jupiter.common.struct.list
-
Index
is the index of the
T
token.
- Index(int, T) - Constructor for class jupiter.common.struct.list.Index
-
Constructs an
Index
with the specified index and
T
token.
- index - Variable in class jupiter.common.struct.list.Index
-
The index of the T
token.
- index - Variable in class jupiter.common.struct.list.row.Row
-
The index (row name).
- index - Variable in class jupiter.common.struct.list.row.RowList
-
The index (row names).
- index - Variable in class jupiter.common.struct.table.Table
-
The index (row names).
- info(Object...) - Method in class jupiter.common.io.InputOutput
-
- info(Object) - Method in class jupiter.common.io.IOAppender
-
- INITIAL_CAPACITY - Static variable in class jupiter.common.util.Strings
-
- INITIAL_TEMP_STORAGE_SIZE - Static variable in class jupiter.common.struct.list.ComparableSort
-
The maximum initial size of temp
used for merging.
- INITIAL_TEMP_STORAGE_SIZE - Static variable in class jupiter.common.struct.list.Sort
-
The maximum initial size of temp
used for merging.
- input() - Method in class jupiter.common.io.InputOutput
-
- input - Variable in class jupiter.common.thread.Task
-
The I
input.
- input - Variable in class jupiter.common.thread.Worker
-
The I
input.
- InputOutput - Class in jupiter.common.io
-
- InputOutput() - Constructor for class jupiter.common.io.InputOutput
-
- InputOutput(InputOutput.SeverityLevel) - Constructor for class jupiter.common.io.InputOutput
-
- InputOutput(InputOutput.SeverityLevel, int) - Constructor for class jupiter.common.io.InputOutput
-
- InputOutput(InputOutput.SeverityLevel, int, ConsoleHandler) - Constructor for class jupiter.common.io.InputOutput
-
- InputOutput(InputOutput.SeverityLevel, int, LogHandler) - Constructor for class jupiter.common.io.InputOutput
-
- InputOutput(InputOutput.SeverityLevel, int, ConsoleHandler, LogHandler) - Constructor for class jupiter.common.io.InputOutput
-
- InputOutput(InputOutput.SeverityLevel, int, List<IOHandler>) - Constructor for class jupiter.common.io.InputOutput
-
- InputOutput(Properties) - Constructor for class jupiter.common.io.InputOutput
-
- InputOutput.SeverityLevel - Enum in jupiter.common.io
-
- InputOutput.Type - Enum in jupiter.common.io
-
- inscribedSquare(double) - Static method in class jupiter.common.math.Maths
-
Returns the approximate edge length of the inscribed square of the circle of the specified
radius.
- INT_FACTORIALS - Static variable in class jupiter.common.math.Maths
-
- INTEGER_BIT_COUNT - Static variable in class jupiter.common.util.Bits
-
- INTEGER_PARSER - Static variable in interface jupiter.common.map.parser.IParsers
-
- IntegerArguments - Class in jupiter.common.test
-
- IntegerArguments() - Constructor for class jupiter.common.test.IntegerArguments
-
- IntegerParser - Class in jupiter.common.map.parser
-
- IntegerParser() - Constructor for class jupiter.common.map.parser.IntegerParser
-
- Integers - Class in jupiter.common.util
-
- Integers() - Constructor for class jupiter.common.util.Integers
-
- IntegerTable - Class in jupiter.common.struct.table
-
- IntegerTable(int, int) - Constructor for class jupiter.common.struct.table.IntegerTable
-
Constructs an
IntegerTable
with the specified numbers of rows and columns.
- IntegerTable(String[], int, int) - Constructor for class jupiter.common.struct.table.IntegerTable
-
Constructs an
IntegerTable
with the specified header and numbers of rows and columns.
- IntegerTable(Object[], String[], int, int) - Constructor for class jupiter.common.struct.table.IntegerTable
-
Constructs an
IntegerTable
with the specified index, header and numbers of rows and
columns.
- IntegerTable(int[]...) - Constructor for class jupiter.common.struct.table.IntegerTable
-
- IntegerTable(Integer[]...) - Constructor for class jupiter.common.struct.table.IntegerTable
-
- IntegerTable(String[], int[]...) - Constructor for class jupiter.common.struct.table.IntegerTable
-
Constructs an
IntegerTable
with the specified header and values.
- IntegerTable(String[], Integer[]...) - Constructor for class jupiter.common.struct.table.IntegerTable
-
Constructs an
IntegerTable
with the specified header and elements.
- IntegerTable(Object[], String[], int[]...) - Constructor for class jupiter.common.struct.table.IntegerTable
-
Constructs an
IntegerTable
with the specified index, header and values.
- IntegerTable(Object[], String[], Integer[]...) - Constructor for class jupiter.common.struct.table.IntegerTable
-
Constructs an
IntegerTable
with specified index, header and elements.
- IntegerTable(String, boolean) - Constructor for class jupiter.common.struct.table.IntegerTable
-
Constructs an
IntegerTable
loaded from the file denoted by the specified path.
- INTENSITY - Static variable in enum jupiter.common.io.console.ConsoleHandler.Color
-
The color intensity.
- Interval<T extends Comparable<? super T>> - Class in jupiter.common.math
-
- Interval() - Constructor for class jupiter.common.math.Interval
-
Constructs an empty
Interval
of
T
type by default.
- Interval(T, T) - Constructor for class jupiter.common.math.Interval
-
- Interval(LowerBound<T>, UpperBound<T>) - Constructor for class jupiter.common.math.Interval
-
- Interval(Pair<LowerBound<T>, UpperBound<T>>) - Constructor for class jupiter.common.math.Interval
-
- IntervalArguments - Class in jupiter.common.test
-
- IntervalArguments() - Constructor for class jupiter.common.test.IntervalArguments
-
- IntervalList<T extends Comparable<? super T>> - Class in jupiter.common.math
-
- IntervalList() - Constructor for class jupiter.common.math.IntervalList
-
- IntervalList(Interval<T>...) - Constructor for class jupiter.common.math.IntervalList
-
Constructs an
IntervalList
of
T
type with the specified elements.
- IntervalList(Collection<? extends Interval<T>>) - Constructor for class jupiter.common.math.IntervalList
-
- Intervals - Class in jupiter.common.math
-
- Intervals() - Constructor for class jupiter.common.math.Intervals
-
- intValue() - Method in class jupiter.common.math.WholeNumber
-
- IO - Static variable in class jupiter.common.io.InputOutput
-
- IOAppender - Class in jupiter.common.io
-
- IOAppender() - Constructor for class jupiter.common.io.IOAppender
-
- IOHandler - Class in jupiter.common.io
-
- IOHandler() - Constructor for class jupiter.common.io.IOHandler
-
- IOPrinter - Class in jupiter.common.io
-
- IOPrinter(IOHandler...) - Constructor for class jupiter.common.io.IOPrinter
-
- IOPrinter(List<IOHandler>) - Constructor for class jupiter.common.io.IOPrinter
-
- IOStreamWriter - Class in jupiter.common.io
-
- IOStreamWriter(IOHandler, boolean) - Constructor for class jupiter.common.io.IOStreamWriter
-
Constructs an
IOStreamWriter
with the specified printer
IOHandler
and flag
specifying whether to print in the standard error or in the standard output.
- IParser<O> - Interface in jupiter.common.map.parser
-
- IParsers - Interface in jupiter.common.map.parser
-
- is(Object) - Static method in class jupiter.common.io.Contents
-
- is(Object) - Static method in class jupiter.common.io.file.Files
-
Tests whether the specified
Object
is an instance of
File
.
- is(Object) - Static method in class jupiter.common.io.Messages
-
- is(Object) - Static method in class jupiter.common.io.Resources
-
- is(Object) - Static method in class jupiter.common.math.Comparables
-
- is(Object) - Static method in class jupiter.common.test.Tests
-
Tests whether the specified
Object
is an instance of
Test
.
- is(Object) - Static method in class jupiter.common.thread.Threads
-
Tests whether the specified
Object
is an instance of
Thread
.
- is(Object) - Static method in class jupiter.common.time.Dates
-
Tests whether the specified
Object
is an instance of
Date
.
- is(Object) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified
Object
is an instance of array.
- is(Object) - Static method in class jupiter.common.util.Booleans
-
- is(Object) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified
Object
is an instance of
Byte
.
- is(Object) - Static method in class jupiter.common.util.Characters
-
- is(Object) - Static method in class jupiter.common.util.Classes
-
- is(Object) - Static method in class jupiter.common.util.Collections
-
- is(Object) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified
Object
is an instance of
Double
.
- is(Object) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified
Object
is an instance of
Float
.
- is(Object) - Static method in class jupiter.common.util.Integers
-
- is(Object) - Static method in class jupiter.common.util.Lists
-
Tests whether the specified
Object
is an instance of
List
.
- is(Object) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified
Object
is an instance of
Long
.
- is(Object) - Static method in class jupiter.common.util.Maps
-
Tests whether the specified
Object
is an instance of
Map
.
- is(Object) - Static method in class jupiter.common.util.Numbers
-
Tests whether the specified
Object
is an instance of
Number
.
- is(Object) - Static method in class jupiter.common.util.Sets
-
Tests whether the specified
Object
is an instance of
Set
.
- is(Object) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified
Object
is an instance of
Short
.
- is(Object) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
Object
is an instance of
String
.
- isBetween(T, T, T) - Static method in class jupiter.common.math.Comparables
-
Tests whether the specified T
object is between the specified T
lower and
upper bounds (with null
considered as the minimum value).
- isBetween(T, T, T, boolean) - Static method in class jupiter.common.math.Comparables
-
Tests whether the specified T
object is between the specified T
lower and
upper bounds (with null
considered as the minimum value).
- isBetween(T, T, T, boolean, boolean) - Static method in class jupiter.common.math.Comparables
-
Tests whether the specified T
object is between the specified T
lower and
upper bounds (with null
considered as the minimum value).
- isBetween(T, T, T, Comparator<? super T>) - Static method in class jupiter.common.math.Comparables
-
Tests whether the specified
T
object is between the specified
T
lower and
upper bounds using the specified
Comparator
(with
null
considered as the
minimum value).
- isBetween(T, T, T, Comparator<? super T>, boolean) - Static method in class jupiter.common.math.Comparables
-
Tests whether the specified
T
object is between the specified
T
lower and
upper bounds using the specified
Comparator
(with
null
considered as the
minimum value).
- isBetween(T, T, T, Comparator<? super T>, boolean, boolean) - Static method in class jupiter.common.math.Comparables
-
Tests whether the specified
T
object is between the specified
T
lower and
upper bounds using the specified
Comparator
(with
null
considered as the
minimum value).
- isBetween(int, T[]) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified index is in the bounds of the specified T
array.
- isBetween(int, int) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified index is in the bounds of the specified array length.
- isBetween(int, T[], boolean) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified index is in the bounds of the specified T
array.
- isBetween(int, int, boolean) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified index is in the bounds of the specified array length.
- isBetween(T[], T[], T[]) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified T
array is between the specified lower and upper bound
T
arrays (with null
considered as the minimum value).
- isBetween(T[], T[], T[], boolean) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified T
array is between the specified lower and upper bound
T
arrays (with null
considered as the minimum value).
- isBetween(T[], T[], T[], boolean, boolean) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified T
array is between the specified lower and upper bound
T
arrays (with null
considered as the minimum value).
- isBetween(T[], T[], T[], Comparator<? super T>) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified
T
array is between the specified lower and upper bound
T
arrays using the specified
Comparator
(with
null
considered as the
minimum value).
- isBetween(T[], T[], T[], Comparator<? super T>, boolean) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified
T
array is between the specified lower and upper bound
T
arrays using the specified
Comparator
(with
null
considered as the
minimum value).
- isBetween(T[], T[], T[], Comparator<? super T>, boolean, boolean) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified
T
array is between the specified lower and upper bound
T
arrays using the specified
Comparator
(with
null
considered as the
minimum value).
- isBetween(byte, byte, byte) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified byte
value is between the specified byte
lower
and upper bounds.
- isBetween(byte, byte, byte, boolean) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified byte
value is between the specified byte
lower
and upper bounds.
- isBetween(byte, byte, byte, boolean, boolean) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified byte
value is between the specified byte
lower
and upper bounds.
- isBetween(byte[], byte[], byte[]) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified byte
array is between the specified lower and upper bound
byte
arrays (with null
considered as the minimum value).
- isBetween(byte[], byte[], byte[], boolean) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified byte
array is between the specified lower and upper bound
byte
arrays (with null
considered as the minimum value).
- isBetween(byte[], byte[], byte[], boolean, boolean) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified byte
array is between the specified lower and upper bound
byte
arrays (with null
considered as the minimum value).
- isBetween(char, char, char) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
value is between the specified char
lower
and upper bounds.
- isBetween(char, char, char, boolean) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
value is between the specified char
lower
and upper bounds.
- isBetween(char, char, char, boolean, boolean) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
value is between the specified char
lower
and upper bounds.
- isBetween(char[], char[], char[]) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
array is between the specified lower and upper bound
char
arrays (with null
considered as the minimum value).
- isBetween(char[], char[], char[], boolean) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
array is between the specified lower and upper bound
char
arrays (with null
considered as the minimum value).
- isBetween(char[], char[], char[], boolean, boolean) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
array is between the specified lower and upper bound
char
arrays (with null
considered as the minimum value).
- isBetween(double, double, double) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified double
value is between the specified double
lower and upper bounds.
- isBetween(double, double, double, boolean) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified double
value is between the specified double
lower and upper bounds.
- isBetween(double, double, double, boolean, boolean) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified double
value is between the specified double
lower and upper bounds.
- isBetween(double[], double[], double[]) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified double
array is between the specified lower and upper
bound double
arrays (with null
considered as the minimum value).
- isBetween(double[], double[], double[], boolean) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified double
array is between the specified lower and upper
bound double
arrays (with null
considered as the minimum value).
- isBetween(double[], double[], double[], boolean, boolean) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified double
array is between the specified lower and upper
bound double
arrays (with null
considered as the minimum value).
- isBetween(float, float, float) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified float
value is between the specified float
lower
and upper bounds.
- isBetween(float, float, float, boolean) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified float
value is between the specified float
lower
and upper bounds.
- isBetween(float, float, float, boolean, boolean) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified float
value is between the specified float
lower
and upper bounds.
- isBetween(float[], float[], float[]) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified float
array is between the specified lower and upper
bound float
arrays (with null
considered as the minimum value).
- isBetween(float[], float[], float[], boolean) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified float
array is between the specified lower and upper
bound float
arrays (with null
considered as the minimum value).
- isBetween(float[], float[], float[], boolean, boolean) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified float
array is between the specified lower and upper
bound float
arrays (with null
considered as the minimum value).
- isBetween(int, int, int) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified int
value is between the specified int
lower and
upper bounds.
- isBetween(int, int, int, boolean) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified int
value is between the specified int
lower and
upper bounds.
- isBetween(int, int, int, boolean, boolean) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified int
value is between the specified int
lower and
upper bounds.
- isBetween(int[], int[], int[]) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified int
array is between the specified lower and upper bound
int
arrays (with null
considered as the minimum value).
- isBetween(int[], int[], int[], boolean) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified int
array is between the specified lower and upper bound
int
arrays (with null
considered as the minimum value).
- isBetween(int[], int[], int[], boolean, boolean) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified int
array is between the specified lower and upper bound
int
arrays (with null
considered as the minimum value).
- isBetween(long, long, long) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified long
value is between the specified long
lower
and upper bounds.
- isBetween(long, long, long, boolean) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified long
value is between the specified long
lower
and upper bounds.
- isBetween(long, long, long, boolean, boolean) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified long
value is between the specified long
lower
and upper bounds.
- isBetween(long[], long[], long[]) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified long
array is between the specified lower and upper bound
long
arrays (with null
considered as the minimum value).
- isBetween(long[], long[], long[], boolean) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified long
array is between the specified lower and upper bound
long
arrays (with null
considered as the minimum value).
- isBetween(long[], long[], long[], boolean, boolean) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified long
array is between the specified lower and upper bound
long
arrays (with null
considered as the minimum value).
- isBetween(short, short, short) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified short
value is between the specified short
lower
and upper bounds.
- isBetween(short, short, short, boolean) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified short
value is between the specified short
lower
and upper bounds.
- isBetween(short, short, short, boolean, boolean) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified short
value is between the specified short
lower
and upper bounds.
- isBetween(short[], short[], short[]) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified short
array is between the specified lower and upper
bound short
arrays (with null
considered as the minimum value).
- isBetween(short[], short[], short[], boolean) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified short
array is between the specified lower and upper
bound short
arrays (with null
considered as the minimum value).
- isBetween(short[], short[], short[], boolean, boolean) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified short
array is between the specified lower and upper
bound short
arrays (with null
considered as the minimum value).
- isBetween(String, String, String) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
is between the specified lower and upper bound
String
(with
null
considered as the minimum value).
- isBetween(String, String, String, boolean) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
is between the specified lower and upper bound
String
(with
null
considered as the minimum value).
- isBetween(String, String, String, boolean, boolean) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
is between the specified lower and upper bound
String
(with
null
considered as the minimum value).
- isBlack - Variable in class jupiter.common.struct.map.tree.ComparableRedBlackTreeNode
-
- isBlack - Variable in class jupiter.common.struct.map.tree.RedBlackTreeNode
-
- isBracket(char) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
token is a bracket.
- isBusinessDay(Date, List<? extends Date>) - Static method in class jupiter.common.time.Dates
-
Tests whether the specified
Date
is a business day with the specified
List
of
public holidays.
- isBusinessDay(Calendar, List<? extends Date>) - Static method in class jupiter.common.time.Dates
-
Tests whether the specified
Calendar
is a business day with the specified
List
of public holidays.
- isCountryCode(String) - Static method in class jupiter.common.Locales
-
Tests whether the specified
String
is an ISO 3166 alpha-2 compliant country code.
- isDebug() - Method in enum jupiter.common.io.InputOutput.SeverityLevel
-
- isEmpty() - Method in class jupiter.common.io.Content
-
Tests whether this
is empty.
- isEmpty(Content) - Static method in class jupiter.common.io.Contents
-
Tests whether the specified
Content
is non-
null
and empty.
- isEmpty() - Method in class jupiter.common.math.Interval
-
Tests whether this
is empty.
- isEmpty(LowerBound<T>, UpperBound<T>) - Static method in class jupiter.common.math.Interval
-
- isEmpty() - Method in interface jupiter.common.math.ISet
-
Tests whether this
is empty.
- isEmpty() - Method in interface jupiter.common.struct.table.ITable
-
Tests whether this
is empty.
- isEmpty() - Method in class jupiter.common.struct.table.Table
-
Tests whether this
is empty.
- isEmpty(T[]) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified T
array is non-null
and empty.
- isEmpty(boolean[]) - Static method in class jupiter.common.util.Booleans
-
Tests whether the specified boolean
array is non-null
and empty.
- isEmpty(byte[]) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified byte
array is non-null
and empty.
- isEmpty(char[]) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
array is non-null
and empty.
- isEmpty(Collection<?>) - Static method in class jupiter.common.util.Collections
-
Tests whether the specified
Collection
is non-
null
and empty.
- isEmpty(double[]) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified double
array is non-null
and empty.
- isEmpty(float[]) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified float
array is non-null
and empty.
- isEmpty(int[]) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified int
array is non-null
and empty.
- isEmpty(long[]) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified long
array is non-null
and empty.
- isEmpty(Map<?, ?>) - Static method in class jupiter.common.util.Maps
-
Tests whether the specified
Map
is non-
null
and empty.
- isEmpty(Object) - Static method in class jupiter.common.util.Objects
-
Tests whether the specified
Object
is non-
null
and its representative
String
is non-
null
and empty.
- isEmpty(short[]) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified short
array is non-null
and empty.
- isEmpty(String) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
is non-
null
and empty.
- isEnum(Object) - Static method in class jupiter.common.util.Objects
-
- isEnumFrom(Class<?>) - Static method in class jupiter.common.util.Objects
-
- isError() - Method in enum jupiter.common.io.InputOutput.SeverityLevel
-
- isError - Variable in class jupiter.common.io.IOStreamWriter
-
The flag specifying whether to print in the standard error or in the standard output.
- isError - Variable in class jupiter.common.io.ProgressBar
-
The flag specifying whether to print in the standard error or in the standard output.
- ISet<T extends Comparable<? super T>> - Interface in jupiter.common.math
-
ISet
is the well-defined collection of distinct
T
objects.
- isFactorialInt(double) - Static method in class jupiter.common.math.Maths
-
- isFactorialLong(double) - Static method in class jupiter.common.math.Maths
-
- isFailure() - Method in enum jupiter.common.io.InputOutput.SeverityLevel
-
- isFair - Variable in class jupiter.common.thread.LockedWorkQueue
-
The flag specifying whether this
is fair.
- isFair() - Method in class jupiter.common.thread.LockedWorkQueue
-
Returns the flag specifying whether this
is fair.
- isFinite() - Method in class jupiter.common.math.Domain
-
Tests whether this
is finite.
- isFinite() - Method in class jupiter.common.math.DoubleInterval
-
Tests whether this
is finite.
- isFinite() - Method in interface jupiter.common.math.IDoubleInterval
-
Tests whether this
is finite.
- isFinite(double) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified double
value is finite.
- isFinite(float) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified float
value is finite.
- isFrom(Class<?>) - Static method in class jupiter.common.io.Contents
-
Tests whether the specified
Class
is assignable to a
Content
.
- isFrom(Class<?>) - Static method in class jupiter.common.io.file.Files
-
Tests whether the specified
Class
is assignable to a
File
.
- isFrom(Class<?>) - Static method in class jupiter.common.io.Messages
-
Tests whether the specified
Class
is assignable to a
Message
.
- isFrom(Class<?>) - Static method in class jupiter.common.io.Resources
-
- isFrom(Class<?>) - Static method in class jupiter.common.math.Comparables
-
- isFrom(Class<?>) - Static method in class jupiter.common.test.Tests
-
Tests whether the specified
Class
is assignable to a
Test
.
- isFrom(Class<?>) - Static method in class jupiter.common.thread.Threads
-
Tests whether the specified
Class
is assignable to a
Thread
.
- isFrom(Class<?>) - Static method in class jupiter.common.time.Dates
-
Tests whether the specified
Class
is assignable to a
Date
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified
Class
is assignable to an array.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Booleans
-
Tests whether the specified
Class
is assignable to a
boolean
value or a
Boolean
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified
Class
is assignable to a
byte
value or a
Byte
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified
Class
is assignable to a
char
value or a
Character
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Classes
-
- isFrom(Class<?>) - Static method in class jupiter.common.util.Collections
-
- isFrom(Class<?>) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified
Class
is assignable to a
double
value or a
Double
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified
Class
is assignable to a
float
value or a
Float
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified
Class
is assignable to an
int
value or an
Integer
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Lists
-
Tests whether the specified
Class
is assignable to a
List
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified
Class
is assignable to a
long
value or a
Long
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Maps
-
Tests whether the specified
Class
is assignable to a
Map
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Numbers
-
Tests whether the specified
Class
is assignable to a primitive number or a
Number
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Sets
-
Tests whether the specified
Class
is assignable to a
Set
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified
Class
is assignable to a
short
value or a
Short
.
- isFrom(Class<?>) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
Class
is assignable to a
String
.
- isGreaterOrEqualTo(ComparableNumber) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is greater or equal to other
(with null
considered
as the minimum value).
- isGreaterOrEqualTo(Number) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is greater or equal to other
(with null
considered
as the minimum value).
- isGreaterOrEqualTo(T) - Method in class jupiter.common.math.ComparableObject
-
Tests whether this
is greater or equal to other
(with null
considered
as the minimum value).
- isGreaterOrEqualTo(T, T) - Static method in class jupiter.common.math.Comparables
-
Tests whether a
is greater or equal to b
(with null
considered as the
minimum value).
- isGreaterOrEqualTo(T) - Method in interface jupiter.common.math.IComparable
-
Tests whether this
is greater or equal to other
(with null
considered
as the minimum value).
- isGreaterOrEqualTo(Number, Number) - Static method in class jupiter.common.util.Numbers
-
Tests whether a
is greater or equal to b
(with null
considered as the
minimum value).
- isGreaterThan(ComparableNumber) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is greater than other
(with null
considered as the
minimum value).
- isGreaterThan(Number) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is greater than other
(with null
considered as the
minimum value).
- isGreaterThan(T) - Method in class jupiter.common.math.ComparableObject
-
Tests whether this
is greater than other
(with null
considered as the
minimum value).
- isGreaterThan(T, T) - Static method in class jupiter.common.math.Comparables
-
Tests whether a
is greater than b
(with null
considered as the
minimum value).
- isGreaterThan(T) - Method in interface jupiter.common.math.IComparable
-
Tests whether this
is greater than other
(with null
considered as the
minimum value).
- isGreaterThan(Number, Number) - Static method in class jupiter.common.util.Numbers
-
Tests whether a
is greater than b
(with null
considered as the
minimum value).
- isImmutable(Object) - Static method in class jupiter.common.util.Objects
-
- isImmutableFrom(Class<?>) - Static method in class jupiter.common.util.Objects
-
- isInclusive - Variable in class jupiter.common.math.Bound
-
The flag specifying whether this
is inclusive.
- isInclusive() - Method in class jupiter.common.math.Bound
-
Returns the flag specifying whether this
is inclusive.
- isInfo() - Method in enum jupiter.common.io.InputOutput.SeverityLevel
-
- isInside(T) - Method in class jupiter.common.math.GenericIntervalList
-
Tests whether this
contains the specified T
object.
- isInside(Interval<T>) - Method in class jupiter.common.math.GenericIntervalList
-
Tests whether
this
contains the specified
Interval
.
- isInside(GenericIntervalList<E, T>) - Method in class jupiter.common.math.GenericIntervalList
-
- isInside(T) - Method in class jupiter.common.math.Interval
-
Tests whether this
contains the specified T
object.
- isInside(LowerBound<T>, UpperBound<T>, T) - Static method in class jupiter.common.math.Interval
-
- isInside(Interval<T>) - Method in class jupiter.common.math.Interval
-
Tests whether
this
contains the specified
Interval
.
- isInside(T) - Method in interface jupiter.common.math.ISet
-
Tests whether this
contains the specified T
object.
- isLanguageCode(String) - Static method in class jupiter.common.Locales
-
Tests whether the specified
String
is an ISO 639 compliant language code.
- isLeaf(Class<?>) - Static method in class jupiter.common.io.string.Stringifiers
-
Tests whether the specified
Class
is a leaf.
- isLeaf(Object[]) - Static method in class jupiter.common.io.string.Stringifiers
-
Tests whether the specified array is a leaf.
- isLeaf(Collection<?>) - Static method in class jupiter.common.io.string.Stringifiers
-
- isLeaf() - Method in class jupiter.common.struct.map.tree.AvlTreeNode
-
Tests whether this
is a leaf.
- isLeaf() - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
-
Tests whether this
is a leaf.
- isLeft - Variable in class jupiter.common.struct.map.tree.BinaryTreeNode
-
- isLeft - Variable in class jupiter.common.struct.map.tree.ComparableBinaryTreeNode
-
- isLessOrEqualTo(ComparableNumber) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is less or equal to other
(with null
considered as
the minimum value).
- isLessOrEqualTo(Number) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is less or equal to other
(with null
considered as
the minimum value).
- isLessOrEqualTo(T) - Method in class jupiter.common.math.ComparableObject
-
Tests whether this
is less or equal to other
(with null
considered as
the minimum value).
- isLessOrEqualTo(T, T) - Static method in class jupiter.common.math.Comparables
-
Tests whether a
is less or equal to b
(with null
considered as the
minimum value).
- isLessOrEqualTo(T) - Method in interface jupiter.common.math.IComparable
-
Tests whether this
is less or equal to other
(with null
considered as
the minimum value).
- isLessOrEqualTo(Number, Number) - Static method in class jupiter.common.util.Numbers
-
Tests whether a
is less or equal to b
(with null
considered as the
minimum value).
- isLessThan(ComparableNumber) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is less than other
(with null
considered as the
minimum value).
- isLessThan(Number) - Method in class jupiter.common.math.ComparableNumber
-
Tests whether this
is less than other
(with null
considered as the
minimum value).
- isLessThan(T) - Method in class jupiter.common.math.ComparableObject
-
Tests whether this
is less than other
(with null
considered as the
minimum value).
- isLessThan(T, T) - Static method in class jupiter.common.math.Comparables
-
Tests whether a
is less than b
(with null
considered as the minimum
value).
- isLessThan(T) - Method in interface jupiter.common.math.IComparable
-
Tests whether this
is less than other
(with null
considered as the
minimum value).
- isLessThan(Number, Number) - Static method in class jupiter.common.util.Numbers
-
Tests whether a
is less than b
(with null
considered as the minimum
value).
- isLowerCase(String) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
is lower case.
- isNonEmpty() - Method in class jupiter.common.io.Content
-
Tests whether this
is not "null"
and non-empty.
- isNonEmpty(Content) - Static method in class jupiter.common.io.Contents
-
Tests whether the specified
Content
is non-
null
, not
"null"
and
non-empty.
- isNonEmpty() - Method in class jupiter.common.math.Interval
-
Tests whether this
is non-empty.
- isNonEmpty(LowerBound<T>, UpperBound<T>) - Static method in class jupiter.common.math.Interval
-
- isNonEmpty() - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Tests whether this
is non-empty.
- isNonEmpty() - Method in class jupiter.common.struct.list.ExtendedList
-
Tests whether this
is non-empty.
- isNonEmpty() - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Tests whether this
is non-empty.
- isNonEmpty() - Method in interface jupiter.common.struct.table.ITable
-
Tests whether this
is non-empty.
- isNonEmpty() - Method in class jupiter.common.struct.table.Table
-
Tests whether this
is non-empty.
- isNonEmpty(T[]) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified T
array is non-null
and non-empty.
- isNonEmpty(boolean[]) - Static method in class jupiter.common.util.Booleans
-
Tests whether the specified boolean
array is non-null
and non-empty.
- isNonEmpty(byte[]) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified byte
array is non-null
and non-empty.
- isNonEmpty(char[]) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
array is non-null
and non-empty.
- isNonEmpty(Collection<?>) - Static method in class jupiter.common.util.Collections
-
Tests whether the specified
Collection
is non-
null
and non-empty.
- isNonEmpty(double[]) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified double
array is non-null
and non-empty.
- isNonEmpty(float[]) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified float
array is non-null
and non-empty.
- isNonEmpty(int[]) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified int
array is non-null
and non-empty.
- isNonEmpty(long[]) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified long
array is non-null
and non-empty.
- isNonEmpty(Map<?, ?>) - Static method in class jupiter.common.util.Maps
-
Tests whether the specified
Map
is non-
null
and non-empty.
- isNonEmpty(Object) - Static method in class jupiter.common.util.Objects
-
Tests whether the specified
Object
is non-
null
and its representative
String
is non-
null
and non-empty.
- isNonEmpty(short[]) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified short
array is non-null
and non-empty.
- isNonEmpty(String) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
is non-
null
and non-empty.
- isNotEqualTo(Object, Object) - Static method in class jupiter.common.test.Arguments
-
- isNullOrEmpty() - Method in class jupiter.common.io.Content
-
Tests whether this
is "null"
or empty.
- isNullOrEmpty(Content) - Static method in class jupiter.common.io.Contents
-
Tests whether the specified
Content
is
null
,
"null"
or empty.
- isNullOrEmpty(T[]) - Static method in class jupiter.common.util.Arrays
-
Tests whether the specified T
array is null
or empty.
- isNullOrEmpty(boolean[]) - Static method in class jupiter.common.util.Booleans
-
Tests whether the specified boolean
array is null
or empty.
- isNullOrEmpty(byte[]) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified byte
array is null
or empty.
- isNullOrEmpty(char[]) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
array is null
or empty.
- isNullOrEmpty(Collection<?>) - Static method in class jupiter.common.util.Collections
-
Tests whether the specified
Collection
is
null
or empty.
- isNullOrEmpty(double[]) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified double
array is null
or empty.
- isNullOrEmpty(float[]) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified float
array is null
or empty.
- isNullOrEmpty(int[]) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified int
array is null
or empty.
- isNullOrEmpty(long[]) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified long
array is null
or empty.
- isNullOrEmpty(Map<?, ?>) - Static method in class jupiter.common.util.Maps
-
Tests whether the specified
Map
is
null
or empty.
- isNullOrEmpty(Object) - Static method in class jupiter.common.util.Objects
-
Tests whether the specified
Object
is
null
or its representative
String
is
null
or empty.
- isNullOrEmpty(short[]) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified short
array is null
or empty.
- isNullOrEmpty(String) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
is
null
or empty.
- isNumeric(String) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
is numeric.
- isNumericAreaCode(String) - Static method in class jupiter.common.Locales
-
Tests whether the specified
String
is an UN M.49 numeric area code.
- ISO_8859_1 - Static variable in class jupiter.common.Charsets
-
The Latin-1 Western European
Charset
.
- ISO_8859_10 - Static variable in class jupiter.common.Charsets
-
- ISO_8859_11 - Static variable in class jupiter.common.Charsets
-
- ISO_8859_12 - Static variable in class jupiter.common.Charsets
-
Deprecated.
- ISO_8859_13 - Static variable in class jupiter.common.Charsets
-
- ISO_8859_14 - Static variable in class jupiter.common.Charsets
-
- ISO_8859_15 - Static variable in class jupiter.common.Charsets
-
- ISO_8859_16 - Static variable in class jupiter.common.Charsets
-
The Latin-10 South-Eastern European
Charset
.
- ISO_8859_2 - Static variable in class jupiter.common.Charsets
-
The Latin-2 Central European
Charset
.
- ISO_8859_3 - Static variable in class jupiter.common.Charsets
-
The Latin-3 South European
Charset
.
- ISO_8859_4 - Static variable in class jupiter.common.Charsets
-
The Latin-4 North European
Charset
.
- ISO_8859_5 - Static variable in class jupiter.common.Charsets
-
- ISO_8859_6 - Static variable in class jupiter.common.Charsets
-
- ISO_8859_7 - Static variable in class jupiter.common.Charsets
-
- ISO_8859_8 - Static variable in class jupiter.common.Charsets
-
- ISO_8859_9 - Static variable in class jupiter.common.Charsets
-
- isParenthesis(char) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified char
token is a parenthesis.
- isParsableFrom(String) - Static method in class jupiter.common.util.Numbers
-
Tests whether the specified value
String
is parsable to a
Number
.
- isPrimitiveArray(Object) - Static method in class jupiter.common.util.Booleans
-
Tests whether the specified
Object
is an instance of
boolean
array.
- isPrimitiveArray(Object) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified
Object
is an instance of
byte
array.
- isPrimitiveArray(Object) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified
Object
is an instance of
char
array.
- isPrimitiveArray(Object) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified
Object
is an instance of
double
array.
- isPrimitiveArray(Object) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified
Object
is an instance of
float
array.
- isPrimitiveArray(Object) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified
Object
is an instance of
int
array.
- isPrimitiveArray(Object) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified
Object
is an instance of
long
array.
- isPrimitiveArray(Object) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified
Object
is an instance of
short
array.
- isPrimitiveArrayFrom(Class<?>) - Static method in class jupiter.common.util.Booleans
-
Tests whether the specified
Class
is assignable to a
boolean
array.
- isPrimitiveArrayFrom(Class<?>) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified
Class
is assignable to a
byte
array.
- isPrimitiveArrayFrom(Class<?>) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified
Class
is assignable to a
char
array.
- isPrimitiveArrayFrom(Class<?>) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified
Class
is assignable to a
double
array.
- isPrimitiveArrayFrom(Class<?>) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified
Class
is assignable to a
float
array.
- isPrimitiveArrayFrom(Class<?>) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified
Class
is assignable to an
int
array.
- isPrimitiveArrayFrom(Class<?>) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified
Class
is assignable to a
long
array.
- isPrimitiveArrayFrom(Class<?>) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified
Class
is assignable to a
short
array.
- isPrimitiveFrom(Class<?>) - Static method in class jupiter.common.util.Booleans
-
Tests whether the specified
Class
is assignable to a
boolean
value.
- isPrimitiveFrom(Class<?>) - Static method in class jupiter.common.util.Bytes
-
Tests whether the specified
Class
is assignable to a
byte
value.
- isPrimitiveFrom(Class<?>) - Static method in class jupiter.common.util.Characters
-
Tests whether the specified
Class
is assignable to a
char
value.
- isPrimitiveFrom(Class<?>) - Static method in class jupiter.common.util.Doubles
-
Tests whether the specified
Class
is assignable to a
double
value.
- isPrimitiveFrom(Class<?>) - Static method in class jupiter.common.util.Floats
-
Tests whether the specified
Class
is assignable to a
float
value.
- isPrimitiveFrom(Class<?>) - Static method in class jupiter.common.util.Integers
-
Tests whether the specified
Class
is assignable to an
int
value.
- isPrimitiveFrom(Class<?>) - Static method in class jupiter.common.util.Longs
-
Tests whether the specified
Class
is assignable to a
long
value.
- isPrimitiveFrom(Class<?>) - Static method in class jupiter.common.util.Numbers
-
Tests whether the specified
Class
is assignable to a primitive number.
- isPrimitiveFrom(Class<?>) - Static method in class jupiter.common.util.Objects
-
- isPrimitiveFrom(Class<?>) - Static method in class jupiter.common.util.Shorts
-
Tests whether the specified
Class
is assignable to a
short
value.
- isPublicHoliday(Date, List<? extends Date>) - Static method in class jupiter.common.time.Dates
-
Tests whether the specified
Date
is a public holiday.
- isPublicHoliday(Calendar, List<? extends Date>) - Static method in class jupiter.common.time.Dates
-
Tests whether the specified
Calendar
is a public holiday.
- isReady(long) - Method in class jupiter.common.thread.WorkQueue
-
Tests whether the
O
result of the
Task
with the specified identifier is
ready.
- isResult() - Method in enum jupiter.common.io.InputOutput.SeverityLevel
-
- isRunning() - Method in class jupiter.common.thread.DivideAndConquer
-
- isRunning - Variable in class jupiter.common.thread.WorkQueue
-
The flag specifying whether this
is running.
- isRunning() - Method in class jupiter.common.thread.WorkQueue
-
Tests whether this
is running.
- isTest() - Method in enum jupiter.common.io.InputOutput.SeverityLevel
-
- isToken(String, int, String) - Static method in class jupiter.common.util.Strings
-
- isTokenTo(String, int, String) - Static method in class jupiter.common.util.Strings
-
- isTrace() - Method in enum jupiter.common.io.InputOutput.SeverityLevel
-
- isUnix() - Static method in class jupiter.common.io.Systems
-
- isUpdate() - Method in class jupiter.common.struct.map.tree.AvlTreeMap
-
Returns the flag specifying whether to update the tree
AvlTreeNode
.
- isUpdate() - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
- isUpperCase(String) - Static method in class jupiter.common.util.Strings
-
Tests whether the specified
String
is upper case.
- isValid() - Method in class jupiter.common.math.GenericIntervalList
-
Tests whether this
is valid.
- isValid() - Method in class jupiter.common.math.Interval
-
Tests whether this
is valid.
- isValid(LowerBound<T>, UpperBound<T>) - Static method in class jupiter.common.math.Interval
-
- isValid() - Method in interface jupiter.common.math.ISet
-
Tests whether this
is valid.
- isVoidFrom(Class<?>) - Static method in class jupiter.common.util.Objects
-
- isWarning() - Method in enum jupiter.common.io.InputOutput.SeverityLevel
-
- isWeekDay(Date) - Static method in class jupiter.common.time.Dates
-
Tests whether the specified
Date
is a week day.
- isWeekDay(Calendar) - Static method in class jupiter.common.time.Dates
-
Tests whether the specified
Calendar
is a week day.
- isWindows() - Static method in class jupiter.common.io.Systems
-
- ITable - Interface in jupiter.common.struct.table
-
- iterator() - Method in class jupiter.common.struct.table.Table
-
Returns an
Iterator
over the rows of
this
.
- ITuple - Interface in jupiter.common.math
-
ITuple
is the finite ordered collection of objects.
- RADIAN_TO_DEGREE - Static variable in class jupiter.common.math.Maths
-
- RANDOM - Static variable in class jupiter.common.util.Booleans
-
- random() - Static method in class jupiter.common.util.Booleans
-
Returns a pseudorandom, uniformly distributed boolean
value.
- RANDOM - Static variable in class jupiter.common.util.Bytes
-
- random() - Static method in class jupiter.common.util.Bytes
-
Returns a pseudorandom, uniformly distributed byte
value.
- random(byte, byte) - Static method in class jupiter.common.util.Bytes
-
Returns a pseudorandom, uniformly distributed byte
value between the specified
bounds.
- RANDOM - Static variable in class jupiter.common.util.Characters
-
- random() - Static method in class jupiter.common.util.Characters
-
Returns a pseudorandom, uniformly distributed char
value.
- random(char, char) - Static method in class jupiter.common.util.Characters
-
Returns a pseudorandom, uniformly distributed char
value between the specified
bounds.
- RANDOM - Static variable in class jupiter.common.util.Doubles
-
- random() - Static method in class jupiter.common.util.Doubles
-
Returns a pseudorandom, uniformly distributed double
value between 0.
and
1.
.
- random(double, double) - Static method in class jupiter.common.util.Doubles
-
Returns a pseudorandom, uniformly distributed double
value between the specified
bounds.
- RANDOM - Static variable in class jupiter.common.util.Floats
-
- random() - Static method in class jupiter.common.util.Floats
-
Returns a pseudorandom, uniformly distributed float
value between 0f
and
1f
.
- random(float, float) - Static method in class jupiter.common.util.Floats
-
Returns a pseudorandom, uniformly distributed float
value between the specified
bounds.
- RANDOM - Static variable in class jupiter.common.util.Integers
-
- random() - Static method in class jupiter.common.util.Integers
-
Returns a pseudorandom, uniformly distributed int
value.
- random(int, int) - Static method in class jupiter.common.util.Integers
-
Returns a pseudorandom, uniformly distributed int
value between the specified bounds.
- RANDOM - Static variable in class jupiter.common.util.Longs
-
- random() - Static method in class jupiter.common.util.Longs
-
Returns a pseudorandom, uniformly distributed long
value.
- random(long, long) - Static method in class jupiter.common.util.Longs
-
Returns a pseudorandom, uniformly distributed long
value between the specified
bounds.
- RANDOM - Static variable in class jupiter.common.util.Shorts
-
- random() - Static method in class jupiter.common.util.Shorts
-
Returns a pseudorandom, uniformly distributed short
value.
- random(short, short) - Static method in class jupiter.common.util.Shorts
-
Returns a pseudorandom, uniformly distributed short
value between the specified
bounds.
- random(int) - Static method in class jupiter.common.util.Strings
-
Returns a pseudorandom, uniformly distributed
String
of the specified length.
- random(int, char, char) - Static method in class jupiter.common.util.Strings
-
Returns a pseudorandom, uniformly distributed
String
of the specified length
generated with
char
values between the specified bounds.
- randomAccessFile - Variable in class jupiter.common.io.file.ReversedFileReader
-
- read() - Method in class jupiter.common.io.file.FileHandler
-
- read(File) - Static method in class jupiter.common.io.file.Files
-
- read(File, Charset) - Static method in class jupiter.common.io.file.Files
-
- read(InputStream) - Static method in class jupiter.common.io.InputOutput
-
- read(InputStream, Charset) - Static method in class jupiter.common.io.InputOutput
-
- readers - Variable in class jupiter.common.io.file.FileHandler
-
- readLine() - Method in class jupiter.common.io.file.ReversedFileReader.FilePart
-
Returns the next line of the
File
from bottom to top, or
null
if the
start of the part is reached and the part is not last.
- readLine() - Method in class jupiter.common.io.file.ReversedFileReader
-
Returns the next line of the
File
from bottom to top, or
null
if the start of
the
File
is reached.
- RedBlackTreeMap<K,V> - Class in jupiter.common.struct.map.tree
-
- RedBlackTreeMap(Class<K>) - Constructor for class jupiter.common.struct.map.tree.RedBlackTreeMap
-
- RedBlackTreeMap(Class<K>, K[], V[]) - Constructor for class jupiter.common.struct.map.tree.RedBlackTreeMap
-
Constructs a
RedBlackTreeMap
of
K
,
V
and
N
types loaded from
the specified key and value arrays containing the key-value mappings.
- RedBlackTreeMap(Class<K>, K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.RedBlackTreeMap
-
Constructs a
RedBlackTreeMap
of
K
,
V
and
N
types loaded from
the specified key array and value
Collection
containing the key-value mappings.
- RedBlackTreeMap(Class<K>, Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.RedBlackTreeMap
-
Constructs a
RedBlackTreeMap
of
K
,
V
and
N
types loaded from
the specified key and value
Collection
containing the key-value mappings.
- RedBlackTreeMap(Class<K>, Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.RedBlackTreeMap
-
Constructs a
RedBlackTreeMap
of
K
,
V
and
N
types loaded from
the specified
Map
containing the key-value mappings.
- RedBlackTreeMap(Comparator<? super K>) - Constructor for class jupiter.common.struct.map.tree.RedBlackTreeMap
-
- RedBlackTreeMap(Comparator<? super K>, K[], V[]) - Constructor for class jupiter.common.struct.map.tree.RedBlackTreeMap
-
Constructs a
RedBlackTreeMap
of
K
,
V
and
N
types with the
specified key
Comparator
loaded from the specified key and value arrays containing
the key-value mappings.
- RedBlackTreeMap(Comparator<? super K>, K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.RedBlackTreeMap
-
- RedBlackTreeMap(Comparator<? super K>, Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.RedBlackTreeMap
-
- RedBlackTreeMap(Comparator<? super K>, Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.RedBlackTreeMap
-
Constructs a
RedBlackTreeMap
of
K
,
V
and
N
types with the
specified key
Comparator
loaded from the specified
Map
containing the
key-value mappings.
- RedBlackTreeNode<K,V> - Class in jupiter.common.struct.map.tree
-
- RedBlackTreeNode(K, V, Comparator<? super K>) - Constructor for class jupiter.common.struct.map.tree.RedBlackTreeNode
-
- Reducer<I,O> - Class in jupiter.common.reduce
-
- Reducer() - Constructor for class jupiter.common.reduce.Reducer
-
Constructs a
Reducer
of
I
and
O
types.
- Reducer(Class<O>) - Constructor for class jupiter.common.reduce.Reducer
-
Constructs a
Reducer
of
I
and
O
types with the specified output
Class
.
- remainderMaxSteps(double, double, double, int) - Static method in class jupiter.common.math.Maths
-
- remainderMinSteps(double, double, double, int) - Static method in class jupiter.common.math.Maths
-
- remainingBuffer - Variable in class jupiter.common.io.file.ReversedFileReader.FilePart
-
The buffer byte
array remaining from the previous part.
- remove(int) - Method in class jupiter.common.io.file.FileHandler
-
Removes the specified line from the
File
.
- remove(File, int) - Static method in class jupiter.common.io.file.Files
-
Removes the specified line from the specified
File
.
- remove(int) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Removes the element at the specified index from this
.
- remove(Object) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Removes the first occurrence of the specified
Object
from
this
.
- remove(int) - Method in class jupiter.common.struct.list.ExtendedList
-
Removes the element at the specified index from this
.
- remove(Object) - Method in class jupiter.common.struct.list.ExtendedList
-
Removes the first occurrence of the specified
Object
from
this
.
- remove(int) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Removes the element at the specified index from this
.
- remove(Object) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Removes the first occurrence of the specified
Object
from
this
.
- remove(int) - Method in class jupiter.common.struct.list.SynchronizedList
-
Removes the element at the specified index from this
.
- remove(Object) - Method in class jupiter.common.struct.list.SynchronizedList
-
Removes the first occurrence of the specified
Object
from
this
.
- remove(Object) - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
-
Removes the key-value mapping of the specified key
Object
from
this
.
- remove(Object) - Method in class jupiter.common.struct.map.hash.SynchronizedHashMap
-
Removes the key-value mapping of the specified key
Object
from
this
.
- remove(Object) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Removes the key-value mapping of the specified key
Object
from
this
.
- remove(Object) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Removes the key-value mapping of the specified key
Object
from
this
.
- remove(Object) - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Removes the key-value mapping of the specified key
Object
from
this
.
- remove(Object) - Method in class jupiter.common.struct.map.tree.SynchronizedTreeMap
-
Removes the key-value mapping of the specified key
Object
from
this
.
- remove(Object) - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Removes the specified
Object
from
this
.
- remove(Object) - Method in class jupiter.common.struct.set.SynchronizedHashSet
-
Removes the specified
Object
from
this
.
- remove() - Method in class jupiter.common.struct.table.Table.TableIterator
-
- remove(T[], int) - Static method in class jupiter.common.util.Arrays
-
Removes the element at the specified index from the specified array.
- remove(boolean[], int) - Static method in class jupiter.common.util.Booleans
-
Removes the element at the specified index from the specified boolean
array.
- remove(byte[], int) - Static method in class jupiter.common.util.Bytes
-
Removes the element at the specified index from the specified byte
array.
- remove(char[], int) - Static method in class jupiter.common.util.Characters
-
Removes the element at the specified index from the specified char
array.
- remove(Collection<?>, int) - Static method in class jupiter.common.util.Collections
-
Removes the element at the specified index from the specified
Collection
.
- remove(double[], int) - Static method in class jupiter.common.util.Doubles
-
Removes the element at the specified index from the specified double
array.
- remove(float[], int) - Static method in class jupiter.common.util.Floats
-
Removes the element at the specified index from the specified float
array.
- remove(int[], int) - Static method in class jupiter.common.util.Integers
-
Removes the element at the specified index from the specified int
array.
- remove(long[], int) - Static method in class jupiter.common.util.Longs
-
Removes the element at the specified index from the specified long
array.
- remove(short[], int) - Static method in class jupiter.common.util.Shorts
-
Removes the element at the specified index from the specified short
array.
- remove(String, int) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by removing the character at the specified index in
the specified
String
.
- remove(String, int...) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by removing the characters at the specified distinct
sorted indices in the specified
String
.
- removeAll(int) - Method in class jupiter.common.io.file.FileHandler
-
Removes all the lines from the
File
from the specified line.
- removeAll(int, int) - Method in class jupiter.common.io.file.FileHandler
-
Removes all the lines from the
File
between the specified lines.
- removeAll(File, int) - Static method in class jupiter.common.io.file.Files
-
Removes all the lines from the specified
File
from the specified line.
- removeAll(File, int, int) - Static method in class jupiter.common.io.file.Files
-
Removes all the lines from the specified
File
between the specified lines.
- removeAll(Collection<?>) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Removes all the elements that are contained in the specified
Collection
from
this
.
- removeAll(Object) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Removes all the occurrences of the specified
Object
from
this
.
- removeAll(Collection<?>) - Method in class jupiter.common.struct.list.ExtendedList
-
Removes all the elements that are contained in the specified
Collection
from
this
.
- removeAll(Object) - Method in class jupiter.common.struct.list.ExtendedList
-
Removes all the occurrences of the specified
Object
from
this
.
- removeAll(Collection<?>) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Removes all the elements that are contained in the specified
Collection
from
this
.
- removeAll(Object) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Removes all the occurrences of the specified
Object
from
this
.
- removeAll(Collection<?>) - Method in class jupiter.common.struct.list.SynchronizedList
-
Removes all the elements that are contained in the specified
Collection
from
this
.
- removeAll(Object) - Method in class jupiter.common.struct.list.SynchronizedList
-
Removes all the occurrences of the specified
Object
from
this
.
- removeAll(Object...) - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
-
Removes all the key-value mappings associated to the specified keys from this
.
- removeAll(Object...) - Method in class jupiter.common.struct.map.hash.SynchronizedHashMap
-
Removes all the key-value mappings associated to the specified keys from this
.
- removeAll(Object...) - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
-
Removes all the key-value mappings associated to the specified keys from this
.
- removeAll(Object...) - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Removes all the key-value mappings associated to the specified keys from this
.
- removeAll(Object...) - Method in class jupiter.common.struct.map.tree.SynchronizedTreeMap
-
Removes all the key-value mappings associated to the specified keys from this
.
- removeAll(Object...) - Method in class jupiter.common.struct.map.tree.TreeMap
-
Removes all the key-value mappings associated to the specified keys from this
.
- removeAll(Collection<?>) - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Removes all the elements that are contained in the specified
Collection
from
this
.
- removeAll(Object) - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Removes all the occurrences of the specified
Object
from
this
.
- removeAll(Collection<?>) - Method in class jupiter.common.struct.set.SynchronizedHashSet
-
Removes all the elements that are contained in the specified
Collection
from
this
.
- removeAll(Object) - Method in class jupiter.common.struct.set.SynchronizedHashSet
-
Removes all the occurrences of the specified
Object
from
this
.
- removeAll(T[], Object) - Static method in class jupiter.common.util.Arrays
-
Removes all the occurrences of the specified
Object
from the specified array.
- removeAll(boolean[], boolean) - Static method in class jupiter.common.util.Booleans
-
Removes all the occurrences of the specified boolean
value from the specified
boolean
array.
- removeAll(byte[], byte) - Static method in class jupiter.common.util.Bytes
-
Removes all the occurrences of the specified byte
value from the specified
byte
array.
- removeAll(char[], char) - Static method in class jupiter.common.util.Characters
-
Removes all the occurrences of the specified char
value from the specified
char
array.
- removeAll(Collection<?>, Object) - Static method in class jupiter.common.util.Collections
-
Removes all the occurrences of the specified
Object
from the specified
Collection
.
- removeAll(double[], double) - Static method in class jupiter.common.util.Doubles
-
Removes all the occurrences of the specified double
value from the specified
double
array.
- removeAll(float[], float) - Static method in class jupiter.common.util.Floats
-
Removes all the occurrences of the specified float
value from the specified
float
array.
- removeAll(int[], int) - Static method in class jupiter.common.util.Integers
-
Removes all the occurrences of the specified int
value from the specified int
array.
- removeAll(long[], long) - Static method in class jupiter.common.util.Longs
-
Removes all the occurrences of the specified long
value from the specified
long
array.
- removeAll(Map<?, ? extends V>, Object[]) - Static method in class jupiter.common.util.Maps
-
Removes all the key-value mappings associated to the specified keys from the specified
Map
.
- removeAll(short[], short) - Static method in class jupiter.common.util.Shorts
-
Removes all the occurrences of the specified short
value from the specified
short
array.
- removeAll(String, String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by removing all the occurrences of the
char
tokens that are contained in the specified
String
from the specified
String
.
- removeAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
- removeAllAt(Object, Object) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
- removeAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- removeAllAt(Object, Object) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- removeAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
- removeAllAt(Object, Object) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
- removeAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- removeAllAt(Object, Object) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- removeAllWorkers() - Method in class jupiter.common.thread.WorkQueue
-
Removes all the specified
Worker
.
- removeAt(Object, Object) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
- removeAt(Object, int) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
Removes the element at the specified index from the
Collection
at the specified key
Object
.
- removeAt(Object, Object) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- removeAt(Object, int) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
Removes the element at the specified index from the
Collection
at the specified key
Object
.
- removeAt(Object, Object) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
- removeAt(Object, int) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
Removes the element at the specified index from the
Collection
at the specified key
Object
.
- removeAt(Object, Object) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- removeAt(Object, int) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
Removes the element at the specified index from the
Collection
at the specified key
Object
.
- removeEmpty() - Method in class jupiter.common.math.GenericIntervalList
-
- removeEmpty - Variable in class jupiter.common.struct.map.hash.CollectionHashMap
-
The flag specifying whether to remove empty
Collection
of
E
element type.
- removeEmpty - Variable in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
The flag specifying whether to remove empty
Collection
of
E
element type.
- removeEmpty - Variable in class jupiter.common.struct.map.tree.CollectionTreeMap
-
The flag specifying whether to remove empty
Collection
of
E
element type.
- removeEmpty - Variable in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
The flag specifying whether to remove empty
Collection
of
E
element type.
- removeEmpty(String...) - Static method in class jupiter.common.util.Strings
-
Returns the specified array of
String
without the empty
String
.
- removeEmpty(C) - Static method in class jupiter.common.util.Strings
-
- removeFirst(Object) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Removes the first occurrence of the specified
Object
from
this
.
- removeFirst(Object) - Method in class jupiter.common.struct.list.ExtendedList
-
Removes the first occurrence of the specified
Object
from
this
.
- removeFirst(Object) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Removes the first occurrence of the specified
Object
from
this
.
- removeFirst(Object) - Method in class jupiter.common.struct.list.SynchronizedList
-
Removes the first occurrence of the specified
Object
from
this
.
- removeFirst(Object) - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Removes the first occurrence of the specified
Object
from
this
.
- removeFirst(Object) - Method in class jupiter.common.struct.set.SynchronizedHashSet
-
Removes the first occurrence of the specified
Object
from
this
.
- removeFirst(Collection<?>, Object) - Static method in class jupiter.common.util.Collections
-
Removes the first occurrence of the specified
Object
from the specified
Collection
.
- removeFirst(String, String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by removing the first occurrence of any of the
char
tokens that are contained in the specified
String
from the specified
String
.
- removeFirstAt(Object, Object) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
- removeFirstAt(Object, Object) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- removeFirstAt(Object, Object) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
- removeFirstAt(Object, Object) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- removeLast(Object) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Removes the last occurrence of the specified
Object
from
this
.
- removeLast(Object) - Method in class jupiter.common.struct.list.ExtendedList
-
Removes the last occurrence of the specified
Object
from
this
.
- removeLast(Object) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Removes the last occurrence of the specified
Object
from
this
.
- removeLast(Object) - Method in class jupiter.common.struct.list.SynchronizedList
-
Removes the last occurrence of the specified
Object
from
this
.
- removeLast(List<?>, Object) - Static method in class jupiter.common.util.Lists
-
Removes the last occurrence of the specified
Object
from the specified
List
.
- removeLast(String, String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by removing the last occurrence of any of the
char
tokens that are contained in the specified
String
from the specified
String
.
- removeNode(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeMap
-
- removeNode(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Removes the specified N
node from this
.
- removeNode(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
- removeNode(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Removes the specified N
node from this
.
- removeNode(ComparableRedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
-
- removeNode(RedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.RedBlackTreeMap
-
- removeWorker(Worker<I, O>) - Method in class jupiter.common.thread.LockedWorkQueue
-
- removeWorker(Worker<I, O>) - Method in class jupiter.common.thread.SynchronizedWorkQueue
-
- removeWorker(Worker<I, O>) - Method in class jupiter.common.thread.WorkQueue
-
- reparallelize() - Static method in class jupiter.common.io.file.Files
-
Reparallelizes this
.
- repeat(T, int) - Static method in class jupiter.common.util.Arrays
-
Creates a T
array of the specified length with the specified T
element.
- repeat(boolean, int) - Static method in class jupiter.common.util.Booleans
-
Creates a boolean
array of the specified length with the specified boolean
element.
- repeat(byte, int) - Static method in class jupiter.common.util.Bytes
-
Creates a byte
array of the specified length with the specified byte
element.
- repeat(char, int) - Static method in class jupiter.common.util.Characters
-
Creates a char
array of the specified length with the specified char
element.
- repeat(double, int) - Static method in class jupiter.common.util.Doubles
-
Creates a double
array of the specified length with the specified double
element.
- repeat(float, int) - Static method in class jupiter.common.util.Floats
-
Creates a float
array of the specified length with the specified float
element.
- repeat(int, int) - Static method in class jupiter.common.util.Integers
-
Creates an int
array of the specified length with the specified int
element.
- repeat(long, int) - Static method in class jupiter.common.util.Longs
-
Creates a long
array of the specified length with the specified long
element.
- repeat(short, int) - Static method in class jupiter.common.util.Shorts
-
Creates a short
array of the specified length with the specified short
element.
- repeat(char, int) - Static method in class jupiter.common.util.Strings
-
- repeat(String, int) - Static method in class jupiter.common.util.Strings
-
- replace(String, int, char) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by replacing the character at the specified index in
the specified
String
by the specified
char
token.
- replace(String, int[], char...) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by replacing the characters at the specified indices
in the specified
String
respectively by the specified
char
tokens.
- replace(String, int, String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by replacing the substring at the specified index in
the specified
String
by the specified
String
of the same length.
- replace(String, int, int, String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by replacing the substring between the specified
indices in the specified
String
by the specified
String
.
- replaceAll(String, String) - Method in class jupiter.common.io.file.FileHandler
-
Replaces all the substrings matching the specified regular expression
String
in the
File
by the specified
String
.
- replaceAll(String, String, int) - Method in class jupiter.common.io.file.FileHandler
-
Replaces all the substrings matching the specified regular expression
String
in the
File
by the specified
String
from the specified line.
- replaceAll(String, String, int, int) - Method in class jupiter.common.io.file.FileHandler
-
Replaces all the substrings matching the specified regular expression
String
in the
File
by the specified
String
between the specified lines.
- replaceAll(File, String, String) - Static method in class jupiter.common.io.file.Files
-
Replaces all the substrings matching the specified regular expression
String
in the
specified
File
by the specified
String
.
- replaceAll(File, String, String, int) - Static method in class jupiter.common.io.file.Files
-
Replaces all the substrings matching the specified regular expression
String
in the
specified
File
by the specified
String
from the specified line.
- replaceAll(File, String, String, int, int) - Static method in class jupiter.common.io.file.Files
-
Replaces all the substrings matching the specified regular expression
String
in the
specified
File
by the specified
String
between the specified lines.
- replaceAll(String, char[], String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by replacing all the characters matching the specified
char
tokens in the specified
String
by the specified
String
.
- replaceAll(String, String, String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by replacing all the substrings matching the specified
regular expression
String
by the specified
String
.
- replaceFirst(String, String, String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by replacing the first substring matching the
specified regular expression
String
by the specified
String
.
- replaceInside(String, char[], char[], String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by replacing all the characters matching the specified
char
tokens inside the specified
char
delimiters in the specified
String
by the specified
String
.
- replaceLast(String, String, String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by replacing the last substring matching the specified
regular expression
String
by the specified
String
.
- replacement - Variable in class jupiter.common.map.replacer.StringReplacer
-
- replaceOutside(String, char[], char[], String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by replacing all the characters matching the specified
char
tokens outside the specified
char
delimiters in the specified
String
by the specified
String
.
- representation - Variable in class jupiter.common.time.Chronometer
-
- require(T, T) - Static method in class jupiter.common.test.Arguments
-
- require(T[], T[]) - Static method in class jupiter.common.test.ArrayArguments
-
- require(boolean, boolean) - Static method in class jupiter.common.test.BooleanArguments
-
- require(byte, byte) - Static method in class jupiter.common.test.ByteArguments
-
- require(char, char) - Static method in class jupiter.common.test.CharacterArguments
-
- require(C, C) - Static method in class jupiter.common.test.CollectionArguments
-
- require(double, double) - Static method in class jupiter.common.test.DoubleArguments
-
- require(float, float) - Static method in class jupiter.common.test.FloatArguments
-
- require(int, int) - Static method in class jupiter.common.test.IntegerArguments
-
- require(long, long) - Static method in class jupiter.common.test.LongArguments
-
- require(M, M) - Static method in class jupiter.common.test.MapArguments
-
- require(Number, Number) - Static method in class jupiter.common.test.NumberArguments
-
- require(S, S) - Static method in class jupiter.common.test.SetArguments
-
- require(short, short) - Static method in class jupiter.common.test.ShortArguments
-
- require(String, String) - Static method in class jupiter.common.test.StringArguments
-
- requireArray(Object) - Static method in class jupiter.common.test.ArrayArguments
-
- requireArray(Object, String) - Static method in class jupiter.common.test.ArrayArguments
-
- requireAssignableFrom(Class<?>, Class<?>) - Static method in class jupiter.common.test.ArrayArguments
-
Checks if a
is either the same as, or is a superclass or superinterface of, the class
or interface represented by b
.
- requireAssignableFrom(Class<?>, Class<?>) - Static method in class jupiter.common.test.CollectionArguments
-
Checks if a
is either the same as, or is a superclass or superinterface of, the class
or interface represented by b
.
- requireAssignableFrom(Class<?>, Class<?>) - Static method in class jupiter.common.test.MapArguments
-
Checks if a
is either the same as, or is a superclass or superinterface of, the class
or interface represented by b
.
- requireAssignableFrom(Class<?>, Class<?>) - Static method in class jupiter.common.test.SetArguments
-
Checks if a
is either the same as, or is a superclass or superinterface of, the class
or interface represented by b
.
- requireBoolean(Object) - Static method in class jupiter.common.test.BooleanArguments
-
- requireBoolean(Object, String) - Static method in class jupiter.common.test.BooleanArguments
-
- requireByte(Object) - Static method in class jupiter.common.test.ByteArguments
-
- requireByte(Object, String) - Static method in class jupiter.common.test.ByteArguments
-
- requireCharacter(Object) - Static method in class jupiter.common.test.CharacterArguments
-
- requireCharacter(Object, String) - Static method in class jupiter.common.test.CharacterArguments
-
- requireCollection(Object) - Static method in class jupiter.common.test.CollectionArguments
-
- requireCollection(Object, String) - Static method in class jupiter.common.test.CollectionArguments
-
- requireDir(File) - Static method in class jupiter.common.test.FileArguments
-
- requireDouble(Object) - Static method in class jupiter.common.test.DoubleArguments
-
- requireDouble(Object, String) - Static method in class jupiter.common.test.DoubleArguments
-
- requireEquals(T, T) - Static method in class jupiter.common.test.Arguments
-
- requireEquals(Object[], Object[]) - Static method in class jupiter.common.test.ArrayArguments
-
- requireEquals(boolean, boolean) - Static method in class jupiter.common.test.BooleanArguments
-
- requireEquals(byte, byte) - Static method in class jupiter.common.test.ByteArguments
-
- requireEquals(char, char) - Static method in class jupiter.common.test.CharacterArguments
-
- requireEquals(Collection<?>, Collection<?>) - Static method in class jupiter.common.test.CollectionArguments
-
- requireEquals(double, double) - Static method in class jupiter.common.test.DoubleArguments
-
- requireEquals(float, float) - Static method in class jupiter.common.test.FloatArguments
-
- requireEquals(int, int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireEquals(long, long) - Static method in class jupiter.common.test.LongArguments
-
- requireEquals(Map<?, ?>, Map<?, ?>) - Static method in class jupiter.common.test.MapArguments
-
- requireEquals(Number, Number) - Static method in class jupiter.common.test.NumberArguments
-
- requireEquals(Set<?>, Set<?>) - Static method in class jupiter.common.test.SetArguments
-
- requireEquals(short, short) - Static method in class jupiter.common.test.ShortArguments
-
- requireEquals(String, String) - Static method in class jupiter.common.test.StringArguments
-
- requireFalse(boolean, String) - Static method in class jupiter.common.test.Arguments
-
- requireFile(File) - Static method in class jupiter.common.test.FileArguments
-
- requireFloat(Object) - Static method in class jupiter.common.test.FloatArguments
-
- requireFloat(Object, String) - Static method in class jupiter.common.test.FloatArguments
-
- requireGreaterOrEqualTo(byte, byte) - Static method in class jupiter.common.test.ByteArguments
-
- requireGreaterOrEqualTo(char, char) - Static method in class jupiter.common.test.CharacterArguments
-
- requireGreaterOrEqualTo(double, double) - Static method in class jupiter.common.test.DoubleArguments
-
- requireGreaterOrEqualTo(float, float) - Static method in class jupiter.common.test.FloatArguments
-
- requireGreaterOrEqualTo(int, int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireGreaterOrEqualTo(long, long) - Static method in class jupiter.common.test.LongArguments
-
- requireGreaterOrEqualTo(short, short) - Static method in class jupiter.common.test.ShortArguments
-
- requireGreaterThan(byte, byte) - Static method in class jupiter.common.test.ByteArguments
-
- requireGreaterThan(char, char) - Static method in class jupiter.common.test.CharacterArguments
-
- requireGreaterThan(double, double) - Static method in class jupiter.common.test.DoubleArguments
-
- requireGreaterThan(float, float) - Static method in class jupiter.common.test.FloatArguments
-
- requireGreaterThan(int, int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireGreaterThan(long, long) - Static method in class jupiter.common.test.LongArguments
-
- requireGreaterThan(short, short) - Static method in class jupiter.common.test.ShortArguments
-
- requireIndex(int, int) - Static method in class jupiter.common.test.ArrayArguments
-
- requireIndex(int, int, boolean) - Static method in class jupiter.common.test.ArrayArguments
-
- requireIndex(int, int, boolean, boolean) - Static method in class jupiter.common.test.ArrayArguments
-
- requireInside(T, Interval<? super T>) - Static method in class jupiter.common.test.IntervalArguments
-
- requireInside(I, GenericIntervalList<I, T>) - Static method in class jupiter.common.test.IntervalArguments
-
- requireInside(I, String, GenericIntervalList<I, T>, String) - Static method in class jupiter.common.test.IntervalArguments
-
- requireInside(DoubleInterval, Domain) - Static method in class jupiter.common.test.IntervalArguments
-
- requireInside(DoubleInterval, String, Domain, String) - Static method in class jupiter.common.test.IntervalArguments
-
- requireInside(T, ISet<? super T>) - Static method in class jupiter.common.test.SetArguments
-
- requireInside(T, String, ISet<? super T>, String) - Static method in class jupiter.common.test.SetArguments
-
- requireInteger(Object) - Static method in class jupiter.common.test.IntegerArguments
-
- requireInteger(Object, String) - Static method in class jupiter.common.test.IntegerArguments
-
- requireLength(T[], int) - Static method in class jupiter.common.test.ArrayArguments
-
- requireLength(int, int) - Static method in class jupiter.common.test.ArrayArguments
-
- requireLength(boolean[], int) - Static method in class jupiter.common.test.BooleanArguments
-
- requireLength(int, int) - Static method in class jupiter.common.test.BooleanArguments
-
- requireLength(byte[], int) - Static method in class jupiter.common.test.ByteArguments
-
- requireLength(int, int) - Static method in class jupiter.common.test.ByteArguments
-
- requireLength(char[], int) - Static method in class jupiter.common.test.CharacterArguments
-
- requireLength(int, int) - Static method in class jupiter.common.test.CharacterArguments
-
- requireLength(double[], int) - Static method in class jupiter.common.test.DoubleArguments
-
- requireLength(int, int) - Static method in class jupiter.common.test.DoubleArguments
-
- requireLength(float[], int) - Static method in class jupiter.common.test.FloatArguments
-
- requireLength(int, int) - Static method in class jupiter.common.test.FloatArguments
-
- requireLength(int[], int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireLength(int, int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireLength(long[], int) - Static method in class jupiter.common.test.LongArguments
-
- requireLength(int, int) - Static method in class jupiter.common.test.LongArguments
-
- requireLength(Number[], int) - Static method in class jupiter.common.test.NumberArguments
-
- requireLength(int, int) - Static method in class jupiter.common.test.NumberArguments
-
- requireLength(short[], int) - Static method in class jupiter.common.test.ShortArguments
-
- requireLength(int, int) - Static method in class jupiter.common.test.ShortArguments
-
- requireLength(String, int) - Static method in class jupiter.common.test.StringArguments
-
- requireLength(int, int) - Static method in class jupiter.common.test.StringArguments
-
- requireLessOrEqualTo(byte, byte) - Static method in class jupiter.common.test.ByteArguments
-
- requireLessOrEqualTo(char, char) - Static method in class jupiter.common.test.CharacterArguments
-
- requireLessOrEqualTo(double, double) - Static method in class jupiter.common.test.DoubleArguments
-
- requireLessOrEqualTo(float, float) - Static method in class jupiter.common.test.FloatArguments
-
- requireLessOrEqualTo(int, int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireLessOrEqualTo(long, long) - Static method in class jupiter.common.test.LongArguments
-
- requireLessOrEqualTo(short, short) - Static method in class jupiter.common.test.ShortArguments
-
- requireLessThan(byte, byte) - Static method in class jupiter.common.test.ByteArguments
-
- requireLessThan(char, char) - Static method in class jupiter.common.test.CharacterArguments
-
- requireLessThan(double, double) - Static method in class jupiter.common.test.DoubleArguments
-
- requireLessThan(float, float) - Static method in class jupiter.common.test.FloatArguments
-
- requireLessThan(int, int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireLessThan(long, long) - Static method in class jupiter.common.test.LongArguments
-
- requireLessThan(short, short) - Static method in class jupiter.common.test.ShortArguments
-
- requireLong(Object) - Static method in class jupiter.common.test.LongArguments
-
- requireLong(Object, String) - Static method in class jupiter.common.test.LongArguments
-
- requireMap(Object) - Static method in class jupiter.common.test.MapArguments
-
- requireMap(Object, String) - Static method in class jupiter.common.test.MapArguments
-
- requireMaxLength(T[], int) - Static method in class jupiter.common.test.ArrayArguments
-
- requireMaxLength(int, int) - Static method in class jupiter.common.test.ArrayArguments
-
- requireMaxLength(boolean[], int) - Static method in class jupiter.common.test.BooleanArguments
-
- requireMaxLength(int, int) - Static method in class jupiter.common.test.BooleanArguments
-
- requireMaxLength(byte[], int) - Static method in class jupiter.common.test.ByteArguments
-
- requireMaxLength(int, int) - Static method in class jupiter.common.test.ByteArguments
-
- requireMaxLength(char[], int) - Static method in class jupiter.common.test.CharacterArguments
-
- requireMaxLength(int, int) - Static method in class jupiter.common.test.CharacterArguments
-
- requireMaxLength(double[], int) - Static method in class jupiter.common.test.DoubleArguments
-
- requireMaxLength(int, int) - Static method in class jupiter.common.test.DoubleArguments
-
- requireMaxLength(float[], int) - Static method in class jupiter.common.test.FloatArguments
-
- requireMaxLength(int, int) - Static method in class jupiter.common.test.FloatArguments
-
- requireMaxLength(int[], int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireMaxLength(int, int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireMaxLength(long[], int) - Static method in class jupiter.common.test.LongArguments
-
- requireMaxLength(int, int) - Static method in class jupiter.common.test.LongArguments
-
- requireMaxLength(Number[], int) - Static method in class jupiter.common.test.NumberArguments
-
- requireMaxLength(int, int) - Static method in class jupiter.common.test.NumberArguments
-
- requireMaxLength(short[], int) - Static method in class jupiter.common.test.ShortArguments
-
- requireMaxLength(int, int) - Static method in class jupiter.common.test.ShortArguments
-
- requireMaxLength(String, int) - Static method in class jupiter.common.test.StringArguments
-
- requireMaxLength(int, int) - Static method in class jupiter.common.test.StringArguments
-
- requireMaxSize(C, int) - Static method in class jupiter.common.test.CollectionArguments
-
- requireMaxSize(int, int) - Static method in class jupiter.common.test.CollectionArguments
-
- requireMaxSize(M, int) - Static method in class jupiter.common.test.MapArguments
-
- requireMaxSize(int, int) - Static method in class jupiter.common.test.MapArguments
-
- requireMaxSize(S, int) - Static method in class jupiter.common.test.SetArguments
-
- requireMaxSize(int, int) - Static method in class jupiter.common.test.SetArguments
-
- requireMinLength(T[], int) - Static method in class jupiter.common.test.ArrayArguments
-
- requireMinLength(int, int) - Static method in class jupiter.common.test.ArrayArguments
-
- requireMinLength(boolean[], int) - Static method in class jupiter.common.test.BooleanArguments
-
- requireMinLength(int, int) - Static method in class jupiter.common.test.BooleanArguments
-
- requireMinLength(byte[], int) - Static method in class jupiter.common.test.ByteArguments
-
- requireMinLength(int, int) - Static method in class jupiter.common.test.ByteArguments
-
- requireMinLength(char[], int) - Static method in class jupiter.common.test.CharacterArguments
-
- requireMinLength(int, int) - Static method in class jupiter.common.test.CharacterArguments
-
- requireMinLength(double[], int) - Static method in class jupiter.common.test.DoubleArguments
-
- requireMinLength(int, int) - Static method in class jupiter.common.test.DoubleArguments
-
- requireMinLength(float[], int) - Static method in class jupiter.common.test.FloatArguments
-
- requireMinLength(int, int) - Static method in class jupiter.common.test.FloatArguments
-
- requireMinLength(int[], int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireMinLength(int, int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireMinLength(long[], int) - Static method in class jupiter.common.test.LongArguments
-
- requireMinLength(int, int) - Static method in class jupiter.common.test.LongArguments
-
- requireMinLength(Number[], int) - Static method in class jupiter.common.test.NumberArguments
-
- requireMinLength(int, int) - Static method in class jupiter.common.test.NumberArguments
-
- requireMinLength(short[], int) - Static method in class jupiter.common.test.ShortArguments
-
- requireMinLength(int, int) - Static method in class jupiter.common.test.ShortArguments
-
- requireMinLength(String, int) - Static method in class jupiter.common.test.StringArguments
-
- requireMinLength(int, int) - Static method in class jupiter.common.test.StringArguments
-
- requireMinSize(C, int) - Static method in class jupiter.common.test.CollectionArguments
-
- requireMinSize(int, int) - Static method in class jupiter.common.test.CollectionArguments
-
- requireMinSize(M, int) - Static method in class jupiter.common.test.MapArguments
-
- requireMinSize(int, int) - Static method in class jupiter.common.test.MapArguments
-
- requireMinSize(S, int) - Static method in class jupiter.common.test.SetArguments
-
- requireMinSize(int, int) - Static method in class jupiter.common.test.SetArguments
-
- requireNegative(byte) - Static method in class jupiter.common.test.ByteArguments
-
- requireNegative(char) - Static method in class jupiter.common.test.CharacterArguments
-
- requireNegative(double) - Static method in class jupiter.common.test.DoubleArguments
-
- requireNegative(float) - Static method in class jupiter.common.test.FloatArguments
-
- requireNegative(int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireNegative(short) - Static method in class jupiter.common.test.ShortArguments
-
- requireNonEmpty(T[]) - Static method in class jupiter.common.test.ArrayArguments
-
- requireNonEmpty(T[], String) - Static method in class jupiter.common.test.ArrayArguments
-
- requireNonEmpty(int, String) - Static method in class jupiter.common.test.ArrayArguments
-
- requireNonEmpty(boolean[]) - Static method in class jupiter.common.test.BooleanArguments
-
- requireNonEmpty(int) - Static method in class jupiter.common.test.BooleanArguments
-
- requireNonEmpty(byte[]) - Static method in class jupiter.common.test.ByteArguments
-
- requireNonEmpty(int) - Static method in class jupiter.common.test.ByteArguments
-
- requireNonEmpty(char[]) - Static method in class jupiter.common.test.CharacterArguments
-
- requireNonEmpty(int) - Static method in class jupiter.common.test.CharacterArguments
-
- requireNonEmpty(C) - Static method in class jupiter.common.test.CollectionArguments
-
- requireNonEmpty(C, String) - Static method in class jupiter.common.test.CollectionArguments
-
- requireNonEmpty(int, String) - Static method in class jupiter.common.test.CollectionArguments
-
- requireNonEmpty(double[]) - Static method in class jupiter.common.test.DoubleArguments
-
- requireNonEmpty(int) - Static method in class jupiter.common.test.DoubleArguments
-
- requireNonEmpty(float[]) - Static method in class jupiter.common.test.FloatArguments
-
- requireNonEmpty(int) - Static method in class jupiter.common.test.FloatArguments
-
- requireNonEmpty(int[]) - Static method in class jupiter.common.test.IntegerArguments
-
- requireNonEmpty(int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireNonEmpty(I) - Static method in class jupiter.common.test.IntervalArguments
-
- requireNonEmpty(long[]) - Static method in class jupiter.common.test.LongArguments
-
- requireNonEmpty(int) - Static method in class jupiter.common.test.LongArguments
-
- requireNonEmpty(M) - Static method in class jupiter.common.test.MapArguments
-
- requireNonEmpty(M, String) - Static method in class jupiter.common.test.MapArguments
-
- requireNonEmpty(int, String) - Static method in class jupiter.common.test.MapArguments
-
- requireNonEmpty(Number[]) - Static method in class jupiter.common.test.NumberArguments
-
- requireNonEmpty(int) - Static method in class jupiter.common.test.NumberArguments
-
- requireNonEmpty(S) - Static method in class jupiter.common.test.SetArguments
-
- requireNonEmpty(S, String) - Static method in class jupiter.common.test.SetArguments
-
- requireNonEmpty(S) - Static method in class jupiter.common.test.SetArguments
-
- requireNonEmpty(S, String) - Static method in class jupiter.common.test.SetArguments
-
- requireNonEmpty(int, String) - Static method in class jupiter.common.test.SetArguments
-
- requireNonEmpty(short[]) - Static method in class jupiter.common.test.ShortArguments
-
- requireNonEmpty(int) - Static method in class jupiter.common.test.ShortArguments
-
- requireNonEmpty(String) - Static method in class jupiter.common.test.StringArguments
-
- requireNonEmpty(int) - Static method in class jupiter.common.test.StringArguments
-
- requireNonNegative(byte) - Static method in class jupiter.common.test.ByteArguments
-
- requireNonNegative(char) - Static method in class jupiter.common.test.CharacterArguments
-
- requireNonNegative(double) - Static method in class jupiter.common.test.DoubleArguments
-
- requireNonNegative(float) - Static method in class jupiter.common.test.FloatArguments
-
- requireNonNegative(int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireNonNegative(short) - Static method in class jupiter.common.test.ShortArguments
-
- requireNonNull(T) - Static method in class jupiter.common.test.Arguments
-
- requireNonNull(T, String) - Static method in class jupiter.common.test.Arguments
-
- requireNonNull(T, String, int) - Static method in class jupiter.common.test.Arguments
-
- requireNonNull(T[]) - Static method in class jupiter.common.test.ArrayArguments
-
- requireNonNull(Boolean) - Static method in class jupiter.common.test.BooleanArguments
-
- requireNonNull(boolean[]) - Static method in class jupiter.common.test.BooleanArguments
-
- requireNonNull(T[]) - Static method in class jupiter.common.test.BooleanArguments
-
- requireNonNull(Byte) - Static method in class jupiter.common.test.ByteArguments
-
- requireNonNull(byte[]) - Static method in class jupiter.common.test.ByteArguments
-
- requireNonNull(T[]) - Static method in class jupiter.common.test.ByteArguments
-
- requireNonNull(Character) - Static method in class jupiter.common.test.CharacterArguments
-
- requireNonNull(char[]) - Static method in class jupiter.common.test.CharacterArguments
-
- requireNonNull(T[]) - Static method in class jupiter.common.test.CharacterArguments
-
- requireNonNull(C) - Static method in class jupiter.common.test.CollectionArguments
-
- requireNonNull(Double) - Static method in class jupiter.common.test.DoubleArguments
-
- requireNonNull(double[]) - Static method in class jupiter.common.test.DoubleArguments
-
- requireNonNull(T[]) - Static method in class jupiter.common.test.DoubleArguments
-
- requireNonNull(Float) - Static method in class jupiter.common.test.FloatArguments
-
- requireNonNull(float[]) - Static method in class jupiter.common.test.FloatArguments
-
- requireNonNull(T[]) - Static method in class jupiter.common.test.FloatArguments
-
- requireNonNull(Integer) - Static method in class jupiter.common.test.IntegerArguments
-
- requireNonNull(int[]) - Static method in class jupiter.common.test.IntegerArguments
-
- requireNonNull(T[]) - Static method in class jupiter.common.test.IntegerArguments
-
- requireNonNull(Long) - Static method in class jupiter.common.test.LongArguments
-
- requireNonNull(long[]) - Static method in class jupiter.common.test.LongArguments
-
- requireNonNull(T[]) - Static method in class jupiter.common.test.LongArguments
-
- requireNonNull(M) - Static method in class jupiter.common.test.MapArguments
-
- requireNonNull(Number) - Static method in class jupiter.common.test.NumberArguments
-
- requireNonNull(Number[]) - Static method in class jupiter.common.test.NumberArguments
-
- requireNonNull(T[]) - Static method in class jupiter.common.test.NumberArguments
-
- requireNonNull(S) - Static method in class jupiter.common.test.SetArguments
-
- requireNonNull(Short) - Static method in class jupiter.common.test.ShortArguments
-
- requireNonNull(short[]) - Static method in class jupiter.common.test.ShortArguments
-
- requireNonNull(T[]) - Static method in class jupiter.common.test.ShortArguments
-
- requireNonNull(String) - Static method in class jupiter.common.test.StringArguments
-
- requireNonPositive(byte) - Static method in class jupiter.common.test.ByteArguments
-
- requireNonPositive(char) - Static method in class jupiter.common.test.CharacterArguments
-
- requireNonPositive(double) - Static method in class jupiter.common.test.DoubleArguments
-
- requireNonPositive(float) - Static method in class jupiter.common.test.FloatArguments
-
- requireNonPositive(int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireNonPositive(short) - Static method in class jupiter.common.test.ShortArguments
-
- requireNonZero(byte) - Static method in class jupiter.common.test.ByteArguments
-
- requireNonZero(char) - Static method in class jupiter.common.test.CharacterArguments
-
- requireNonZero(double) - Static method in class jupiter.common.test.DoubleArguments
-
- requireNonZero(float) - Static method in class jupiter.common.test.FloatArguments
-
- requireNonZero(int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireNonZero(long) - Static method in class jupiter.common.test.LongArguments
-
- requireNonZero(short) - Static method in class jupiter.common.test.ShortArguments
-
- requireNumber(Object) - Static method in class jupiter.common.test.NumberArguments
-
- requireNumber(Object, String) - Static method in class jupiter.common.test.NumberArguments
-
- requireOS() - Static method in class jupiter.common.io.Systems
-
- requirePositive(byte) - Static method in class jupiter.common.test.ByteArguments
-
- requirePositive(char) - Static method in class jupiter.common.test.CharacterArguments
-
- requirePositive(double) - Static method in class jupiter.common.test.DoubleArguments
-
- requirePositive(float) - Static method in class jupiter.common.test.FloatArguments
-
- requirePositive(int) - Static method in class jupiter.common.test.IntegerArguments
-
- requirePositive(short) - Static method in class jupiter.common.test.ShortArguments
-
- requireSameLength(Object[], Object[]) - Static method in class jupiter.common.test.ArrayArguments
-
- requireSameLength(Object[], String, Object[], String) - Static method in class jupiter.common.test.ArrayArguments
-
- requireSameLength(Object[], Collection<?>) - Static method in class jupiter.common.test.ArrayArguments
-
- requireSameLength(Object[], String, Collection<?>, String) - Static method in class jupiter.common.test.ArrayArguments
-
- requireSameLength(Object[], int) - Static method in class jupiter.common.test.ArrayArguments
-
- requireSameLength(Object[], String, int, String) - Static method in class jupiter.common.test.ArrayArguments
-
- requireSameLength(int, int) - Static method in class jupiter.common.test.ArrayArguments
-
- requireSameLength(int, String, int, String) - Static method in class jupiter.common.test.ArrayArguments
-
- requireSameLength(boolean[], boolean[]) - Static method in class jupiter.common.test.BooleanArguments
-
- requireSameLength(boolean[], int) - Static method in class jupiter.common.test.BooleanArguments
-
- requireSameLength(int, int) - Static method in class jupiter.common.test.BooleanArguments
-
- requireSameLength(byte[], byte[]) - Static method in class jupiter.common.test.ByteArguments
-
- requireSameLength(byte[], int) - Static method in class jupiter.common.test.ByteArguments
-
- requireSameLength(int, int) - Static method in class jupiter.common.test.ByteArguments
-
- requireSameLength(char[], char[]) - Static method in class jupiter.common.test.CharacterArguments
-
- requireSameLength(char[], int) - Static method in class jupiter.common.test.CharacterArguments
-
- requireSameLength(int, int) - Static method in class jupiter.common.test.CharacterArguments
-
- requireSameLength(double[], double[]) - Static method in class jupiter.common.test.DoubleArguments
-
- requireSameLength(double[], int) - Static method in class jupiter.common.test.DoubleArguments
-
- requireSameLength(int, int) - Static method in class jupiter.common.test.DoubleArguments
-
- requireSameLength(float[], float[]) - Static method in class jupiter.common.test.FloatArguments
-
- requireSameLength(float[], int) - Static method in class jupiter.common.test.FloatArguments
-
- requireSameLength(int, int) - Static method in class jupiter.common.test.FloatArguments
-
- requireSameLength(int[], int[]) - Static method in class jupiter.common.test.IntegerArguments
-
- requireSameLength(int[], int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireSameLength(int, int) - Static method in class jupiter.common.test.IntegerArguments
-
- requireSameLength(long[], long[]) - Static method in class jupiter.common.test.LongArguments
-
- requireSameLength(long[], int) - Static method in class jupiter.common.test.LongArguments
-
- requireSameLength(int, int) - Static method in class jupiter.common.test.LongArguments
-
- requireSameLength(Number[], Number[]) - Static method in class jupiter.common.test.NumberArguments
-
- requireSameLength(Number[], int) - Static method in class jupiter.common.test.NumberArguments
-
- requireSameLength(int, int) - Static method in class jupiter.common.test.NumberArguments
-
- requireSameLength(short[], short[]) - Static method in class jupiter.common.test.ShortArguments
-
- requireSameLength(short[], int) - Static method in class jupiter.common.test.ShortArguments
-
- requireSameLength(int, int) - Static method in class jupiter.common.test.ShortArguments
-
- requireSameLength(String, String) - Static method in class jupiter.common.test.StringArguments
-
- requireSameLength(String, int) - Static method in class jupiter.common.test.StringArguments
-
- requireSameLength(int, int) - Static method in class jupiter.common.test.StringArguments
-
- requireSameSize(Collection<?>, Collection<?>) - Static method in class jupiter.common.test.CollectionArguments
-
- requireSameSize(Collection<?>, String, Collection<?>, String) - Static method in class jupiter.common.test.CollectionArguments
-
- requireSameSize(Collection<?>, Object[]) - Static method in class jupiter.common.test.CollectionArguments
-
- requireSameSize(Collection<?>, String, Object[], String) - Static method in class jupiter.common.test.CollectionArguments
-
- requireSameSize(Collection<?>, int) - Static method in class jupiter.common.test.CollectionArguments
-
- requireSameSize(Collection<?>, String, int, String) - Static method in class jupiter.common.test.CollectionArguments
-
- requireSameSize(int, int) - Static method in class jupiter.common.test.CollectionArguments
-
- requireSameSize(int, String, int, String) - Static method in class jupiter.common.test.CollectionArguments
-
- requireSameSize(Map<?, ?>, Map<?, ?>) - Static method in class jupiter.common.test.MapArguments
-
- requireSameSize(Map<?, ?>, int) - Static method in class jupiter.common.test.MapArguments
-
- requireSameSize(int, int) - Static method in class jupiter.common.test.MapArguments
-
- requireSameSize(Set<?>, Set<?>) - Static method in class jupiter.common.test.SetArguments
-
- requireSameSize(Set<?>, int) - Static method in class jupiter.common.test.SetArguments
-
- requireSameSize(int, int) - Static method in class jupiter.common.test.SetArguments
-
- requireSet(Object) - Static method in class jupiter.common.test.SetArguments
-
- requireSet(Object, String) - Static method in class jupiter.common.test.SetArguments
-
- requireShort(Object) - Static method in class jupiter.common.test.ShortArguments
-
- requireShort(Object, String) - Static method in class jupiter.common.test.ShortArguments
-
- requireSize(C, int) - Static method in class jupiter.common.test.CollectionArguments
-
- requireSize(int, int) - Static method in class jupiter.common.test.CollectionArguments
-
- requireSize(M, int) - Static method in class jupiter.common.test.MapArguments
-
- requireSize(int, int) - Static method in class jupiter.common.test.MapArguments
-
- requireSize(S, int) - Static method in class jupiter.common.test.SetArguments
-
- requireSize(int, int) - Static method in class jupiter.common.test.SetArguments
-
- requireString(Object) - Static method in class jupiter.common.test.StringArguments
-
- requireString(Object, String) - Static method in class jupiter.common.test.StringArguments
-
- requireTrue(boolean, String) - Static method in class jupiter.common.test.Arguments
-
- requireValid(I) - Static method in class jupiter.common.test.IntervalArguments
-
- requireValid(L) - Static method in class jupiter.common.test.IntervalArguments
-
- requireValid(L, String) - Static method in class jupiter.common.test.IntervalArguments
-
- requireValid(S) - Static method in class jupiter.common.test.SetArguments
-
- requireValid(S, String) - Static method in class jupiter.common.test.SetArguments
-
- requireZero(long) - Static method in class jupiter.common.test.LongArguments
-
- ReservedThreadPoolExecutor - Class in jupiter.common.thread
-
- ReservedThreadPoolExecutor() - Constructor for class jupiter.common.thread.ReservedThreadPoolExecutor
-
- ReservedThreadPoolExecutor(int) - Constructor for class jupiter.common.thread.ReservedThreadPoolExecutor
-
- ReservedThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class jupiter.common.thread.ReservedThreadPoolExecutor
-
- ReservedThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class jupiter.common.thread.ReservedThreadPoolExecutor
-
- ReservedThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class jupiter.common.thread.ReservedThreadPoolExecutor
-
- ReservedThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class jupiter.common.thread.ReservedThreadPoolExecutor
-
- reservedWorkerCount - Variable in class jupiter.common.thread.WorkQueue
-
The number of reserved
Worker
.
- reserveMaxWorkers(int) - Method in class jupiter.common.thread.LockedWorkQueue
-
Reserves the specified maximum number of
Worker
.
- reserveMaxWorkers(int) - Method in class jupiter.common.thread.SynchronizedWorkQueue
-
Reserves the specified maximum number of
Worker
.
- reserveMaxWorkers(int) - Method in class jupiter.common.thread.WorkQueue
-
Reserves the specified maximum number of
Worker
.
- reserveWorkers(int) - Method in class jupiter.common.thread.LockedWorkQueue
-
Reserves the specified number of
Worker
.
- reserveWorkers(int) - Method in class jupiter.common.thread.SynchronizedWorkQueue
-
Reserves the specified number of
Worker
.
- reserveWorkers(int) - Method in class jupiter.common.thread.WorkQueue
-
Reserves the specified number of
Worker
.
- resize() - Method in class jupiter.common.struct.table.Table
-
Resizes the rows and columns.
- resize(int, int) - Method in class jupiter.common.struct.table.Table
-
Resizes the rows and columns to the specified lengths.
- resizeColumns() - Method in class jupiter.common.struct.table.Table
-
Removes the empty leading columns.
- resizeRows() - Method in class jupiter.common.struct.table.Table
-
Removes the empty leading rows.
- Resources - Class in jupiter.common.io
-
- Resources() - Constructor for class jupiter.common.io.Resources
-
- restart() - Method in class jupiter.common.thread.DivideAndConquer
-
- restart(boolean) - Method in class jupiter.common.thread.DivideAndConquer
-
- restart() - Method in class jupiter.common.thread.WorkQueue
-
Restarts this
.
- restart(boolean) - Method in class jupiter.common.thread.WorkQueue
-
Restarts this
.
- result(Object...) - Method in class jupiter.common.io.InputOutput
-
- result(Object) - Method in class jupiter.common.io.IOAppender
-
- Result<O> - Class in jupiter.common.thread
-
Result
is a wrapper around an
O
output.
- Result(O) - Constructor for class jupiter.common.thread.Result
-
Constructs a
Result
with the specified
O
output.
- Result(Message) - Constructor for class jupiter.common.thread.Result
-
- Result(O, Message) - Constructor for class jupiter.common.thread.Result
-
- Result(Exception) - Constructor for class jupiter.common.thread.Result
-
- results - Variable in class jupiter.common.thread.WorkQueue
-
The O
results associated to their identifiers.
- resultsLock - Variable in class jupiter.common.thread.LockedWorkQueue
-
The internal
Lock
of the results.
- resultsLockCondition - Variable in class jupiter.common.thread.LockedWorkQueue
-
- retainAll(Collection<?>) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Removes all the elements that are not contained in the specified
Collection
from
this
.
- retainAll(Collection<?>) - Method in class jupiter.common.struct.list.ExtendedList
-
Removes all the elements that are not contained in the specified
Collection
from
this
.
- retainAll(Collection<?>) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Removes all the elements that are not contained in the specified
Collection
from
this
.
- retainAll(Collection<?>) - Method in class jupiter.common.struct.list.SynchronizedList
-
Removes all the elements that are not contained in the specified
Collection
from
this
.
- retainAll(Collection<?>) - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Removes all the elements that are not contained in the specified
Collection
from
this
.
- retainAll(Collection<?>) - Method in class jupiter.common.struct.set.SynchronizedHashSet
-
Removes all the elements that are not contained in the specified
Collection
from
this
.
- retainAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
-
- retainAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- retainAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
-
- retainAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- reverse(T[]) - Static method in class jupiter.common.util.Arrays
-
- reverse(T[], int, int) - Static method in class jupiter.common.util.Arrays
-
- reverse(boolean...) - Static method in class jupiter.common.util.Booleans
-
- reverse(boolean[], int, int) - Static method in class jupiter.common.util.Booleans
-
- reverse(byte...) - Static method in class jupiter.common.util.Bytes
-
- reverse(byte[], int, int) - Static method in class jupiter.common.util.Bytes
-
- reverse(char...) - Static method in class jupiter.common.util.Characters
-
- reverse(char[], int, int) - Static method in class jupiter.common.util.Characters
-
- reverse(double...) - Static method in class jupiter.common.util.Doubles
-
- reverse(double[], int, int) - Static method in class jupiter.common.util.Doubles
-
- reverse(float...) - Static method in class jupiter.common.util.Floats
-
- reverse(float[], int, int) - Static method in class jupiter.common.util.Floats
-
- reverse(int...) - Static method in class jupiter.common.util.Integers
-
- reverse(int[], int, int) - Static method in class jupiter.common.util.Integers
-
- reverse(long...) - Static method in class jupiter.common.util.Longs
-
- reverse(long[], int, int) - Static method in class jupiter.common.util.Longs
-
- reverse(short...) - Static method in class jupiter.common.util.Shorts
-
- reverse(short[], int, int) - Static method in class jupiter.common.util.Shorts
-
- reverse(String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by reversing the specified
String
.
- ReversedFileReader - Class in jupiter.common.io.file
-
- ReversedFileReader(File) - Constructor for class jupiter.common.io.file.ReversedFileReader
-
- ReversedFileReader(File, Charset) - Constructor for class jupiter.common.io.file.ReversedFileReader
-
- ReversedFileReader(File, int, Charset) - Constructor for class jupiter.common.io.file.ReversedFileReader
-
- ReversedFileReader.FilePart - Class in jupiter.common.io.file
-
- reverseRange(Object[], int, int) - Static method in class jupiter.common.struct.list.ComparableSort
-
Reverses the specified range of the specified array.
- reverseRange(Object[], int, int) - Static method in class jupiter.common.struct.list.Sort
-
Reverses the specified range of the specified array.
- right - Variable in class jupiter.common.map.wrapper.StringWrapper
-
- right - Variable in class jupiter.common.struct.map.tree.BinaryTreeNode
-
- right - Variable in class jupiter.common.struct.map.tree.ComparableBinaryTreeNode
-
- RIGHT_BRACE - Static variable in class jupiter.common.util.Characters
-
- RIGHT_BRACKET - Static variable in class jupiter.common.util.Characters
-
- RIGHT_PARENTHESIS - Static variable in class jupiter.common.util.Characters
-
- RIGHT_QUOTE - Static variable in class jupiter.common.util.Characters
-
- rightPad(String, int) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by right-padding the specified
String
to the
specified length.
- rightPad(String, int, char) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by right-padding the specified
String
to the
specified length with the specified
char
token.
- rollOver() - Method in class jupiter.common.io.file.ReversedFileReader.FilePart
-
- root - Variable in class jupiter.common.struct.map.tree.ComparableTreeMap
-
The root.
- root - Variable in class jupiter.common.struct.map.tree.TreeMap
-
The root.
- rotateLeft(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeMap
-
- rotateLeft(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Rotates the specified N
tree to the left.
- rotateLeft(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
- rotateLeft(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Rotates the specified N
tree to the left.
- rotateLeft(long) - Static method in class jupiter.common.util.Bits
-
- rotateLeft(long, long) - Static method in class jupiter.common.util.Bits
-
- rotateLeft(int) - Static method in class jupiter.common.util.Bits
-
- rotateLeft(int, int) - Static method in class jupiter.common.util.Bits
-
- rotateLeftRight(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Rotates the left part of the specified N
tree to the left and rotates it to the
right.
- rotateLeftRight(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Rotates the left part of the specified N
tree to the left and rotates it to the
right.
- rotateRight(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeMap
-
- rotateRight(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Rotates the specified N
tree to the right.
- rotateRight(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
- rotateRight(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Rotates the specified N
tree to the right.
- rotateRight(long) - Static method in class jupiter.common.util.Bits
-
- rotateRight(long, long) - Static method in class jupiter.common.util.Bits
-
- rotateRight(int) - Static method in class jupiter.common.util.Bits
-
- rotateRight(int, int) - Static method in class jupiter.common.util.Bits
-
- rotateRightLeft(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Rotates the right part of the specified N
tree to the right and rotates it to the
left.
- rotateRightLeft(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Rotates the right part of the specified N
tree to the right and rotates it to the
left.
- round(double) - Static method in class jupiter.common.math.Maths
-
- roundToByte(double) - Static method in class jupiter.common.math.Maths
-
- roundToInt(double) - Static method in class jupiter.common.math.Maths
-
- roundToShort(double) - Static method in class jupiter.common.math.Maths
-
- roundUp(int, int) - Static method in class jupiter.common.math.Maths
-
Returns x
rounded up to the nearest multiple of unit
.
- roundUp(long, long) - Static method in class jupiter.common.math.Maths
-
Returns x
rounded up to the nearest multiple of unit
.
- Row - Class in jupiter.common.struct.list.row
-
- Row(String[], Object...) - Constructor for class jupiter.common.struct.list.row.Row
-
Constructs a
Row
with the specified header and elements.
- Row(Object, String[], Object...) - Constructor for class jupiter.common.struct.list.row.Row
-
Constructs a
Row
with the specified header and elements.
- RowList - Class in jupiter.common.struct.list.row
-
- RowList() - Constructor for class jupiter.common.struct.list.row.RowList
-
Constructs an empty
RowList
by default.
- RowList(int) - Constructor for class jupiter.common.struct.list.row.RowList
-
Constructs an empty
RowList
with the specified initial capacity.
- RowList(String...) - Constructor for class jupiter.common.struct.list.row.RowList
-
Constructs an empty
RowList
with the specified header.
- RowList(String[], int) - Constructor for class jupiter.common.struct.list.row.RowList
-
Constructs an empty
RowList
with the specified header and initial capacity.
- RowList(List<Object>, String[], int) - Constructor for class jupiter.common.struct.list.row.RowList
-
Constructs an empty
RowList
with the specified index, header and initial capacity.
- RowList(Row...) - Constructor for class jupiter.common.struct.list.row.RowList
-
Constructs a
RowList
with the specified elements.
- RowList(String[], Row...) - Constructor for class jupiter.common.struct.list.row.RowList
-
Constructs a
RowList
with the specified header and elements.
- RowList(List<Object>, String[], Row...) - Constructor for class jupiter.common.struct.list.row.RowList
-
Constructs a
RowList
with the specified index, header and elements.
- RowList(Collection<? extends Row>) - Constructor for class jupiter.common.struct.list.row.RowList
-
- RowList(String[], Collection<? extends Row>) - Constructor for class jupiter.common.struct.list.row.RowList
-
Constructs a
RowList
with the specified header and elements of the specified
Collection
.
- RowList(List<Object>, String[], Collection<? extends Row>) - Constructor for class jupiter.common.struct.list.row.RowList
-
Constructs a
RowList
with the specified index, header and elements of the specified
Collection
.
- run() - Method in class jupiter.common.thread.Worker
-
Runs this
.
- runBase - Variable in class jupiter.common.struct.list.ComparableSort
-
- runBase - Variable in class jupiter.common.struct.list.Sort
-
- runLength - Variable in class jupiter.common.struct.list.ComparableSort
-
- runLength - Variable in class jupiter.common.struct.list.Sort
-
- safeDivision(float, float) - Static method in class jupiter.common.math.Maths
-
- safeDivision(double, double) - Static method in class jupiter.common.math.Maths
-
- safeInverse(float) - Static method in class jupiter.common.math.Maths
-
- safeInverse(double) - Static method in class jupiter.common.math.Maths
-
- safeLog(double) - Static method in class jupiter.common.math.Maths
-
- safeLog10(double) - Static method in class jupiter.common.math.Maths
-
- sampleStandardDeviation(double...) - Static method in class jupiter.common.math.Statistics
-
- sampleStandardDeviation(Number[]) - Static method in class jupiter.common.math.Statistics
-
- sampleStandardDeviation(Collection<? extends Number>) - Static method in class jupiter.common.math.Statistics
-
- sampleStandardDeviationWith(double[], double) - Static method in class jupiter.common.math.Statistics
-
- sampleStandardDeviationWith(Number[], double) - Static method in class jupiter.common.math.Statistics
-
- sampleStandardDeviationWith(Collection<? extends Number>, double) - Static method in class jupiter.common.math.Statistics
-
- sampleVariance(double...) - Static method in class jupiter.common.math.Statistics
-
- sampleVariance(Number[]) - Static method in class jupiter.common.math.Statistics
-
- sampleVariance(Collection<? extends Number>) - Static method in class jupiter.common.math.Statistics
-
- sampleVarianceWith(double[], double) - Static method in class jupiter.common.math.Statistics
-
- sampleVarianceWith(Number[], double) - Static method in class jupiter.common.math.Statistics
-
- sampleVarianceWith(Collection<? extends Number>, double) - Static method in class jupiter.common.math.Statistics
-
- SATURATION - Static variable in enum jupiter.common.io.console.ConsoleHandler.Color
-
The color saturation.
- save(String, boolean) - Method in class jupiter.common.struct.table.Table
-
Saves this
to the file denoted by the specified path.
- scanner - Variable in class jupiter.common.io.console.SystemConsole
-
The
Scanner
of the input lines to read.
- SCIENTIFIC_DECIMAL_FORMAT - Static variable in class jupiter.common.Formats
-
- sec(double) - Static method in class jupiter.common.math.Maths
-
Returns the secant of the specified angle (in radians).
- sech(double) - Static method in class jupiter.common.math.Maths
-
Returns the hyperbolic secant of the specified angle (in radians).
- second - Variable in class jupiter.common.struct.tuple.Pair
-
The T2
component.
- second - Variable in class jupiter.common.struct.tuple.Quadruple
-
The T2
component.
- second - Variable in class jupiter.common.struct.tuple.Quintuple
-
The T2
component.
- second - Variable in class jupiter.common.struct.tuple.Triple
-
The T2
component.
- SECONDS_PER_DAY - Static variable in class jupiter.common.time.Dates
-
- SECONDS_PER_MINUTE - Static variable in class jupiter.common.time.Dates
-
- SEEDS - Static variable in class jupiter.common.util.Bits
-
- SEMICOLON - Static variable in class jupiter.common.util.Characters
-
- SEPARATOR - Static variable in class jupiter.common.io.file.Files
-
- set(long) - Method in class jupiter.common.math.WholeNumber
-
Sets the long
value.
- set(int, E) - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Replaces the element at the specified position in this
with the specified element.
- set(int, E) - Method in class jupiter.common.struct.list.ExtendedList
-
Replaces the element at the specified position in this
with the specified element.
- set(int, int, Object) - Method in class jupiter.common.struct.list.row.RowList
-
Sets the element at the specified row and column.
- set(int, E) - Method in class jupiter.common.struct.list.SynchronizedLinkedList
-
Replaces the element at the specified position in this
with the specified element.
- set(int, int, E) - Method in class jupiter.common.struct.table.Table
-
Sets the element at the specified row and column.
- set2DigitYearStart(Date) - Method in class jupiter.common.time.SynchronizedDateFormat
-
Sets the 100-year period 2-digit years will be interpreted as being in to begin on the date
the user specifies.
- setAll(Object[]) - Method in class jupiter.common.struct.list.row.RowList
-
Sets all the elements.
- setAll(Object[][]) - Method in class jupiter.common.struct.list.row.RowList
-
Sets all the elements.
- setAll(E[]) - Method in class jupiter.common.struct.table.Table
-
Sets all the elements.
- setAll(E[][]) - Method in class jupiter.common.struct.table.Table
-
Sets all the elements.
- SetArguments - Class in jupiter.common.test
-
- SetArguments() - Constructor for class jupiter.common.test.SetArguments
-
- setColumn(int, Object[]) - Method in class jupiter.common.struct.list.row.RowList
-
Sets the elements of the specified column.
- setColumn(int, Object[], int) - Method in class jupiter.common.struct.list.row.RowList
-
Sets the elements of the specified column from the specified row index.
- setColumn(int, Object[], int, int) - Method in class jupiter.common.struct.list.row.RowList
-
Sets the elements of the specified column from the specified row index to the specified
length.
- setColumn(int, Collection<? extends Object>) - Method in class jupiter.common.struct.list.row.RowList
-
Sets the elements of the specified column.
- setColumn(int, String...) - Method in class jupiter.common.struct.table.StringTable
-
Sets the specified column.
- setColumn(int, E[]) - Method in class jupiter.common.struct.table.Table
-
Sets the elements of the specified column.
- setColumn(int, E[], int) - Method in class jupiter.common.struct.table.Table
-
Sets the elements of the specified column from the specified row index.
- setColumn(int, E[], int, int) - Method in class jupiter.common.struct.table.Table
-
Sets the elements of the specified column from the specified row index to the specified
length.
- setColumn(int, Collection<? extends E>) - Method in class jupiter.common.struct.table.Table
-
Sets the elements of the specified column.
- setConsole(IConsole) - Method in class jupiter.common.io.console.ConsoleHandler
-
- setConsole(IConsole) - Method in class jupiter.common.io.InputOutput
-
- setDate(Date, int, int, int) - Static method in class jupiter.common.time.Dates
-
Sets the date of the specified
Date
.
- setDate(Calendar, int, int, int) - Static method in class jupiter.common.time.Dates
-
Sets the date of the specified
Calendar
.
- setDateFormatSymbols(DateFormatSymbols) - Method in class jupiter.common.time.SynchronizedDateFormat
-
- setDateTime(Date, int, int, int, int, int, int) - Static method in class jupiter.common.time.Dates
-
Sets the date-time of the specified
Date
.
- setDateTime(Date, int, int, int, int, int, int, int) - Static method in class jupiter.common.time.Dates
-
Sets the date-time of the specified
Date
.
- setDateTime(Calendar, int, int, int, int, int, int) - Static method in class jupiter.common.time.Dates
-
Sets the date-time of the specified
Calendar
.
- setDateTime(Calendar, int, int, int, int, int, int, int) - Static method in class jupiter.common.time.Dates
-
Sets the date-time of the specified
Calendar
.
- setDefaultHandlers() - Method in class jupiter.common.io.InputOutput
-
- setErrorLog(String) - Method in class jupiter.common.io.InputOutput
-
- setErrorLog(String) - Method in class jupiter.common.io.log.LogHandler
-
Sets the error log
File
with the specified name.
- setFifth(T5) - Method in class jupiter.common.struct.tuple.Quintuple
-
Sets the T5
component.
- setFirst(T1) - Method in class jupiter.common.struct.tuple.Pair
-
Sets the T1
component.
- setFirst(T1) - Method in class jupiter.common.struct.tuple.Quadruple
-
Sets the T1
component.
- setFirst(T1) - Method in class jupiter.common.struct.tuple.Quintuple
-
Sets the T1
component.
- setFirst(T1) - Method in class jupiter.common.struct.tuple.Triple
-
Sets the T1
component.
- setFourth(T4) - Method in class jupiter.common.struct.tuple.Quadruple
-
Sets the T4
component.
- setFourth(T4) - Method in class jupiter.common.struct.tuple.Quintuple
-
Sets the T4
component.
- setHandlers(List<IOHandler>) - Method in class jupiter.common.io.InputOutput
-
- setHeader(String...) - Method in class jupiter.common.struct.list.row.RowList
-
Sets the header.
- setHeader(String...) - Method in interface jupiter.common.struct.table.ITable
-
Sets the header.
- setHeader(String...) - Method in class jupiter.common.struct.table.Table
-
Sets the header.
- setID(long) - Method in class jupiter.common.thread.Task
-
Sets the identifier.
- setInclusive(boolean) - Method in class jupiter.common.math.Bound
-
Sets the flag specifying whether this
is inclusive.
- setIndex(Object...) - Method in class jupiter.common.struct.list.row.RowList
-
Sets the index.
- setIndex(List<Object>) - Method in class jupiter.common.struct.list.row.RowList
-
Sets the index.
- setIndex(Object...) - Method in interface jupiter.common.struct.table.ITable
-
Sets the index.
- setIndex(Object...) - Method in class jupiter.common.struct.table.Table
-
Sets the index.
- setInput(I) - Method in class jupiter.common.thread.Task
-
Sets the I
input.
- setInput(I) - Method in class jupiter.common.thread.Worker
-
Sets the I
input.
- setLastModified(File, long) - Static method in class jupiter.common.io.file.Files
-
Sets the last-modified time of the specified
File
.
- setLeft(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeNode
-
- setLeft(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeNode
-
Sets the left N
node.
- setLeft(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
-
- setLeft(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeNode
-
Sets the left N
node.
- setLeft(ComparableRedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableRedBlackTreeNode
-
- setLeft(RedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.RedBlackTreeNode
-
- setLogDir(String) - Method in class jupiter.common.io.InputOutput
-
Sets the log directory
File
of the
LogHandler
with the specified directory
path.
- setLogDir(String) - Method in class jupiter.common.io.log.LogHandler
-
Sets the log directory
File
with the specified directory path.
- setLowerBound(LowerBound<T>) - Method in class jupiter.common.math.Interval
-
- setMessage(Message) - Method in class jupiter.common.thread.Result
-
- setOutput(O) - Method in class jupiter.common.thread.Result
-
Sets the O
output.
- setOutputClass(Class<O>) - Method in class jupiter.common.map.Mapper
-
- setOutputLog(String) - Method in class jupiter.common.io.InputOutput
-
- setOutputLog(String) - Method in class jupiter.common.io.log.LogHandler
-
Sets the output log
File
with the specified name.
- setParent(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeNode
-
- setParent(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
-
- setRight(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeNode
-
- setRight(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeNode
-
Sets the right N
node.
- setRight(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
-
- setRight(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeNode
-
Sets the right N
node.
- setRight(ComparableRedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableRedBlackTreeNode
-
- setRight(RedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.RedBlackTreeNode
-
- setRoot(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeMap
-
Sets the root.
- setRoot(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Sets the root.
- setRoot(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
-
Sets the root.
- setRoot(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Sets the root.
- setRoot(ComparableRedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
-
Sets the root.
- setRoot(RedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.RedBlackTreeMap
-
Sets the root.
- setRow(int, Object[]) - Method in class jupiter.common.struct.list.row.RowList
-
Sets the elements of the specified row.
- setRow(int, Object[], int) - Method in class jupiter.common.struct.list.row.RowList
-
Sets the elements of the specified row from the specified column index.
- setRow(int, Object[], int, int) - Method in class jupiter.common.struct.list.row.RowList
-
Sets the elements of the specified row from the specified column index to the specified
length.
- setRow(int, Collection<? extends Object>) - Method in class jupiter.common.struct.list.row.RowList
-
Sets the elements of the specified row.
- setRow(int, String...) - Method in class jupiter.common.struct.table.StringTable
-
Sets the specified row.
- setRow(int, E[]) - Method in class jupiter.common.struct.table.Table
-
Sets the elements of the specified row.
- setRow(int, E[], int) - Method in class jupiter.common.struct.table.Table
-
Sets the elements of the specified row from the specified column index.
- setRow(int, E[], int, int) - Method in class jupiter.common.struct.table.Table
-
Sets the elements of the specified row from the specified column index to the specified
length.
- setRow(int, Collection<? extends E>) - Method in class jupiter.common.struct.table.Table
-
Sets the elements of the specified row.
- Sets - Class in jupiter.common.util
-
- Sets() - Constructor for class jupiter.common.util.Sets
-
Prevents the construction of
Sets
.
- setSecond(T2) - Method in class jupiter.common.struct.tuple.Pair
-
Sets the T2
component.
- setSecond(T2) - Method in class jupiter.common.struct.tuple.Quadruple
-
Sets the T2
component.
- setSecond(T2) - Method in class jupiter.common.struct.tuple.Quintuple
-
Sets the T2
component.
- setSecond(T2) - Method in class jupiter.common.struct.tuple.Triple
-
Sets the T2
component.
- setSeverityLevel(InputOutput.SeverityLevel) - Method in class jupiter.common.io.InputOutput
-
- setStackIndex(int) - Method in class jupiter.common.io.InputOutput
-
Sets the stack index.
- setThird(T3) - Method in class jupiter.common.struct.tuple.Quadruple
-
Sets the T3
component.
- setThird(T3) - Method in class jupiter.common.struct.tuple.Quintuple
-
Sets the T3
component.
- setThird(T3) - Method in class jupiter.common.struct.tuple.Triple
-
Sets the T3
component.
- setTime(Date, int, int, int) - Static method in class jupiter.common.time.Dates
-
Sets the time of the specified
Date
.
- setTime(Date, int, int, int, int) - Static method in class jupiter.common.time.Dates
-
Sets the time of the specified
Date
.
- setTime(Calendar, int, int, int) - Static method in class jupiter.common.time.Dates
-
Sets the time of the specified
Calendar
.
- setTime(Calendar, int, int, int, int) - Static method in class jupiter.common.time.Dates
-
Sets the time of the specified
Calendar
.
- setUp() - Method in class jupiter.common.test.Test
-
- setUpperBound(UpperBound<T>) - Method in class jupiter.common.math.Interval
-
- setValue(T) - Method in class jupiter.common.math.Bound
-
Sets the T
value.
- setValue(V) - Method in class jupiter.common.struct.map.tree.ComparableTreeNode
-
Sets the V
value.
- setValue(V) - Method in class jupiter.common.struct.map.tree.TreeNode
-
Sets the V
value.
- setValue(long) - Method in class jupiter.common.time.Chronometer
-
Sets the value.
- setWorkQueue(WorkQueue<I, O>) - Method in class jupiter.common.thread.Worker
-
- severityLevel - Variable in class jupiter.common.io.InputOutput
-
- severityLevel - Variable in class jupiter.common.io.Message
-
- shift(int, int) - Method in class jupiter.common.struct.table.Table
-
Shifts the rows and columns by the specified offsets.
- SHIFT_JIS - Static variable in class jupiter.common.Charsets
-
- shiftColumns(int) - Method in class jupiter.common.struct.table.Table
-
Shifts the columns by the specified offset.
- shiftRows(int) - Method in class jupiter.common.struct.table.Table
-
Shifts the rows by the specified offset.
- SHORT_PARSER - Static variable in interface jupiter.common.map.parser.IParsers
-
- ShortArguments - Class in jupiter.common.test
-
- ShortArguments() - Constructor for class jupiter.common.test.ShortArguments
-
- ShortParser - Class in jupiter.common.map.parser
-
- ShortParser() - Constructor for class jupiter.common.map.parser.ShortParser
-
- Shorts - Class in jupiter.common.util
-
- Shorts() - Constructor for class jupiter.common.util.Shorts
-
Prevents the construction of
Shorts
.
- ShortTable - Class in jupiter.common.struct.table
-
- ShortTable(int, int) - Constructor for class jupiter.common.struct.table.ShortTable
-
Constructs a
ShortTable
with the specified numbers of rows and columns.
- ShortTable(String[], int, int) - Constructor for class jupiter.common.struct.table.ShortTable
-
Constructs a
ShortTable
with the specified header and numbers of rows and columns.
- ShortTable(Object[], String[], int, int) - Constructor for class jupiter.common.struct.table.ShortTable
-
Constructs a
ShortTable
with the specified index, header and numbers of rows and
columns.
- ShortTable(short[]...) - Constructor for class jupiter.common.struct.table.ShortTable
-
Constructs a
ShortTable
with the specified
short
values.
- ShortTable(Short[]...) - Constructor for class jupiter.common.struct.table.ShortTable
-
Constructs a
ShortTable
with the specified elements.
- ShortTable(String[], short[]...) - Constructor for class jupiter.common.struct.table.ShortTable
-
Constructs a
ShortTable
with the specified header and values.
- ShortTable(String[], Short[]...) - Constructor for class jupiter.common.struct.table.ShortTable
-
Constructs a
ShortTable
with the specified header and elements.
- ShortTable(Object[], String[], short[]...) - Constructor for class jupiter.common.struct.table.ShortTable
-
Constructs a
ShortTable
with the specified index, header and values.
- ShortTable(Object[], String[], Short[]...) - Constructor for class jupiter.common.struct.table.ShortTable
-
Constructs a
ShortTable
with specified index, header and elements.
- ShortTable(String, boolean) - Constructor for class jupiter.common.struct.table.ShortTable
-
Constructs a
ShortTable
loaded from the file denoted by the specified path.
- shortValue() - Method in class jupiter.common.math.WholeNumber
-
- shuffle(T[]) - Static method in class jupiter.common.util.Arrays
-
Shuffles the specified T
array.
- shuffle(T[], int, int) - Static method in class jupiter.common.util.Arrays
-
Shuffles the specified T
array between the specified indices.
- shuffle(boolean...) - Static method in class jupiter.common.util.Booleans
-
Shuffles the specified boolean
array.
- shuffle(boolean[], int, int) - Static method in class jupiter.common.util.Booleans
-
Shuffles the specified boolean
array between the specified indices.
- shuffle(byte...) - Static method in class jupiter.common.util.Bytes
-
Shuffles the specified byte
array.
- shuffle(byte[], int, int) - Static method in class jupiter.common.util.Bytes
-
Shuffles the specified byte
array between the specified indices.
- shuffle(char...) - Static method in class jupiter.common.util.Characters
-
Shuffles the specified char
array.
- shuffle(char[], int, int) - Static method in class jupiter.common.util.Characters
-
Shuffles the specified char
array between the specified indices.
- shuffle(double...) - Static method in class jupiter.common.util.Doubles
-
Shuffles the specified double
array.
- shuffle(double[], int, int) - Static method in class jupiter.common.util.Doubles
-
Shuffles the specified double
array between the specified indices.
- shuffle(float...) - Static method in class jupiter.common.util.Floats
-
Shuffles the specified float
array.
- shuffle(float[], int, int) - Static method in class jupiter.common.util.Floats
-
Shuffles the specified float
array between the specified indices.
- shuffle(int...) - Static method in class jupiter.common.util.Integers
-
Shuffles the specified int
array.
- shuffle(int[], int, int) - Static method in class jupiter.common.util.Integers
-
Shuffles the specified int
array between the specified indices.
- shuffle(long...) - Static method in class jupiter.common.util.Longs
-
Shuffles the specified long
array.
- shuffle(long[], int, int) - Static method in class jupiter.common.util.Longs
-
Shuffles the specified long
array between the specified indices.
- shuffle(short...) - Static method in class jupiter.common.util.Shorts
-
Shuffles the specified short
array.
- shuffle(short[], int, int) - Static method in class jupiter.common.util.Shorts
-
Shuffles the specified short
array between the specified indices.
- shutdown() - Method in class jupiter.common.thread.DivideAndConquer
-
- shutdown(boolean) - Method in class jupiter.common.thread.DivideAndConquer
-
- shutdown(boolean) - Method in class jupiter.common.thread.LockedWorkQueue
-
Shutdowns this
.
- shutdown(boolean) - Method in class jupiter.common.thread.SynchronizedWorkQueue
-
Shutdowns this
.
- shutdown() - Method in class jupiter.common.thread.WorkQueue
-
Shutdowns this
.
- shutdown(boolean) - Method in class jupiter.common.thread.WorkQueue
-
Shutdowns this
.
- sigmoid(double) - Static method in class jupiter.common.math.Maths
-
- sigmoid(double, double) - Static method in class jupiter.common.math.Maths
-
- sign(float) - Static method in class jupiter.common.math.Maths
-
Returns the sign of x
; 0f
if x
is equal to 0f
, 1f
if
x
is greater than 0f
, or -1f
if x
is less than 0f
.
- sign(double) - Static method in class jupiter.common.math.Maths
-
Returns the sign of x
; 0.
if x
is equal to 0.
, 1.
if
x
is greater than 0.
, or -1.
if x
is less than 0.
.
- SIMPLIFIED_CHINESE - Static variable in class jupiter.common.Charsets
-
The Windows code page 936 (Simplified Chinese)
Charset
.
- sin(double) - Static method in class jupiter.common.math.Maths
-
Returns the sine of the specified angle (in radians).
- SINGLE_QUOTE - Static variable in class jupiter.common.util.Characters
-
- SINGLE_QUOTER - Static variable in class jupiter.common.util.Strings
-
- singleQuote(Object) - Static method in class jupiter.common.util.Strings
-
Returns the single-quoted representative
String
of the specified content.
- sinh(double) - Static method in class jupiter.common.math.Maths
-
Returns the hyperbolic sine of the specified angle (in radians).
- size() - Method in interface jupiter.common.math.ITuple
-
Returns the size of this
.
- size - Variable in class jupiter.common.struct.map.tree.ComparableTreeMap
-
The number of nodes (key-value mappings).
- size() - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
-
Returns the number of key-value mappings.
- size - Variable in class jupiter.common.struct.map.tree.TreeMap
-
The number of nodes (key-value mappings).
- size() - Method in class jupiter.common.struct.map.tree.TreeMap
-
Returns the number of key-value mappings.
- size() - Method in class jupiter.common.struct.tuple.Pair
-
Returns the size of this
.
- size() - Method in class jupiter.common.struct.tuple.Quadruple
-
Returns the size of this
.
- size() - Method in class jupiter.common.struct.tuple.Quintuple
-
Returns the size of this
.
- size() - Method in class jupiter.common.struct.tuple.Triple
-
Returns the size of this
.
- skipLines(ReversedFileReader, int) - Static method in class jupiter.common.io.file.Files
-
- skipLines(BufferedReader, int) - Static method in class jupiter.common.io.InputOutput
-
- skipTrailingNewline - Variable in class jupiter.common.io.file.ReversedFileReader
-
The flag specifying whether to skip the trailing newline.
- sleep() - Static method in class jupiter.common.thread.Threads
-
- sleep(long) - Static method in class jupiter.common.thread.Threads
-
Causes the currently executing thread to sleep (temporarily cease execution) for the
specified length of time (in milliseconds), subject to the precision and accuracy of system
timers and schedulers.
- sort(Object[], int, int, Object[], int, int) - Static method in class jupiter.common.struct.list.ComparableSort
-
Sorts the specified range, using the specified workspace array slice for temporary storage
when possible.
- Sort<T> - Class in jupiter.common.struct.list
-
This is a duplicate of TimSort
from Oracle Java 8.
- Sort(T[], Comparator<? super T>, T[], int, int) - Constructor for class jupiter.common.struct.list.Sort
-
Creates a
Sort
instance to maintain the state of an ongoing sort.
- sort(T[], int, int, Comparator<? super T>, T[], int, int) - Static method in class jupiter.common.struct.list.Sort
-
Sorts the specified range, using the specified workspace array slice for temporary storage
when possible.
- sort(Object[]) - Static method in class jupiter.common.util.Arrays
-
Sorts the specified array into ascending order, according to the
natural ordering of its elements.
- sort(Object[], int, int) - Static method in class jupiter.common.util.Arrays
-
Sorts the specified range of the specified array into ascending order, according to the
natural ordering of its elements.
- sort(T[], Comparator<? super T>) - Static method in class jupiter.common.util.Arrays
-
Sorts the specified array according to the order induced by the specified
Comparator
.
- sort(T[], int, int, Comparator<? super T>) - Static method in class jupiter.common.util.Arrays
-
Sorts the specified range of the specified array according to the order induced by the
specified
Comparator
.
- sort(List<E>) - Static method in class jupiter.common.util.Lists
-
Sorts the specified
List
.
- sort(List<E>, Comparator<? super E>) - Static method in class jupiter.common.util.Lists
-
- SortedList<E extends Comparable<? super E>> - Class in jupiter.common.struct.list
-
- SortedList() - Constructor for class jupiter.common.struct.list.SortedList
-
- SortedList(E...) - Constructor for class jupiter.common.struct.list.SortedList
-
Constructs a
SortedList
of
E
element type with the specified elements.
- SortedList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.SortedList
-
- SortedUniqueList<E extends Comparable<? super E>> - Class in jupiter.common.struct.list
-
- SortedUniqueList() - Constructor for class jupiter.common.struct.list.SortedUniqueList
-
- SortedUniqueList(E...) - Constructor for class jupiter.common.struct.list.SortedUniqueList
-
- SortedUniqueList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.SortedUniqueList
-
- sortStringIndices(List<Index<String>>) - Static method in class jupiter.common.util.Strings
-
- SPACE - Static variable in class jupiter.common.io.ProgressBar
-
The space
String
filling the progress bar.
- SPACE - Static variable in class jupiter.common.util.Characters
-
- split(String) - Static method in class jupiter.common.util.Strings
-
- split(String, char) - Static method in class jupiter.common.util.Strings
-
- split(String, Character) - Static method in class jupiter.common.util.Strings
-
- split(String, char...) - Static method in class jupiter.common.util.Strings
-
- split(String, Collection<Character>) - Static method in class jupiter.common.util.Strings
-
- splitString(String, String) - Static method in class jupiter.common.util.Strings
-
- splitString(String, String...) - Static method in class jupiter.common.util.Strings
-
- splitString(String, List<String>) - Static method in class jupiter.common.util.Strings
-
- splitStringTo(String, String, int) - Static method in class jupiter.common.util.Strings
-
- splitStringTo(String, String[], int) - Static method in class jupiter.common.util.Strings
-
- splitStringTo(String, List<String>, int) - Static method in class jupiter.common.util.Strings
-
- splitTo(String, char, int) - Static method in class jupiter.common.util.Strings
-
Returns the
ExtendedLinkedList
of token
String
computed by splitting the
specified
String
around the specified
char
delimiter until the specified
index.
- splitTo(String, Character, int) - Static method in class jupiter.common.util.Strings
-
- splitTo(String, char[], int) - Static method in class jupiter.common.util.Strings
-
Returns the
ExtendedLinkedList
of token
String
computed by splitting the
specified
String
around the specified
char
delimiters until the specified
index.
- splitTo(String, Collection<Character>, int) - Static method in class jupiter.common.util.Strings
-
- sqrt(double) - Static method in class jupiter.common.math.Maths
-
- square(double) - Static method in class jupiter.common.math.Maths
-
- SQUARE_ROOT_OF_2 - Static variable in class jupiter.common.math.Maths
-
- SQUARE_ROOT_OF_2_PI - Static variable in class jupiter.common.math.Maths
-
- SQUARE_ROOT_OF_E - Static variable in class jupiter.common.math.Maths
-
- SQUARE_ROOT_OF_PI - Static variable in class jupiter.common.math.Maths
-
- squareWithSameAreaAsCircle(double) - Static method in class jupiter.common.math.Maths
-
Returns the approximate edge length of the square that has the same area of the circle of the
specified radius.
- STACK_INDEX - Static variable in class jupiter.common.thread.Result
-
The stack index.
- stackIndex - Variable in class jupiter.common.io.InputOutput
-
The stack index.
- stackSize - Variable in class jupiter.common.struct.list.ComparableSort
-
A stack of pending runs yet to merge.
- stackSize - Variable in class jupiter.common.struct.list.Sort
-
A stack of pending runs yet to be merged.
- standardDeviation(double...) - Static method in class jupiter.common.math.Statistics
-
- standardDeviation(Number[]) - Static method in class jupiter.common.math.Statistics
-
- standardDeviation(Collection<? extends Number>) - Static method in class jupiter.common.math.Statistics
-
- standardDeviationWith(double[], double) - Static method in class jupiter.common.math.Statistics
-
- standardDeviationWith(Number[], double) - Static method in class jupiter.common.math.Statistics
-
- standardDeviationWith(Collection<? extends Number>, double) - Static method in class jupiter.common.math.Statistics
-
- STAR - Static variable in class jupiter.common.util.Strings
-
- start() - Method in class jupiter.common.io.ProgressBar
-
Prints the start of the progress bar.
- start() - Method in class jupiter.common.time.Chronometer
-
- START_SYMBOL - Static variable in class jupiter.common.io.ProgressBar
-
The start char
symbol.
- Statistics - Class in jupiter.common.math
-
- Statistics() - Constructor for class jupiter.common.math.Statistics
-
- stop() - Method in class jupiter.common.time.Chronometer
-
- STRING_PARSER - Static variable in interface jupiter.common.map.parser.IParsers
-
- StringArguments - Class in jupiter.common.test
-
- StringArguments() - Constructor for class jupiter.common.test.StringArguments
-
- Stringifier - Interface in jupiter.common.io.string
-
- STRINGIFIER - Static variable in class jupiter.common.io.string.Stringifiers
-
- Stringifiers - Class in jupiter.common.io.string
-
- Stringifiers() - Constructor for class jupiter.common.io.string.Stringifiers
-
- stringify(Object) - Method in class jupiter.common.io.string.JSON
-
Returns a JSON
String
of the fields of the specified content
Object
.
- stringify(String, Object) - Method in class jupiter.common.io.string.JSON
-
Returns a JSON
String
of the specified key-value mapping.
- stringify(Object) - Method in interface jupiter.common.io.string.Stringifier
-
Returns a
String
of the fields of the specified content
Object
.
- stringify(String, Object) - Method in interface jupiter.common.io.string.Stringifier
-
Returns a
String
of the specified key-value mapping.
- stringifyLeaf(Object) - Method in class jupiter.common.io.string.JSON
-
Returns a JSON entry
String
of the specified leaf value
Object
.
- stringifyLeaf(Object) - Method in interface jupiter.common.io.string.Stringifier
-
- stringifyNode(Object) - Method in class jupiter.common.io.string.JSON
-
Returns a JSON entry
String
of the specified node value
Object
.
- stringifyNode(String, Object) - Method in class jupiter.common.io.string.JSON
-
Returns a JSON entry
String
of the specified node key-value mapping.
- stringifyNode(Object) - Method in interface jupiter.common.io.string.Stringifier
-
- stringifyNode(String, Object) - Method in interface jupiter.common.io.string.Stringifier
-
Returns an entry
String
of the specified node key-value mapping.
- StringJoiner - Class in jupiter.common.reduce.joiner
-
- StringJoiner(String) - Constructor for class jupiter.common.reduce.joiner.StringJoiner
-
- StringParser - Class in jupiter.common.map.parser
-
- StringParser() - Constructor for class jupiter.common.map.parser.StringParser
-
- StringRemover - Class in jupiter.common.map.remover
-
- StringRemover(char...) - Constructor for class jupiter.common.map.remover.StringRemover
-
- StringRemover(String) - Constructor for class jupiter.common.map.remover.StringRemover
-
- StringReplacer - Class in jupiter.common.map.replacer
-
- StringReplacer(char[], String) - Constructor for class jupiter.common.map.replacer.StringReplacer
-
- Strings - Class in jupiter.common.util
-
- Strings() - Constructor for class jupiter.common.util.Strings
-
Prevents the construction of
Strings
.
- StringTable - Class in jupiter.common.struct.table
-
- StringTable(int, int) - Constructor for class jupiter.common.struct.table.StringTable
-
Constructs a
StringTable
with the specified numbers of rows and columns.
- StringTable(String[], int, int) - Constructor for class jupiter.common.struct.table.StringTable
-
Constructs a
StringTable
with the specified header and numbers of rows and columns.
- StringTable(Object[], String[], int, int) - Constructor for class jupiter.common.struct.table.StringTable
-
Constructs a
StringTable
with the specified index, header and numbers of rows and
columns.
- StringTable(String[]...) - Constructor for class jupiter.common.struct.table.StringTable
-
- StringTable(String[], String[]...) - Constructor for class jupiter.common.struct.table.StringTable
-
Constructs a
StringTable
with the specified header and elements.
- StringTable(Object[], String[], String[]...) - Constructor for class jupiter.common.struct.table.StringTable
-
Constructs a
StringTable
with specified index, header and elements.
- StringTable(String, boolean) - Constructor for class jupiter.common.struct.table.StringTable
-
Constructs a
StringTable
loaded from the file denoted by the specified path.
- StringWrapper - Class in jupiter.common.map.wrapper
-
- StringWrapper(char, char) - Constructor for class jupiter.common.map.wrapper.StringWrapper
-
Constructs a
StringWrapper
with the specified left and right wrapping
char
tokens.
- StringWrapper(String, String) - Constructor for class jupiter.common.map.wrapper.StringWrapper
-
- submit(I) - Method in class jupiter.common.thread.LockedWorkQueue
-
Submits a
Task
with the specified
I
input for execution.
- submit(Runnable) - Method in class jupiter.common.thread.ReservedThreadPoolExecutor
-
Submits the specified
Runnable
task for execution if there is at least one thread
that is not actively executing tasks.
- submit(Runnable, T) - Method in class jupiter.common.thread.ReservedThreadPoolExecutor
-
Submits the specified
Runnable
task for execution if there is at least one thread
that is not actively executing tasks.
- submit(Callable<T>) - Method in class jupiter.common.thread.ReservedThreadPoolExecutor
-
Submits the specified
Callable
task for execution if there is at least one thread
that is not actively executing tasks.
- submit(I) - Method in class jupiter.common.thread.SynchronizedWorkQueue
-
Submits a
Task
with the specified
I
input for execution.
- submit(I) - Method in class jupiter.common.thread.WorkQueue
-
Submits a
Task
with the specified
I
input for execution.
- submitLock - Variable in class jupiter.common.thread.ReservedThreadPoolExecutor
-
The internal
Lock
for submission.
- sum(byte...) - Static method in class jupiter.common.math.Maths
-
- sum(short...) - Static method in class jupiter.common.math.Maths
-
- sum(int...) - Static method in class jupiter.common.math.Maths
-
- sum(long...) - Static method in class jupiter.common.math.Maths
-
- sum(float...) - Static method in class jupiter.common.math.Maths
-
- sum(double...) - Static method in class jupiter.common.math.Maths
-
- sum(Number[]) - Static method in class jupiter.common.math.Maths
-
- sum(Collection<? extends Number>) - Static method in class jupiter.common.math.Maths
-
- sumInterval(int, int, byte...) - Static method in class jupiter.common.math.Maths
-
- sumInterval(int, int, short...) - Static method in class jupiter.common.math.Maths
-
- sumInterval(int, int, int...) - Static method in class jupiter.common.math.Maths
-
- sumInterval(int, int, long...) - Static method in class jupiter.common.math.Maths
-
- sumInterval(int, int, float...) - Static method in class jupiter.common.math.Maths
-
- sumInterval(int, int, double...) - Static method in class jupiter.common.math.Maths
-
- sumInterval(int, int, Number[]) - Static method in class jupiter.common.math.Maths
-
- sumInterval(int, int, Collection<? extends Number>) - Static method in class jupiter.common.math.Maths
-
- sumOfSquares(float[], float) - Static method in class jupiter.common.math.Maths
-
- sumOfSquares(double[], double) - Static method in class jupiter.common.math.Maths
-
- sumOfSquares(Number[], double) - Static method in class jupiter.common.math.Maths
-
- sumOfSquares(Collection<? extends Number>, double) - Static method in class jupiter.common.math.Maths
-
- sumOfSquaresWithoutNaN(float[], float) - Static method in class jupiter.common.math.Maths
-
- sumOfSquaresWithoutNaN(double[], double) - Static method in class jupiter.common.math.Maths
-
- sumOfSquaresWithoutNaN(Number[], double) - Static method in class jupiter.common.math.Maths
-
- sumOfSquaresWithoutNaN(Collection<? extends Number>, double) - Static method in class jupiter.common.math.Maths
-
- sumSeries(int) - Static method in class jupiter.common.math.Maths
-
- sumSeries(int, int) - Static method in class jupiter.common.math.Maths
-
- sumSeries(long) - Static method in class jupiter.common.math.Maths
-
- sumSeries(long, long) - Static method in class jupiter.common.math.Maths
-
- sumWithoutNaN(float...) - Static method in class jupiter.common.math.Maths
-
- sumWithoutNaN(double...) - Static method in class jupiter.common.math.Maths
-
- sumWithoutNaN(Number[]) - Static method in class jupiter.common.math.Maths
-
- sumWithoutNaN(Collection<? extends Number>) - Static method in class jupiter.common.math.Maths
-
- swap(T[], int, int) - Static method in class jupiter.common.util.Arrays
-
- swap(boolean[], int, int) - Static method in class jupiter.common.util.Booleans
-
- swap(byte[], int, int) - Static method in class jupiter.common.util.Bytes
-
- swap(char[], int, int) - Static method in class jupiter.common.util.Characters
-
- swap(double[], int, int) - Static method in class jupiter.common.util.Doubles
-
- swap(float[], int, int) - Static method in class jupiter.common.util.Floats
-
- swap(int[], int, int) - Static method in class jupiter.common.util.Integers
-
- swap(long[], int, int) - Static method in class jupiter.common.util.Longs
-
- swap(short[], int, int) - Static method in class jupiter.common.util.Shorts
-
- SWISS_PUBLIC_HOLIDAYS - Static variable in class jupiter.common.time.Dates
-
- SYMBOL - Static variable in class jupiter.common.io.ProgressBar
-
The symbol
String
filling the progress bar.
- SynchronizedCollectionHashMap<K,E> - Class in jupiter.common.struct.map.hash
-
- SynchronizedCollectionHashMap() - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(Collection<E>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(int) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(int, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(int, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(K[], Collection<E>[]) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(K[], Collection<E>[], Collection<E>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(K[], Collection<E>[], Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(K[], Collection<? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(K[], Collection<? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(K[], Collection<? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(Collection<? extends K>, Collection<? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(Collection<? extends K>, Collection<? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(Collection<? extends K>, Collection<? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(Map<? extends K, ? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(Map<? extends K, ? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionHashMap(Map<? extends K, ? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
-
- SynchronizedCollectionTreeMap<K,E> - Class in jupiter.common.struct.map.tree
-
- SynchronizedCollectionTreeMap() - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(Collection<E>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(K[], Collection<E>[]) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(K[], Collection<E>[], Collection<E>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(K[], Collection<E>[], Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(K[], Collection<? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(K[], Collection<? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(K[], Collection<? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(Collection<? extends K>, Collection<? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(Collection<? extends K>, Collection<? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(Collection<? extends K>, Collection<? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(Map<? extends K, ? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(Map<? extends K, ? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedCollectionTreeMap(Map<? extends K, ? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
-
- SynchronizedDateFormat - Class in jupiter.common.time
-
- SynchronizedDateFormat() - Constructor for class jupiter.common.time.SynchronizedDateFormat
-
- SynchronizedDateFormat(String) - Constructor for class jupiter.common.time.SynchronizedDateFormat
-
- SynchronizedDateFormat(String, Locale) - Constructor for class jupiter.common.time.SynchronizedDateFormat
-
- SynchronizedDateFormat(String, DateFormatSymbols) - Constructor for class jupiter.common.time.SynchronizedDateFormat
-
- SynchronizedHashMap<K,V> - Class in jupiter.common.struct.map.hash
-
- SynchronizedHashMap() - Constructor for class jupiter.common.struct.map.hash.SynchronizedHashMap
-
- SynchronizedHashMap(int) - Constructor for class jupiter.common.struct.map.hash.SynchronizedHashMap
-
- SynchronizedHashMap(K[], V[]) - Constructor for class jupiter.common.struct.map.hash.SynchronizedHashMap
-
Constructs a
SynchronizedHashMap
of
K
and
V
types loaded from the
specified key and value arrays containing the key-value mappings.
- SynchronizedHashMap(K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedHashMap
-
- SynchronizedHashMap(Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedHashMap
-
- SynchronizedHashMap(Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedHashMap
-
Constructs a
SynchronizedHashMap
of
K
and
V
types loaded from the
specified
Map
containing the key-value mappings.
- SynchronizedHashSet<E> - Class in jupiter.common.struct.set
-
- SynchronizedHashSet() - Constructor for class jupiter.common.struct.set.SynchronizedHashSet
-
- SynchronizedHashSet(int) - Constructor for class jupiter.common.struct.set.SynchronizedHashSet
-
- SynchronizedHashSet(E...) - Constructor for class jupiter.common.struct.set.SynchronizedHashSet
-
- SynchronizedHashSet(Collection<? extends E>) - Constructor for class jupiter.common.struct.set.SynchronizedHashSet
-
- SynchronizedLinkedList<E> - Class in jupiter.common.struct.list
-
- SynchronizedLinkedList() - Constructor for class jupiter.common.struct.list.SynchronizedLinkedList
-
- SynchronizedLinkedList(E...) - Constructor for class jupiter.common.struct.list.SynchronizedLinkedList
-
- SynchronizedLinkedList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.SynchronizedLinkedList
-
- SynchronizedList<E> - Class in jupiter.common.struct.list
-
- SynchronizedList() - Constructor for class jupiter.common.struct.list.SynchronizedList
-
- SynchronizedList(int) - Constructor for class jupiter.common.struct.list.SynchronizedList
-
Constructs an empty
SynchronizedList
of
E
element type with the specified
initial capacity.
- SynchronizedList(E...) - Constructor for class jupiter.common.struct.list.SynchronizedList
-
- SynchronizedList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.SynchronizedList
-
- SynchronizedSortedList<E extends Comparable<? super E>> - Class in jupiter.common.struct.list
-
- SynchronizedSortedList() - Constructor for class jupiter.common.struct.list.SynchronizedSortedList
-
- SynchronizedSortedList(E...) - Constructor for class jupiter.common.struct.list.SynchronizedSortedList
-
- SynchronizedSortedList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.SynchronizedSortedList
-
- SynchronizedSortedUniqueList<E extends Comparable<? super E>> - Class in jupiter.common.struct.list
-
- SynchronizedSortedUniqueList() - Constructor for class jupiter.common.struct.list.SynchronizedSortedUniqueList
-
- SynchronizedSortedUniqueList(E...) - Constructor for class jupiter.common.struct.list.SynchronizedSortedUniqueList
-
- SynchronizedSortedUniqueList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.SynchronizedSortedUniqueList
-
- SynchronizedTreeMap<K,V> - Class in jupiter.common.struct.map.tree
-
- SynchronizedTreeMap() - Constructor for class jupiter.common.struct.map.tree.SynchronizedTreeMap
-
- SynchronizedTreeMap(K[], V[]) - Constructor for class jupiter.common.struct.map.tree.SynchronizedTreeMap
-
Constructs a
SynchronizedTreeMap
of
K
and
V
types loaded from the
specified key and value arrays containing the key-value mappings.
- SynchronizedTreeMap(K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedTreeMap
-
- SynchronizedTreeMap(Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedTreeMap
-
- SynchronizedTreeMap(Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedTreeMap
-
Constructs a
SynchronizedTreeMap
of
K
and
V
types loaded from the
specified
Map
containing the key-value mappings.
- SynchronizedWorkQueue<I,O> - Class in jupiter.common.thread
-
- SynchronizedWorkQueue(Worker<I, O>) - Constructor for class jupiter.common.thread.SynchronizedWorkQueue
-
- SynchronizedWorkQueue(Worker<I, O>, int, int) - Constructor for class jupiter.common.thread.SynchronizedWorkQueue
-
- SystemConsole - Class in jupiter.common.io.console
-
- SystemConsole() - Constructor for class jupiter.common.io.console.SystemConsole
-
- SystemConsole(Charset) - Constructor for class jupiter.common.io.console.SystemConsole
-
- Systems - Class in jupiter.common.io
-
- Systems() - Constructor for class jupiter.common.io.Systems
-
Prevents the construction of
Systems
.
- Systems.OS - Enum in jupiter.common.io
-
- Table<E> - Class in jupiter.common.struct.table
-
Table
is a wrapper around a 2D
E
array.
- Table() - Constructor for class jupiter.common.struct.table.Table
-
Constructs an empty
Table
by default.
- Table(Class<E>) - Constructor for class jupiter.common.struct.table.Table
-
Constructs an empty
Table
of
E
element type.
- Table(Class<E>, int, int) - Constructor for class jupiter.common.struct.table.Table
-
Constructs a
Table
of
E
element type with the specified numbers of rows and
columns.
- Table(Class<E>, String[], int, int) - Constructor for class jupiter.common.struct.table.Table
-
Constructs a
Table
of
E
element type with the specified header and numbers of
rows and columns.
- Table(Class<E>, Object[], String[], int, int) - Constructor for class jupiter.common.struct.table.Table
-
Constructs a
Table
of
E
element type with the specified index, header and
numbers of rows and columns.
- Table(Class<E>, E[][]) - Constructor for class jupiter.common.struct.table.Table
-
Constructs a
Table
of
E
element type with the specified elements.
- Table(Class<E>, String[], E[][]) - Constructor for class jupiter.common.struct.table.Table
-
Constructs a
Table
of
E
element type with the specified header and elements.
- Table(Class<E>, Object[], String[], E[][]) - Constructor for class jupiter.common.struct.table.Table
-
Constructs a
Table
of
E
element type with the specified index, header and
elements.
- Table(IParser<E>, String, boolean) - Constructor for class jupiter.common.struct.table.Table
-
Constructs a
Table
of
E
element type loaded from the file denoted by the
specified path.
- Table.TableIterator - Class in jupiter.common.struct.table
-
- TableIterator() - Constructor for class jupiter.common.struct.table.Table.TableIterator
-
- take(T[], int, int) - Static method in class jupiter.common.util.Arrays
-
- take(T[][]) - Static method in class jupiter.common.util.Arrays
-
- take(T[][], int, int) - Static method in class jupiter.common.util.Arrays
-
- take(T[][], int, int, int, int) - Static method in class jupiter.common.util.Arrays
-
- take(T[][][]) - Static method in class jupiter.common.util.Arrays
-
- take(T[][][], int, int) - Static method in class jupiter.common.util.Arrays
-
- take(T[][][], int, int, int, int) - Static method in class jupiter.common.util.Arrays
-
- take(T[][][], int, int, int, int, int, int) - Static method in class jupiter.common.util.Arrays
-
- take(boolean[], int, int) - Static method in class jupiter.common.util.Booleans
-
- take(boolean[]...) - Static method in class jupiter.common.util.Booleans
-
- take(boolean[][], int, int) - Static method in class jupiter.common.util.Booleans
-
- take(boolean[][], int, int, int, int) - Static method in class jupiter.common.util.Booleans
-
- take(boolean[][]...) - Static method in class jupiter.common.util.Booleans
-
- take(boolean[][][], int, int) - Static method in class jupiter.common.util.Booleans
-
- take(boolean[][][], int, int, int, int) - Static method in class jupiter.common.util.Booleans
-
- take(boolean[][][], int, int, int, int, int, int) - Static method in class jupiter.common.util.Booleans
-
- take(byte[], int, int) - Static method in class jupiter.common.util.Bytes
-
- take(byte[]...) - Static method in class jupiter.common.util.Bytes
-
- take(byte[][], int, int) - Static method in class jupiter.common.util.Bytes
-
- take(byte[][], int, int, int, int) - Static method in class jupiter.common.util.Bytes
-
- take(byte[][]...) - Static method in class jupiter.common.util.Bytes
-
- take(byte[][][], int, int) - Static method in class jupiter.common.util.Bytes
-
- take(byte[][][], int, int, int, int) - Static method in class jupiter.common.util.Bytes
-
- take(byte[][][], int, int, int, int, int, int) - Static method in class jupiter.common.util.Bytes
-
- take(char[], int, int) - Static method in class jupiter.common.util.Characters
-
- take(char[]...) - Static method in class jupiter.common.util.Characters
-
- take(char[][], int, int) - Static method in class jupiter.common.util.Characters
-
- take(char[][], int, int, int, int) - Static method in class jupiter.common.util.Characters
-
- take(char[][]...) - Static method in class jupiter.common.util.Characters
-
- take(char[][][], int, int) - Static method in class jupiter.common.util.Characters
-
- take(char[][][], int, int, int, int) - Static method in class jupiter.common.util.Characters
-
- take(char[][][], int, int, int, int, int, int) - Static method in class jupiter.common.util.Characters
-
- take(double[], int, int) - Static method in class jupiter.common.util.Doubles
-
- take(double[]...) - Static method in class jupiter.common.util.Doubles
-
- take(double[][], int, int) - Static method in class jupiter.common.util.Doubles
-
- take(double[][], int, int, int, int) - Static method in class jupiter.common.util.Doubles
-
- take(double[][]...) - Static method in class jupiter.common.util.Doubles
-
- take(double[][][], int, int) - Static method in class jupiter.common.util.Doubles
-
- take(double[][][], int, int, int, int) - Static method in class jupiter.common.util.Doubles
-
- take(double[][][], int, int, int, int, int, int) - Static method in class jupiter.common.util.Doubles
-
- take(float[], int, int) - Static method in class jupiter.common.util.Floats
-
- take(float[]...) - Static method in class jupiter.common.util.Floats
-
- take(float[][], int, int) - Static method in class jupiter.common.util.Floats
-
- take(float[][], int, int, int, int) - Static method in class jupiter.common.util.Floats
-
- take(float[][]...) - Static method in class jupiter.common.util.Floats
-
- take(float[][][], int, int) - Static method in class jupiter.common.util.Floats
-
- take(float[][][], int, int, int, int) - Static method in class jupiter.common.util.Floats
-
- take(float[][][], int, int, int, int, int, int) - Static method in class jupiter.common.util.Floats
-
- take(int[], int, int) - Static method in class jupiter.common.util.Integers
-
- take(int[]...) - Static method in class jupiter.common.util.Integers
-
- take(int[][], int, int) - Static method in class jupiter.common.util.Integers
-
- take(int[][], int, int, int, int) - Static method in class jupiter.common.util.Integers
-
- take(int[][]...) - Static method in class jupiter.common.util.Integers
-
- take(int[][][], int, int) - Static method in class jupiter.common.util.Integers
-
- take(int[][][], int, int, int, int) - Static method in class jupiter.common.util.Integers
-
- take(int[][][], int, int, int, int, int, int) - Static method in class jupiter.common.util.Integers
-
- take(long[], int, int) - Static method in class jupiter.common.util.Longs
-
- take(long[]...) - Static method in class jupiter.common.util.Longs
-
- take(long[][], int, int) - Static method in class jupiter.common.util.Longs
-
- take(long[][], int, int, int, int) - Static method in class jupiter.common.util.Longs
-
- take(long[][]...) - Static method in class jupiter.common.util.Longs
-
- take(long[][][], int, int) - Static method in class jupiter.common.util.Longs
-
- take(long[][][], int, int, int, int) - Static method in class jupiter.common.util.Longs
-
- take(long[][][], int, int, int, int, int, int) - Static method in class jupiter.common.util.Longs
-
- take(short[], int, int) - Static method in class jupiter.common.util.Shorts
-
- take(short[]...) - Static method in class jupiter.common.util.Shorts
-
- take(short[][], int, int) - Static method in class jupiter.common.util.Shorts
-
- take(short[][], int, int, int, int) - Static method in class jupiter.common.util.Shorts
-
- take(short[][]...) - Static method in class jupiter.common.util.Shorts
-
- take(short[][][], int, int) - Static method in class jupiter.common.util.Shorts
-
- take(short[][][], int, int, int, int) - Static method in class jupiter.common.util.Shorts
-
- take(short[][][], int, int, int, int, int, int) - Static method in class jupiter.common.util.Shorts
-
- tally(T, T[]) - Static method in class jupiter.common.util.Arrays
-
- tally(T, T[], Comparator<? super T>) - Static method in class jupiter.common.util.Arrays
-
- tally(T[], T[]) - Static method in class jupiter.common.util.Arrays
-
- tally(T[], T[], Comparator<? super T>) - Static method in class jupiter.common.util.Arrays
-
- tally(byte, byte[]) - Static method in class jupiter.common.util.Bytes
-
- tally(byte[], byte[]) - Static method in class jupiter.common.util.Bytes
-
- tally(char, char[]) - Static method in class jupiter.common.util.Characters
-
- tally(char[], char[]) - Static method in class jupiter.common.util.Characters
-
- tally(double, double[]) - Static method in class jupiter.common.util.Doubles
-
- tally(double[], double[]) - Static method in class jupiter.common.util.Doubles
-
- tally(float, float[]) - Static method in class jupiter.common.util.Floats
-
- tally(float[], float[]) - Static method in class jupiter.common.util.Floats
-
- tally(int, int[]) - Static method in class jupiter.common.util.Integers
-
- tally(int[], int[]) - Static method in class jupiter.common.util.Integers
-
- tally(long, long[]) - Static method in class jupiter.common.util.Longs
-
- tally(long[], long[]) - Static method in class jupiter.common.util.Longs
-
- tally(short, short[]) - Static method in class jupiter.common.util.Shorts
-
- tally(short[], short[]) - Static method in class jupiter.common.util.Shorts
-
- tan(double) - Static method in class jupiter.common.math.Maths
-
Returns the tangent of the specified angle (in radians).
- tanh(double) - Static method in class jupiter.common.math.Maths
-
Returns the hyperbolic tangent of the specified angle (in radians).
- Task<I> - Class in jupiter.common.thread
-
Task
is a wrapper around an
I
input.
- Task(long, I) - Constructor for class jupiter.common.thread.Task
-
Constructs a
Task
of
I
type with the specified identifier and
I
input.
- tasks - Variable in class jupiter.common.thread.WorkQueue
-
- tasksLock - Variable in class jupiter.common.thread.LockedWorkQueue
-
The internal
Lock
of the tasks.
- tasksLockCondition - Variable in class jupiter.common.thread.LockedWorkQueue
-
- temp - Variable in class jupiter.common.struct.list.ComparableSort
-
The temporary storage for merges.
- temp - Variable in class jupiter.common.struct.list.Sort
-
The temporary storage for merges.
- TEMP_DIR_PATH - Static variable in class jupiter.common.io.file.Files
-
- TEMP_FILE_EXTENSION - Static variable in class jupiter.common.io.file.Files
-
- TEMP_FILE_NAME_LENGTH - Static variable in class jupiter.common.io.file.Files
-
- tempBase - Variable in class jupiter.common.struct.list.ComparableSort
-
- tempBase - Variable in class jupiter.common.struct.list.Sort
-
- tempLength - Variable in class jupiter.common.struct.list.ComparableSort
-
- tempLength - Variable in class jupiter.common.struct.list.Sort
-
- test(Object...) - Method in class jupiter.common.io.InputOutput
-
- test(Object) - Method in class jupiter.common.io.IOAppender
-
- Test - Class in jupiter.common.test
-
- Test(String) - Constructor for class jupiter.common.test.Test
-
Constructs a
Test
with the specified name.
- Tests - Class in jupiter.common.test
-
- Tests() - Constructor for class jupiter.common.test.Tests
-
Prevents the construction of
Tests
.
- third - Variable in class jupiter.common.struct.tuple.Quadruple
-
The T3
component.
- third - Variable in class jupiter.common.struct.tuple.Quintuple
-
The T3
component.
- third - Variable in class jupiter.common.struct.tuple.Triple
-
The T3
component.
- Threads - Class in jupiter.common.thread
-
- Threads() - Constructor for class jupiter.common.thread.Threads
-
Prevents the construction of
Threads
.
- time - Variable in class jupiter.common.time.Chronometer
-
- TIME_UNIT_COUNT - Static variable in class jupiter.common.time.Chronometer
-
The number of time units.
- TIME_ZONE - Static variable in class jupiter.common.Formats
-
- timeByUnit - Variable in class jupiter.common.time.Chronometer
-
- TINY_TOLERANCE - Static variable in class jupiter.common.math.Maths
-
The tiny tolerance level for double
values.
- toArray() - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Returns an E
array containing all the elements of this
in the same order, or
an empty array if this
is empty.
- toArray() - Method in class jupiter.common.struct.list.ExtendedList
-
Returns an E
array containing all the elements of this
in the same order, or
an empty array if this
is empty.
- toArray() - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Returns an E
array containing all the elements of this
in the same order, or
an empty array if this
is empty.
- toArray() - Method in class jupiter.common.struct.table.Table
-
Returns an E
array containing all the elements of this
in the same order, or
an empty array if this
is empty.
- toArray(Object) - Static method in class jupiter.common.util.Arrays
-
Returns an array converted from the specified primitive array.
- toArray(T[]) - Static method in class jupiter.common.util.Arrays
-
- toArray(Class<?>, T[]) - Static method in class jupiter.common.util.Arrays
-
- toArray(T[][]) - Static method in class jupiter.common.util.Arrays
-
- toArray(Class<?>, T[][]) - Static method in class jupiter.common.util.Arrays
-
- toArray(T[][][]) - Static method in class jupiter.common.util.Arrays
-
- toArray(Class<?>, T[][][]) - Static method in class jupiter.common.util.Arrays
-
- toArray(boolean[]) - Static method in class jupiter.common.util.Booleans
-
Returns an array of
Boolean
converted from the specified
boolean
array.
- toArray(byte[]) - Static method in class jupiter.common.util.Bytes
-
Returns an array of
Byte
converted from the specified
byte
array.
- toArray(char[]) - Static method in class jupiter.common.util.Characters
-
Returns an array of
Character
converted from the specified
char
array.
- toArray(Collection<? extends E>) - Static method in class jupiter.common.util.Collections
-
Returns an
E
array containing all the elements of the specified
Collection
in
the same order, or an empty array if the specified
Collection
is
null
or
empty.
- toArray(double[]) - Static method in class jupiter.common.util.Doubles
-
Returns an array of
Double
converted from the specified
double
array.
- toArray(float[]) - Static method in class jupiter.common.util.Floats
-
Returns an array of
Float
converted from the specified
float
array.
- toArray(int[]) - Static method in class jupiter.common.util.Integers
-
Returns an array of
Integer
converted from the specified
int
array.
- toArray(long[]) - Static method in class jupiter.common.util.Longs
-
Returns an array of
Long
converted from the specified
long
array.
- toArray(short[]) - Static method in class jupiter.common.util.Shorts
-
Returns an array of
Short
converted from the specified
short
array.
- toArray(Object[]) - Static method in class jupiter.common.util.Strings
-
Returns an array of
String
converted from the specified array.
- toArray2D() - Method in class jupiter.common.struct.table.Table
-
Returns a 2D E
array containing all the elements of this
in the same order,
or an empty array if this
is empty.
- toArray2D(T[], int) - Static method in class jupiter.common.util.Arrays
-
- toArray2D(Class<?>, T[], int) - Static method in class jupiter.common.util.Arrays
-
- toArray2D(T[][]) - Static method in class jupiter.common.util.Arrays
-
- toArray2D(Class<?>, T[][]) - Static method in class jupiter.common.util.Arrays
-
- toArray2D(T[][][]) - Static method in class jupiter.common.util.Arrays
-
- toArray2D(Class<?>, T[][][]) - Static method in class jupiter.common.util.Arrays
-
- toArray2D(boolean[][]) - Static method in class jupiter.common.util.Booleans
-
Returns a 2D array of
Boolean
converted from the specified 2D
boolean
array.
- toArray2D(byte[][]) - Static method in class jupiter.common.util.Bytes
-
Returns a 2D array of
Byte
converted from the specified 2D
byte
array.
- toArray2D(char[][]) - Static method in class jupiter.common.util.Characters
-
Returns a 2D array of
Character
converted from the specified 2D
char
array.
- toArray2D(double[][]) - Static method in class jupiter.common.util.Doubles
-
Returns a 2D array of
Double
converted from the specified 2D
double
array.
- toArray2D(float[][]) - Static method in class jupiter.common.util.Floats
-
Returns a 2D array of
Float
converted from the specified 2D
float
array.
- toArray2D(int[][]) - Static method in class jupiter.common.util.Integers
-
Returns a 2D array of
Integer
converted from the specified 2D
int
array.
- toArray2D(long[][]) - Static method in class jupiter.common.util.Longs
-
Returns a 2D array of
Long
converted from the specified 2D
long
array.
- toArray2D(short[][]) - Static method in class jupiter.common.util.Shorts
-
Returns a 2D array of
Short
converted from the specified 2D
short
array.
- toArray2D(Object[][]) - Static method in class jupiter.common.util.Strings
-
Returns a 2D array of
String
converted from the specified 2D array.
- toArray3D(T[], int, int) - Static method in class jupiter.common.util.Arrays
-
- toArray3D(Class<?>, T[], int, int) - Static method in class jupiter.common.util.Arrays
-
- toArray3D(T[][], int) - Static method in class jupiter.common.util.Arrays
-
- toArray3D(Class<?>, T[][], int) - Static method in class jupiter.common.util.Arrays
-
- toArray3D(T[][][]) - Static method in class jupiter.common.util.Arrays
-
- toArray3D(Class<?>, T[][][]) - Static method in class jupiter.common.util.Arrays
-
- toArray3D(boolean[][][]) - Static method in class jupiter.common.util.Booleans
-
Returns a 3D array of
Boolean
converted from the specified 3D
boolean
array.
- toArray3D(byte[][][]) - Static method in class jupiter.common.util.Bytes
-
Returns a 3D array of
Byte
converted from the specified 3D
byte
array.
- toArray3D(char[][][]) - Static method in class jupiter.common.util.Characters
-
Returns a 3D array of
Character
converted from the specified 3D
char
array.
- toArray3D(double[][][]) - Static method in class jupiter.common.util.Doubles
-
Returns a 3D array of
Double
converted from the specified 3D
double
array.
- toArray3D(float[][][]) - Static method in class jupiter.common.util.Floats
-
Returns a 3D array of
Float
converted from the specified 3D
float
array.
- toArray3D(int[][][]) - Static method in class jupiter.common.util.Integers
-
Returns a 3D array of
Integer
converted from the specified 3D
int
array.
- toArray3D(long[][][]) - Static method in class jupiter.common.util.Longs
-
Returns a 3D array of
Long
converted from the specified 3D
long
array.
- toArray3D(short[][][]) - Static method in class jupiter.common.util.Shorts
-
Returns a 3D array of
Short
converted from the specified 3D
short
array.
- toArray3D(Object[][][]) - Static method in class jupiter.common.util.Strings
-
Returns a 3D array of
String
converted from the specified 3D array.
- toAWT() - Method in enum jupiter.common.io.console.ConsoleHandler.Color
-
- toBigDecimal(Number) - Static method in class jupiter.common.util.Numbers
-
- toBinaryString(byte...) - Static method in class jupiter.common.util.Bytes
-
Returns a binary representative
String
of the specified
byte
array.
- toBinaryString(byte[], char...) - Static method in class jupiter.common.util.Bytes
-
Returns a binary representative
String
of the specified
byte
array using the
specified digits.
- toCamelCase(String) - Static method in class jupiter.common.util.Strings
-
- toCase(String) - Static method in class jupiter.common.util.Strings
-
- toDate(Date) - Static method in class jupiter.common.time.Dates
-
Returns a
Date
converted from the specified
Date
with time.
- toHexString(byte...) - Static method in class jupiter.common.util.Bytes
-
Returns a hexadecimal representative
String
of the specified
byte
array.
- toHexString(byte[], boolean) - Static method in class jupiter.common.util.Bytes
-
Returns a hexadecimal representative
String
of the specified
byte
array.
- toHexString(byte[], char...) - Static method in class jupiter.common.util.Bytes
-
Returns a hexadecimal representative
String
of the specified
byte
array using
the specified digits.
- token - Variable in class jupiter.common.struct.list.Index
-
The T
token.
- tokens - Variable in class jupiter.common.map.remover.StringRemover
-
The
String
containing the
char
tokens to remove.
- tokens - Variable in class jupiter.common.map.replacer.StringReplacer
-
The char
tokens.
- TOLERANCE - Static variable in class jupiter.common.math.Maths
-
The tolerance level (or termination criterion) ε
for double
values.
- toLinkedList(T[]) - Static method in class jupiter.common.util.Arrays
-
- toLinkedList(boolean[]) - Static method in class jupiter.common.util.Booleans
-
- toLinkedList(T[]) - Static method in class jupiter.common.util.Booleans
-
- toLinkedList(byte[]) - Static method in class jupiter.common.util.Bytes
-
- toLinkedList(T[]) - Static method in class jupiter.common.util.Bytes
-
- toLinkedList(char[]) - Static method in class jupiter.common.util.Characters
-
- toLinkedList(T[]) - Static method in class jupiter.common.util.Characters
-
- toLinkedList(double[]) - Static method in class jupiter.common.util.Doubles
-
- toLinkedList(T[]) - Static method in class jupiter.common.util.Doubles
-
- toLinkedList(float[]) - Static method in class jupiter.common.util.Floats
-
- toLinkedList(T[]) - Static method in class jupiter.common.util.Floats
-
- toLinkedList(int[]) - Static method in class jupiter.common.util.Integers
-
- toLinkedList(T[]) - Static method in class jupiter.common.util.Integers
-
- toLinkedList(long[]) - Static method in class jupiter.common.util.Longs
-
- toLinkedList(T[]) - Static method in class jupiter.common.util.Longs
-
- toLinkedList(short[]) - Static method in class jupiter.common.util.Shorts
-
- toLinkedList(T[]) - Static method in class jupiter.common.util.Shorts
-
- toLinkedList(T[]) - Static method in class jupiter.common.util.Strings
-
- toList(T[]) - Static method in class jupiter.common.util.Arrays
-
- toList(boolean[]) - Static method in class jupiter.common.util.Booleans
-
- toList(T[]) - Static method in class jupiter.common.util.Booleans
-
- toList(byte[]) - Static method in class jupiter.common.util.Bytes
-
- toList(T[]) - Static method in class jupiter.common.util.Bytes
-
- toList(char[]) - Static method in class jupiter.common.util.Characters
-
- toList(T[]) - Static method in class jupiter.common.util.Characters
-
- toList(double[]) - Static method in class jupiter.common.util.Doubles
-
- toList(T[]) - Static method in class jupiter.common.util.Doubles
-
- toList(float[]) - Static method in class jupiter.common.util.Floats
-
- toList(T[]) - Static method in class jupiter.common.util.Floats
-
- toList(int[]) - Static method in class jupiter.common.util.Integers
-
- toList(T[]) - Static method in class jupiter.common.util.Integers
-
- toList(long[]) - Static method in class jupiter.common.util.Longs
-
- toList(T[]) - Static method in class jupiter.common.util.Longs
-
- toList(short[]) - Static method in class jupiter.common.util.Shorts
-
- toList(T[]) - Static method in class jupiter.common.util.Shorts
-
- toList(T[]) - Static method in class jupiter.common.util.Strings
-
- toLocalizedPattern() - Method in class jupiter.common.time.SynchronizedDateFormat
-
Returns a localized pattern
String
describing
this
.
- toLowerCase(String) - Static method in class jupiter.common.util.Strings
-
- toNumber(Class<?>, String) - Static method in class jupiter.common.util.Numbers
-
- toOctalString(byte...) - Static method in class jupiter.common.util.Bytes
-
Returns an octal representative
String
of the specified
byte
array.
- toOctalString(byte[], char...) - Static method in class jupiter.common.util.Bytes
-
Returns an octal representative
String
of the specified
byte
array using the
specified digits.
- toPattern() - Method in class jupiter.common.time.SynchronizedDateFormat
-
Returns a pattern
String
describing
this
.
- toPrimitive(T) - Static method in class jupiter.common.util.Booleans
-
Returns a boolean
value converted from the specified T
object.
- toPrimitive(T) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
value converted from the specified T
object.
- toPrimitive(T) - Static method in class jupiter.common.util.Characters
-
Returns a char
value converted from the specified T
object.
- toPrimitive(T) - Static method in class jupiter.common.util.Doubles
-
Returns a double
value converted from the specified T
object.
- toPrimitive(T) - Static method in class jupiter.common.util.Floats
-
Returns a float
value converted from the specified T
object.
- toPrimitive(T) - Static method in class jupiter.common.util.Integers
-
Returns an int
value converted from the specified T
object.
- toPrimitive(T) - Static method in class jupiter.common.util.Longs
-
Returns a long
value converted from the specified T
object.
- toPrimitive(T) - Static method in class jupiter.common.util.Shorts
-
Returns a short
value converted from the specified T
object.
- toPrimitiveArray() - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Returns a primitive array containing all the elements of this
in the same order, or
null
if this
is empty.
- toPrimitiveArray() - Method in class jupiter.common.struct.list.ExtendedList
-
Returns a primitive array containing all the elements of this
in the same order, or
null
if this
is empty.
- toPrimitiveArray() - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Returns a primitive array containing all the elements of this
in the same order, or
null
if this
is empty.
- toPrimitiveArray() - Method in class jupiter.common.struct.table.BooleanTable
-
Returns a boolean
array containing all the elements of this
in the same
order, or null
if this
is empty.
- toPrimitiveArray() - Method in class jupiter.common.struct.table.ByteTable
-
Returns a byte
array containing all the elements of this
in the same order,
or null
if this
is empty.
- toPrimitiveArray() - Method in class jupiter.common.struct.table.CharacterTable
-
Returns a char
array containing all the elements of this
in the same order,
or null
if this
is empty.
- toPrimitiveArray() - Method in class jupiter.common.struct.table.DoubleTable
-
Returns a double
array containing all the elements of this
in the same order,
or null
if this
is empty.
- toPrimitiveArray() - Method in class jupiter.common.struct.table.FloatTable
-
Returns a float
array containing all the elements of this
in the same order,
or null
if this
is empty.
- toPrimitiveArray() - Method in class jupiter.common.struct.table.IntegerTable
-
Returns an int
array containing all the elements of this
in the same order,
or null
if this
is empty.
- toPrimitiveArray() - Method in class jupiter.common.struct.table.LongTable
-
Returns a long
array containing all the elements of this
in the same order,
or null
if this
is empty.
- toPrimitiveArray() - Method in class jupiter.common.struct.table.ShortTable
-
Returns a short
array containing all the elements of this
in the same order,
or null
if this
is empty.
- toPrimitiveArray(Object[]) - Static method in class jupiter.common.util.Arrays
-
Returns a primitive array converted from the specified array, or null
if the array is
null
.
- toPrimitiveArray(Class<?>, Object[]) - Static method in class jupiter.common.util.Arrays
-
Returns a primitive array of the specified element
Class
converted from the specified
array, or
null
if any of them is
null
or
c
is equal to
Classes.OBJECT_CLASS
.
- toPrimitiveArray(boolean...) - Static method in class jupiter.common.util.Booleans
-
Returns a boolean
array converted from the specified boolean
array.
- toPrimitiveArray(boolean[]...) - Static method in class jupiter.common.util.Booleans
-
Returns a boolean
array converted from the specified 2D boolean
array.
- toPrimitiveArray(boolean[][]...) - Static method in class jupiter.common.util.Booleans
-
Returns a boolean
array converted from the specified 3D boolean
array.
- toPrimitiveArray(T[]) - Static method in class jupiter.common.util.Booleans
-
Returns a boolean
array converted from the specified T
array.
- toPrimitiveArray(T[][]) - Static method in class jupiter.common.util.Booleans
-
Returns a boolean
array converted from the specified 2D T
array.
- toPrimitiveArray(T[][][]) - Static method in class jupiter.common.util.Booleans
-
Returns a boolean
array converted from the specified 3D T
array.
- toPrimitiveArray(byte...) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
array converted from the specified byte
array.
- toPrimitiveArray(byte[]...) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
array converted from the specified 2D byte
array.
- toPrimitiveArray(byte[][]...) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
array converted from the specified 3D byte
array.
- toPrimitiveArray(T[]) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
array converted from the specified T
array.
- toPrimitiveArray(T[][]) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
array converted from the specified 2D T
array.
- toPrimitiveArray(T[][][]) - Static method in class jupiter.common.util.Bytes
-
Returns a byte
array converted from the specified 3D T
array.
- toPrimitiveArray(char...) - Static method in class jupiter.common.util.Characters
-
Returns a char
array converted from the specified char
array.
- toPrimitiveArray(char[]...) - Static method in class jupiter.common.util.Characters
-
Returns a char
array converted from the specified 2D char
array.
- toPrimitiveArray(char[][]...) - Static method in class jupiter.common.util.Characters
-
Returns a char
array converted from the specified 3D char
array.
- toPrimitiveArray(T[]) - Static method in class jupiter.common.util.Characters
-
Returns a char
array converted from the specified T
array.
- toPrimitiveArray(T[][]) - Static method in class jupiter.common.util.Characters
-
Returns a char
array converted from the specified 2D T
array.
- toPrimitiveArray(T[][][]) - Static method in class jupiter.common.util.Characters
-
Returns a char
array converted from the specified 3D T
array.
- toPrimitiveArray(Collection<?>) - Static method in class jupiter.common.util.Collections
-
Returns a primitive array converted from the specified
Collection
, or
null
if
the specified
Collection
is
null
or empty.
- toPrimitiveArray(Class<?>, Collection<?>) - Static method in class jupiter.common.util.Collections
-
- toPrimitiveArray(double...) - Static method in class jupiter.common.util.Doubles
-
Returns a double
array converted from the specified double
array.
- toPrimitiveArray(double[]...) - Static method in class jupiter.common.util.Doubles
-
Returns a double
array converted from the specified 2D double
array.
- toPrimitiveArray(double[][]...) - Static method in class jupiter.common.util.Doubles
-
Returns a double
array converted from the specified 3D double
array.
- toPrimitiveArray(T[]) - Static method in class jupiter.common.util.Doubles
-
Returns a double
array converted from the specified T
array.
- toPrimitiveArray(T[][]) - Static method in class jupiter.common.util.Doubles
-
Returns a double
array converted from the specified 2D T
array.
- toPrimitiveArray(T[][][]) - Static method in class jupiter.common.util.Doubles
-
Returns a double
array converted from the specified 3D T
array.
- toPrimitiveArray(float...) - Static method in class jupiter.common.util.Floats
-
Returns a float
array converted from the specified float
array.
- toPrimitiveArray(float[]...) - Static method in class jupiter.common.util.Floats
-
Returns a float
array converted from the specified 2D float
array.
- toPrimitiveArray(float[][]...) - Static method in class jupiter.common.util.Floats
-
Returns a float
array converted from the specified 3D float
array.
- toPrimitiveArray(T[]) - Static method in class jupiter.common.util.Floats
-
Returns a float
array converted from the specified T
array.
- toPrimitiveArray(T[][]) - Static method in class jupiter.common.util.Floats
-
Returns a float
array converted from the specified 2D T
array.
- toPrimitiveArray(T[][][]) - Static method in class jupiter.common.util.Floats
-
Returns a float
array converted from the specified 3D T
array.
- toPrimitiveArray(int...) - Static method in class jupiter.common.util.Integers
-
Returns an int
array converted from the specified int
array.
- toPrimitiveArray(int[]...) - Static method in class jupiter.common.util.Integers
-
Returns an int
array converted from the specified 2D int
array.
- toPrimitiveArray(int[][]...) - Static method in class jupiter.common.util.Integers
-
Returns an int
array converted from the specified 3D int
array.
- toPrimitiveArray(T[]) - Static method in class jupiter.common.util.Integers
-
Returns an int
array converted from the specified T
array.
- toPrimitiveArray(T[][]) - Static method in class jupiter.common.util.Integers
-
Returns an int
array converted from the specified 2D T
array.
- toPrimitiveArray(T[][][]) - Static method in class jupiter.common.util.Integers
-
Returns an int
array converted from the specified 3D T
array.
- toPrimitiveArray(long...) - Static method in class jupiter.common.util.Longs
-
Returns a long
array converted from the specified long
array.
- toPrimitiveArray(long[]...) - Static method in class jupiter.common.util.Longs
-
Returns a long
array converted from the specified 2D long
array.
- toPrimitiveArray(long[][]...) - Static method in class jupiter.common.util.Longs
-
Returns a long
array converted from the specified 3D long
array.
- toPrimitiveArray(T[]) - Static method in class jupiter.common.util.Longs
-
Returns a long
array converted from the specified T
array.
- toPrimitiveArray(T[][]) - Static method in class jupiter.common.util.Longs
-
Returns a long
array converted from the specified 2D T
array.
- toPrimitiveArray(T[][][]) - Static method in class jupiter.common.util.Longs
-
Returns a long
array converted from the specified 3D T
array.
- toPrimitiveArray(short...) - Static method in class jupiter.common.util.Shorts
-
Returns a short
array converted from the specified short
array.
- toPrimitiveArray(short[]...) - Static method in class jupiter.common.util.Shorts
-
Returns a short
array converted from the specified 2D short
array.
- toPrimitiveArray(short[][]...) - Static method in class jupiter.common.util.Shorts
-
Returns a short
array converted from the specified 3D short
array.
- toPrimitiveArray(T[]) - Static method in class jupiter.common.util.Shorts
-
Returns a short
array converted from the specified T
array.
- toPrimitiveArray(T[][]) - Static method in class jupiter.common.util.Shorts
-
Returns a short
array converted from the specified 2D T
array.
- toPrimitiveArray(T[][][]) - Static method in class jupiter.common.util.Shorts
-
Returns a short
array converted from the specified 3D T
array.
- toPrimitiveArray2D() - Method in class jupiter.common.struct.table.BooleanTable
-
Returns a 2D boolean
array containing all the elements of this
in the same
order, or null
if this
is empty.
- toPrimitiveArray2D() - Method in class jupiter.common.struct.table.ByteTable
-
Returns a 2D byte
array containing all the elements of this
in the same
order, or null
if this
is empty.
- toPrimitiveArray2D() - Method in class jupiter.common.struct.table.CharacterTable
-
Returns a 2D char
array containing all the elements of this
in the same
order, or null
if this
is empty.
- toPrimitiveArray2D() - Method in class jupiter.common.struct.table.DoubleTable
-
Returns a 2D double
array containing all the elements of this
in the same
order, or null
if this
is empty.
- toPrimitiveArray2D() - Method in class jupiter.common.struct.table.FloatTable
-
Returns a 2D float
array containing all the elements of this
in the same
order, or null
if this
is empty.
- toPrimitiveArray2D() - Method in class jupiter.common.struct.table.IntegerTable
-
Returns a 2D int
array containing all the elements of this
in the same order,
or null
if this
is empty.
- toPrimitiveArray2D() - Method in class jupiter.common.struct.table.LongTable
-
Returns a 2D long
array containing all the elements of this
in the same
order, or null
if this
is empty.
- toPrimitiveArray2D() - Method in class jupiter.common.struct.table.ShortTable
-
Returns a 2D short
array containing all the elements of this
in the same
order, or null
if this
is empty.
- toPrimitiveArray2D(boolean[], int) - Static method in class jupiter.common.util.Booleans
-
- toPrimitiveArray2D(boolean[][]) - Static method in class jupiter.common.util.Booleans
-
- toPrimitiveArray2D(boolean[][][]) - Static method in class jupiter.common.util.Booleans
-
- toPrimitiveArray2D(T[][]) - Static method in class jupiter.common.util.Booleans
-
Returns a 2D boolean
array converted from the specified 2D T
array.
- toPrimitiveArray2D(byte[], int) - Static method in class jupiter.common.util.Bytes
-
- toPrimitiveArray2D(byte[][]) - Static method in class jupiter.common.util.Bytes
-
- toPrimitiveArray2D(byte[][][]) - Static method in class jupiter.common.util.Bytes
-
- toPrimitiveArray2D(T[][]) - Static method in class jupiter.common.util.Bytes
-
Returns a 2D byte
array converted from the specified 2D T
array.
- toPrimitiveArray2D(char[], int) - Static method in class jupiter.common.util.Characters
-
- toPrimitiveArray2D(char[][]) - Static method in class jupiter.common.util.Characters
-
- toPrimitiveArray2D(char[][][]) - Static method in class jupiter.common.util.Characters
-
- toPrimitiveArray2D(T[][]) - Static method in class jupiter.common.util.Characters
-
Returns a 2D char
array converted from the specified 2D T
array.
- toPrimitiveArray2D(double[], int) - Static method in class jupiter.common.util.Doubles
-
- toPrimitiveArray2D(double[][]) - Static method in class jupiter.common.util.Doubles
-
- toPrimitiveArray2D(double[][][]) - Static method in class jupiter.common.util.Doubles
-
- toPrimitiveArray2D(T[][]) - Static method in class jupiter.common.util.Doubles
-
Returns a 2D double
array converted from the specified 2D T
array.
- toPrimitiveArray2D(float[], int) - Static method in class jupiter.common.util.Floats
-
- toPrimitiveArray2D(float[][]) - Static method in class jupiter.common.util.Floats
-
- toPrimitiveArray2D(float[][][]) - Static method in class jupiter.common.util.Floats
-
- toPrimitiveArray2D(T[][]) - Static method in class jupiter.common.util.Floats
-
Returns a 2D float
array converted from the specified 2D T
array.
- toPrimitiveArray2D(int[], int) - Static method in class jupiter.common.util.Integers
-
- toPrimitiveArray2D(int[][]) - Static method in class jupiter.common.util.Integers
-
- toPrimitiveArray2D(int[][][]) - Static method in class jupiter.common.util.Integers
-
- toPrimitiveArray2D(T[][]) - Static method in class jupiter.common.util.Integers
-
Returns a 2D int
array converted from the specified 2D T
array.
- toPrimitiveArray2D(long[], int) - Static method in class jupiter.common.util.Longs
-
- toPrimitiveArray2D(long[][]) - Static method in class jupiter.common.util.Longs
-
- toPrimitiveArray2D(long[][][]) - Static method in class jupiter.common.util.Longs
-
- toPrimitiveArray2D(T[][]) - Static method in class jupiter.common.util.Longs
-
Returns a 2D long
array converted from the specified 2D T
array.
- toPrimitiveArray2D(short[], int) - Static method in class jupiter.common.util.Shorts
-
- toPrimitiveArray2D(short[][]) - Static method in class jupiter.common.util.Shorts
-
- toPrimitiveArray2D(short[][][]) - Static method in class jupiter.common.util.Shorts
-
- toPrimitiveArray2D(T[][]) - Static method in class jupiter.common.util.Shorts
-
Returns a 2D short
array converted from the specified 2D T
array.
- toPrimitiveArray3D(boolean[], int, int) - Static method in class jupiter.common.util.Booleans
-
- toPrimitiveArray3D(boolean[][], int) - Static method in class jupiter.common.util.Booleans
-
- toPrimitiveArray3D(boolean[][][]) - Static method in class jupiter.common.util.Booleans
-
- toPrimitiveArray3D(T[][][]) - Static method in class jupiter.common.util.Booleans
-
Returns a 3D boolean
array converted from the specified 3D T
array.
- toPrimitiveArray3D(byte[], int, int) - Static method in class jupiter.common.util.Bytes
-
- toPrimitiveArray3D(byte[][], int) - Static method in class jupiter.common.util.Bytes
-
- toPrimitiveArray3D(byte[][][]) - Static method in class jupiter.common.util.Bytes
-
- toPrimitiveArray3D(T[][][]) - Static method in class jupiter.common.util.Bytes
-
Returns a 3D byte
array converted from the specified 3D T
array.
- toPrimitiveArray3D(char[], int, int) - Static method in class jupiter.common.util.Characters
-
- toPrimitiveArray3D(char[][], int) - Static method in class jupiter.common.util.Characters
-
- toPrimitiveArray3D(char[][][]) - Static method in class jupiter.common.util.Characters
-
- toPrimitiveArray3D(T[][][]) - Static method in class jupiter.common.util.Characters
-
Returns a 3D char
array converted from the specified 3D T
array.
- toPrimitiveArray3D(double[], int, int) - Static method in class jupiter.common.util.Doubles
-
- toPrimitiveArray3D(double[][], int) - Static method in class jupiter.common.util.Doubles
-
- toPrimitiveArray3D(double[][][]) - Static method in class jupiter.common.util.Doubles
-
- toPrimitiveArray3D(T[][][]) - Static method in class jupiter.common.util.Doubles
-
Returns a 3D double
array converted from the specified 3D T
array.
- toPrimitiveArray3D(float[], int, int) - Static method in class jupiter.common.util.Floats
-
- toPrimitiveArray3D(float[][], int) - Static method in class jupiter.common.util.Floats
-
- toPrimitiveArray3D(float[][][]) - Static method in class jupiter.common.util.Floats
-
- toPrimitiveArray3D(T[][][]) - Static method in class jupiter.common.util.Floats
-
Returns a 3D float
array converted from the specified 3D T
array.
- toPrimitiveArray3D(int[], int, int) - Static method in class jupiter.common.util.Integers
-
- toPrimitiveArray3D(int[][], int) - Static method in class jupiter.common.util.Integers
-
- toPrimitiveArray3D(int[][][]) - Static method in class jupiter.common.util.Integers
-
- toPrimitiveArray3D(T[][][]) - Static method in class jupiter.common.util.Integers
-
Returns a 3D int
array converted from the specified 3D T
array.
- toPrimitiveArray3D(long[], int, int) - Static method in class jupiter.common.util.Longs
-
- toPrimitiveArray3D(long[][], int) - Static method in class jupiter.common.util.Longs
-
- toPrimitiveArray3D(long[][][]) - Static method in class jupiter.common.util.Longs
-
- toPrimitiveArray3D(T[][][]) - Static method in class jupiter.common.util.Longs
-
Returns a 3D long
array converted from the specified 3D T
array.
- toPrimitiveArray3D(short[], int, int) - Static method in class jupiter.common.util.Shorts
-
- toPrimitiveArray3D(short[][], int) - Static method in class jupiter.common.util.Shorts
-
- toPrimitiveArray3D(short[][][]) - Static method in class jupiter.common.util.Shorts
-
- toPrimitiveArray3D(T[][][]) - Static method in class jupiter.common.util.Shorts
-
Returns a 3D short
array converted from the specified 3D T
array.
- toSet(T[]) - Static method in class jupiter.common.util.Arrays
-
- toSet(boolean[]) - Static method in class jupiter.common.util.Booleans
-
- toSet(T[]) - Static method in class jupiter.common.util.Booleans
-
- toSet(byte[]) - Static method in class jupiter.common.util.Bytes
-
- toSet(T[]) - Static method in class jupiter.common.util.Bytes
-
- toSet(char[]) - Static method in class jupiter.common.util.Characters
-
- toSet(T[]) - Static method in class jupiter.common.util.Characters
-
- toSet(double[]) - Static method in class jupiter.common.util.Doubles
-
- toSet(T[]) - Static method in class jupiter.common.util.Doubles
-
- toSet(float[]) - Static method in class jupiter.common.util.Floats
-
- toSet(T[]) - Static method in class jupiter.common.util.Floats
-
- toSet(int[]) - Static method in class jupiter.common.util.Integers
-
- toSet(T[]) - Static method in class jupiter.common.util.Integers
-
- toSet(long[]) - Static method in class jupiter.common.util.Longs
-
- toSet(T[]) - Static method in class jupiter.common.util.Longs
-
- toSet(short[]) - Static method in class jupiter.common.util.Shorts
-
- toSet(T[]) - Static method in class jupiter.common.util.Shorts
-
- toSet(T[]) - Static method in class jupiter.common.util.Strings
-
- toString() - Method in enum jupiter.common.io.console.ConsoleHandler.Color
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.io.Content
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.io.file.FileHandler
-
Returns a representative
String
of
this
.
- toString() - Method in enum jupiter.common.io.InputOutput.SeverityLevel
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.io.Message
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.io.string.JSONValue
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.math.Bound
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.math.ComparableNumber
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.math.Interval
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.math.LowerBound
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.math.UpperBound
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.math.WholeNumber
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.list.ExtendedLinkedList
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.list.ExtendedList
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.list.row.Row
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Returns a representative
String
of
this
.
- toString(int, int, boolean) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
-
Returns a representative
String
of the specified
N
node.
- toString() - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Returns a representative
String
of
this
.
- toString(int, int, boolean) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
-
Returns a representative
String
of the specified
N
node.
- toString() - Method in class jupiter.common.struct.map.tree.ComparableTreeNode
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.map.tree.TreeNode
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.set.ExtendedHashSet
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.table.Table
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.tuple.Pair
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.tuple.Quadruple
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.tuple.Quintuple
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.struct.tuple.Triple
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.thread.DivideAndConquer
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.thread.Result
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.thread.Task
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.thread.Worker
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.thread.WorkQueue
-
Returns a representative
String
of
this
.
- toString() - Method in class jupiter.common.time.Chronometer
-
Returns a representative
String
of
this
.
- toString(Date) - Static method in class jupiter.common.time.Dates
-
Returns a representative
String
of the specified
Date
, or
"null"
if
it is
null
.
- toString(Object...) - Static method in class jupiter.common.util.Arrays
-
Returns a representative
String
of the specified array, or
"null"
if it is
null
.
- toString(boolean...) - Static method in class jupiter.common.util.Booleans
-
Returns a representative
String
of the specified
boolean
array.
- toString(byte...) - Static method in class jupiter.common.util.Bytes
-
Returns a representative
String
of the specified
byte
array.
- toString(char...) - Static method in class jupiter.common.util.Characters
-
Returns a representative
String
of the specified
char
array.
- toString(Collection<?>) - Static method in class jupiter.common.util.Collections
-
Returns a representative
String
of the specified
Collection
, or
"null"
if it is
null
.
- toString(double...) - Static method in class jupiter.common.util.Doubles
-
Returns a representative
String
of the specified
double
array.
- toString(float...) - Static method in class jupiter.common.util.Floats
-
Returns a representative
String
of the specified
float
array.
- toString(int...) - Static method in class jupiter.common.util.Integers
-
Returns a representative
String
of the specified
int
array.
- toString(long...) - Static method in class jupiter.common.util.Longs
-
Returns a representative
String
of the specified
long
array.
- toString(Map<?, ?>) - Static method in class jupiter.common.util.Maps
-
Returns a representative
String
of the specified
Map
, or
"null"
if it
is
null
.
- toString(Map.Entry<?, ?>) - Static method in class jupiter.common.util.Maps
-
Returns a representative
String
of the specified
Map.Entry
, or
"null"
if
it is
null
.
- toString(Object, Object) - Static method in class jupiter.common.util.Maps
-
Returns a representative
String
of the specified key-value mapping.
- toString(Number) - Static method in class jupiter.common.util.Numbers
-
Returns a representative
String
of the specified
Number
, or
"null"
if
it is
null
.
- toString(Object) - Static method in class jupiter.common.util.Objects
-
Returns a representative
String
of the specified
Object
, or
"null"
if
it is
null
.
- toString(Object, int) - Static method in class jupiter.common.util.Objects
-
Returns a representative
String
of the specified
Object
, or
"null"
if
it is
null
, truncated to the specified length.
- toString(Object, String) - Static method in class jupiter.common.util.Objects
-
Returns a representative
String
of the specified
Object
, or
defaultString
if it is
null
.
- toString(Object, String, int) - Static method in class jupiter.common.util.Objects
-
Returns a representative
String
of the specified
Object
, or
defaultString
if it is
null
, truncated to the specified length.
- toString(Exception) - Static method in class jupiter.common.util.Objects
-
Returns a representative
String
of the specified
Exception
, or
"null"
if it is
null
.
- toString(Exception, int) - Static method in class jupiter.common.util.Objects
-
- toString(short...) - Static method in class jupiter.common.util.Shorts
-
Returns a representative
String
of the specified
short
array.
- toStringWith(Object[], char) - Static method in class jupiter.common.util.Arrays
-
Returns a representative
String
of the specified array joined with the specified
char
delimiter, or
"null"
if it is
null
.
- toStringWith(Object[], String) - Static method in class jupiter.common.util.Arrays
-
Returns a representative
String
of the specified array joined with the specified
delimiting
String
, or
"null"
if it is
null
.
- toStringWith(Object[], ObjectToStringMapper) - Static method in class jupiter.common.util.Arrays
-
Returns a representative
String
of the specified array wrapped by
wrapper
, or
"null"
if it is
null
.
- toStringWith(Object[], String, ObjectToStringMapper) - Static method in class jupiter.common.util.Arrays
-
Returns a representative
String
of the specified array joined with the specified
delimiting
String
and wrapped by
wrapper
, or
"null"
if it is
null
.
- toStringWith(boolean[], char) - Static method in class jupiter.common.util.Booleans
-
Returns a representative
String
of the specified
boolean
array joined with
the specified
char
delimiter.
- toStringWith(boolean[], String) - Static method in class jupiter.common.util.Booleans
-
Returns a representative
String
of the specified
boolean
array joined with
the specified delimiting
String
.
- toStringWith(boolean[], ObjectToStringMapper) - Static method in class jupiter.common.util.Booleans
-
Returns a representative
String
of the specified
boolean
array wrapped by
wrapper
.
- toStringWith(boolean[], String, ObjectToStringMapper) - Static method in class jupiter.common.util.Booleans
-
Returns a representative
String
of the specified
boolean
array joined with
the specified delimiting
String
and wrapped by
wrapper
.
- toStringWith(byte[], char) - Static method in class jupiter.common.util.Bytes
-
Returns a representative
String
of the specified
byte
array joined with the
specified
char
delimiter.
- toStringWith(byte[], String) - Static method in class jupiter.common.util.Bytes
-
Returns a representative
String
of the specified
byte
array joined with the
specified delimiting
String
.
- toStringWith(byte[], ObjectToStringMapper) - Static method in class jupiter.common.util.Bytes
-
Returns a representative
String
of the specified
byte
array wrapped by
wrapper
.
- toStringWith(byte[], String, ObjectToStringMapper) - Static method in class jupiter.common.util.Bytes
-
Returns a representative
String
of the specified
byte
array joined with the
specified delimiting
String
and wrapped by
wrapper
.
- toStringWith(char[], char) - Static method in class jupiter.common.util.Characters
-
Returns a representative
String
of the specified
char
array joined with the
specified
char
delimiter.
- toStringWith(char[], String) - Static method in class jupiter.common.util.Characters
-
Returns a representative
String
of the specified
char
array joined with the
specified delimiting
String
.
- toStringWith(char[], ObjectToStringMapper) - Static method in class jupiter.common.util.Characters
-
Returns a representative
String
of the specified
char
array wrapped by
wrapper
.
- toStringWith(char[], String, ObjectToStringMapper) - Static method in class jupiter.common.util.Characters
-
Returns a representative
String
of the specified
char
array joined with the
specified delimiting
String
and wrapped by
wrapper
.
- toStringWith(Collection<?>, char) - Static method in class jupiter.common.util.Collections
-
Returns a representative
String
of the specified
Collection
joined with the
specified
char
delimiter, or
"null"
if it is
null
.
- toStringWith(Collection<?>, String) - Static method in class jupiter.common.util.Collections
-
Returns a representative
String
of the specified
Collection
joined with the
specified delimiting
String
, or
"null"
if it is
null
.
- toStringWith(Collection<?>, ObjectToStringMapper) - Static method in class jupiter.common.util.Collections
-
Returns a representative
String
of the specified
Collection
wrapped by
wrapper
, or
"null"
if it is
null
.
- toStringWith(Collection<?>, String, ObjectToStringMapper) - Static method in class jupiter.common.util.Collections
-
Returns a representative
String
of the specified
Collection
joined with the
specified delimiting
String
and wrapped by
wrapper
, or
"null"
if it
is
null
.
- toStringWith(double[], char) - Static method in class jupiter.common.util.Doubles
-
Returns a representative
String
of the specified
double
array joined with the
specified
char
delimiter.
- toStringWith(double[], String) - Static method in class jupiter.common.util.Doubles
-
Returns a representative
String
of the specified
double
array joined with the
specified delimiting
String
.
- toStringWith(double[], ObjectToStringMapper) - Static method in class jupiter.common.util.Doubles
-
Returns a representative
String
of the specified
double
array wrapped by
wrapper
.
- toStringWith(double[], String, ObjectToStringMapper) - Static method in class jupiter.common.util.Doubles
-
Returns a representative
String
of the specified
double
array joined with the
specified delimiting
String
and wrapped by
wrapper
.
- toStringWith(float[], char) - Static method in class jupiter.common.util.Floats
-
Returns a representative
String
of the specified
float
array joined with the
specified
char
delimiter.
- toStringWith(float[], String) - Static method in class jupiter.common.util.Floats
-
Returns a representative
String
of the specified
float
array joined with the
specified delimiting
String
.
- toStringWith(float[], ObjectToStringMapper) - Static method in class jupiter.common.util.Floats
-
Returns a representative
String
of the specified
float
array wrapped by
wrapper
.
- toStringWith(float[], String, ObjectToStringMapper) - Static method in class jupiter.common.util.Floats
-
Returns a representative
String
of the specified
float
array joined with the
specified delimiting
String
and wrapped by
wrapper
.
- toStringWith(int[], char) - Static method in class jupiter.common.util.Integers
-
Returns a representative
String
of the specified
int
array joined with the
specified
char
delimiter.
- toStringWith(int[], String) - Static method in class jupiter.common.util.Integers
-
Returns a representative
String
of the specified
int
array joined with the
specified delimiting
String
.
- toStringWith(int[], ObjectToStringMapper) - Static method in class jupiter.common.util.Integers
-
Returns a representative
String
of the specified
int
array wrapped by
wrapper
.
- toStringWith(int[], String, ObjectToStringMapper) - Static method in class jupiter.common.util.Integers
-
Returns a representative
String
of the specified
int
array joined with the
specified delimiting
String
and wrapped by
wrapper
.
- toStringWith(long[], char) - Static method in class jupiter.common.util.Longs
-
Returns a representative
String
of the specified
long
array joined with the
specified
char
delimiter.
- toStringWith(long[], String) - Static method in class jupiter.common.util.Longs
-
Returns a representative
String
of the specified
long
array joined with the
specified delimiting
String
.
- toStringWith(long[], ObjectToStringMapper) - Static method in class jupiter.common.util.Longs
-
Returns a representative
String
of the specified
long
array wrapped by
wrapper
.
- toStringWith(long[], String, ObjectToStringMapper) - Static method in class jupiter.common.util.Longs
-
Returns a representative
String
of the specified
long
array joined with the
specified delimiting
String
and wrapped by
wrapper
.
- toStringWith(short[], char) - Static method in class jupiter.common.util.Shorts
-
Returns a representative
String
of the specified
short
array joined with the
specified
char
delimiter.
- toStringWith(short[], String) - Static method in class jupiter.common.util.Shorts
-
Returns a representative
String
of the specified
short
array joined with the
specified delimiting
String
.
- toStringWith(short[], ObjectToStringMapper) - Static method in class jupiter.common.util.Shorts
-
Returns a representative
String
of the specified
short
array wrapped by
wrapper
.
- toStringWith(short[], String, ObjectToStringMapper) - Static method in class jupiter.common.util.Shorts
-
Returns a representative
String
of the specified
short
array joined with the
specified delimiting
String
and wrapped by
wrapper
.
- toStringWithNull(Object) - Static method in class jupiter.common.util.Objects
-
Returns a representative
String
of the specified
Object
, or
null
if
it is
null
or
"null"
.
- toStringWithNull(Object, int) - Static method in class jupiter.common.util.Objects
-
Returns a representative
String
of the specified
Object
, or
null
if
it is
null
or
"null"
, truncated to the specified length.
- toStringWithNull(Object, String) - Static method in class jupiter.common.util.Objects
-
Returns a representative
String
of the specified
Object
, or
defaultString
if it is
null
or
"null"
.
- toStringWithNull(Object, String, int) - Static method in class jupiter.common.util.Objects
-
Returns a representative
String
of the specified
Object
, or
defaultString
if it is
null
or
"null"
, truncated to the specified
length.
- touch() - Method in class jupiter.common.io.file.FileHandler
-
- touch(File) - Static method in class jupiter.common.io.file.Files
-
Touches the specified
File
.
- toUnicode(char) - Static method in class jupiter.common.util.Characters
-
Returns a Unicode
String
converted from the specified
char
token.
- toUnicode(String) - Static method in class jupiter.common.util.Strings
-
Returns a Unicode
String
converted from the specified
String
.
- toUnsignedInt(byte, int, char[], int, int) - Static method in class jupiter.common.util.Bytes
-
Converts the specified source byte
value to a representative unsigned int
value written to the specified target char
buffer.
- toUnsignedInt(byte, int, char[], int, int, boolean) - Static method in class jupiter.common.util.Bytes
-
Converts the specified source byte
value to a representative unsigned int
value written to the specified target char
buffer.
- toUnsignedInt(byte, int, char[], int, int, char...) - Static method in class jupiter.common.util.Bytes
-
Converts the specified source byte
value to a representative unsigned int
value written to the specified target char
buffer.
- toUnsignedInt(int, int, char[], int, int) - Static method in class jupiter.common.util.Integers
-
Converts the specified source int
value to a representative unsigned int
value written to the specified target char
buffer.
- toUnsignedInt(int, int, char[], int, int, boolean) - Static method in class jupiter.common.util.Integers
-
Converts the specified source int
value to a representative unsigned int
value written to the specified target char
buffer.
- toUnsignedInt(int, int, char[], int, int, char...) - Static method in class jupiter.common.util.Integers
-
Converts the specified source int
value to a representative unsigned int
value written to the specified target char
buffer.
- toUpperCase(String) - Static method in class jupiter.common.util.Strings
-
- trace(Object...) - Method in class jupiter.common.io.InputOutput
-
- trace(Object) - Method in class jupiter.common.io.IOAppender
-
- TRADITIONAL_CHINESE - Static variable in class jupiter.common.Charsets
-
The Windows code page 950 (Traditional Chinese)
Charset
.
- transpose() - Method in class jupiter.common.struct.table.Table
-
Transposes this
.
- transpose(Class<T>, T[][]) - Static method in class jupiter.common.util.Arrays
-
- transpose(int, boolean...) - Static method in class jupiter.common.util.Booleans
-
Returns the transpose of the specified boolean
array.
- transpose(boolean[]...) - Static method in class jupiter.common.util.Booleans
-
Returns the transpose of the specified 2D boolean
array.
- transpose(int, byte...) - Static method in class jupiter.common.util.Bytes
-
Returns the transpose of the specified byte
array.
- transpose(byte[]...) - Static method in class jupiter.common.util.Bytes
-
Returns the transpose of the specified 2D byte
array.
- transpose(int, char...) - Static method in class jupiter.common.util.Characters
-
Returns the transpose of the specified char
array.
- transpose(char[]...) - Static method in class jupiter.common.util.Characters
-
Returns the transpose of the specified 2D char
array.
- transpose(int, double...) - Static method in class jupiter.common.util.Doubles
-
Returns the transpose of the specified double
array.
- transpose(double[]...) - Static method in class jupiter.common.util.Doubles
-
Returns the transpose of the specified 2D double
array.
- transpose(int, float...) - Static method in class jupiter.common.util.Floats
-
Returns the transpose of the specified float
array.
- transpose(float[]...) - Static method in class jupiter.common.util.Floats
-
Returns the transpose of the specified 2D float
array.
- transpose(int, int...) - Static method in class jupiter.common.util.Integers
-
Returns the transpose of the specified int
array.
- transpose(int[]...) - Static method in class jupiter.common.util.Integers
-
Returns the transpose of the specified 2D int
array.
- transpose(int, long...) - Static method in class jupiter.common.util.Longs
-
Returns the transpose of the specified long
array.
- transpose(long[]...) - Static method in class jupiter.common.util.Longs
-
Returns the transpose of the specified 2D long
array.
- transpose(int, short...) - Static method in class jupiter.common.util.Shorts
-
Returns the transpose of the specified short
array.
- transpose(short[]...) - Static method in class jupiter.common.util.Shorts
-
Returns the transpose of the specified 2D short
array.
- tree - Variable in class jupiter.common.struct.map.tree.AvlTreeNode
-
- tree - Variable in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
-
- TreeMap<K,V,N extends TreeNode<K,V>> - Class in jupiter.common.struct.map.tree
-
- TreeMap(Class<K>) - Constructor for class jupiter.common.struct.map.tree.TreeMap
-
Constructs an empty
TreeMap
of
K
,
V
and
N
types by default.
- TreeMap(Class<K>, K[], V[]) - Constructor for class jupiter.common.struct.map.tree.TreeMap
-
Constructs a
TreeMap
of
K
,
V
and
N
types loaded from the
specified key and value arrays containing the key-value mappings.
- TreeMap(Class<K>, K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.TreeMap
-
Constructs a
TreeMap
of
K
,
V
and
N
types loaded from the
specified key array and value
Collection
containing the key-value mappings.
- TreeMap(Class<K>, Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.TreeMap
-
Constructs a
TreeMap
of
K
,
V
and
N
types loaded from the
specified key and value
Collection
containing the key-value mappings.
- TreeMap(Class<K>, Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.TreeMap
-
Constructs a
TreeMap
of
K
,
V
and
N
types loaded from the
specified
Map
containing the key-value mappings.
- TreeMap(Comparator<? super K>) - Constructor for class jupiter.common.struct.map.tree.TreeMap
-
- TreeMap(Comparator<? super K>, K[], V[]) - Constructor for class jupiter.common.struct.map.tree.TreeMap
-
Constructs a
TreeMap
of
K
,
V
and
N
types with the specified
key
Comparator
loaded from the specified key and value arrays containing the
key-value mappings.
- TreeMap(Comparator<? super K>, K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.TreeMap
-
Constructs a
TreeMap
of
K
,
V
and
N
types with the specified
key
Comparator
loaded from the specified key array and value
Collection
containing the key-value mappings.
- TreeMap(Comparator<? super K>, Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.TreeMap
-
Constructs a
TreeMap
of
K
,
V
and
N
types with the specified
key
Comparator
loaded from the specified key and value
Collection
containing
the key-value mappings.
- TreeMap(Comparator<? super K>, Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.TreeMap
-
Constructs a
TreeMap
of
K
,
V
and
N
types with the specified
key
Comparator
loaded from the specified
Map
containing the key-value
mappings.
- TreeNode<K,V> - Class in jupiter.common.struct.map.tree
-
- TreeNode(K, V, Comparator<? super K>) - Constructor for class jupiter.common.struct.map.tree.TreeNode
-
- trim(String) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by stripping the specified
String
.
- trim(String, boolean) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by stripping the specified
String
(and
replacing recursively the adjacent spaces if
replaceSpace
to a single space).
- trim(String, boolean, boolean) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by stripping the specified
String
(and
replacing recursively the adjacent spaces if
replaceSpace
and/or special characters
if
replaceSpecial
to a single space).
- Triple<T1,T2,T3> - Class in jupiter.common.struct.tuple
-
- Triple() - Constructor for class jupiter.common.struct.tuple.Triple
-
- Triple(T1, T2, T3) - Constructor for class jupiter.common.struct.tuple.Triple
-
Constructs a
Triple
with the specified
T1
,
T2
and
T3
components.
- TRUE - Static variable in class jupiter.common.util.Strings
-
- truncate(int) - Method in class jupiter.common.io.file.FileHandler
-
Truncates the
File
from the specified line.
- truncate(int, int) - Method in class jupiter.common.io.file.FileHandler
-
Truncates the
File
between the specified lines.
- truncate(File, int) - Static method in class jupiter.common.io.file.Files
-
Truncates the specified
File
from the specified line.
- truncate(File, int, int) - Static method in class jupiter.common.io.file.Files
-
Truncates the specified
File
between the specified lines.
- truncate(String, int) - Static method in class jupiter.common.util.Strings
-
Returns the
String
constructed by truncating the specified
String
to the
specified length.
- type - Variable in class jupiter.common.io.Message
-