Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

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
Prevents the construction of 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
Prevents the construction of 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
Returns an ExtendedLinkedList of Boolean converted from the specified boolean array.
asLinkedList(T...) - Static method in class jupiter.common.util.Booleans
Returns an ExtendedLinkedList of Boolean converted from the specified T array.
asLinkedList(byte...) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedLinkedList of Byte converted from the specified byte array.
asLinkedList(T...) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedLinkedList of Byte converted from the specified T array.
asLinkedList(char...) - Static method in class jupiter.common.util.Characters
Returns an ExtendedLinkedList of Character converted from the specified char array.
asLinkedList(T...) - Static method in class jupiter.common.util.Characters
Returns an ExtendedLinkedList of Character converted from the specified T array.
asLinkedList(double...) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedLinkedList of Double converted from the specified double array.
asLinkedList(T...) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedLinkedList of Double converted from the specified T array.
asLinkedList(float...) - Static method in class jupiter.common.util.Floats
Returns an ExtendedLinkedList of Float converted from the specified float array.
asLinkedList(T...) - Static method in class jupiter.common.util.Floats
Returns an ExtendedLinkedList of Float converted from the specified T array.
asLinkedList(int...) - Static method in class jupiter.common.util.Integers
Returns an ExtendedLinkedList of Integer converted from the specified int array.
asLinkedList(T...) - Static method in class jupiter.common.util.Integers
Returns an ExtendedLinkedList of Integer converted from the specified T array.
asLinkedList(long...) - Static method in class jupiter.common.util.Longs
Returns an ExtendedLinkedList of Long converted from the specified long array.
asLinkedList(T...) - Static method in class jupiter.common.util.Longs
Returns an ExtendedLinkedList of Long converted from the specified T array.
asLinkedList(short...) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedLinkedList of Short converted from the specified short array.
asLinkedList(T...) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedLinkedList of Short converted from the specified T array.
asLinkedList(T...) - Static method in class jupiter.common.util.Strings
Returns an ExtendedLinkedList of String converted from the specified T array.
asList(T...) - Static method in class jupiter.common.util.Arrays
 
asList(boolean...) - Static method in class jupiter.common.util.Booleans
Returns an ExtendedList of Boolean converted from the specified boolean array.
asList(T...) - Static method in class jupiter.common.util.Booleans
Returns an ExtendedList of Boolean converted from the specified T array.
asList(byte...) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedList of Byte converted from the specified byte array.
asList(T...) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedList of Byte converted from the specified T array.
asList(char...) - Static method in class jupiter.common.util.Characters
Returns an ExtendedList of Character converted from the specified char array.
asList(T...) - Static method in class jupiter.common.util.Characters
Returns an ExtendedList of Character converted from the specified T array.
asList(double...) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedList of Double converted from the specified double array.
asList(T...) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedList of Double converted from the specified T array.
asList(float...) - Static method in class jupiter.common.util.Floats
Returns an ExtendedList of Float converted from the specified float array.
asList(T...) - Static method in class jupiter.common.util.Floats
Returns an ExtendedList of Float converted from the specified T array.
asList(int...) - Static method in class jupiter.common.util.Integers
Returns an ExtendedList of Integer converted from the specified int array.
asList(T...) - Static method in class jupiter.common.util.Integers
Returns an ExtendedList of Integer converted from the specified T array.
asList(long...) - Static method in class jupiter.common.util.Longs
Returns an ExtendedList of Long converted from the specified long array.
asList(T...) - Static method in class jupiter.common.util.Longs
Returns an ExtendedList of Long converted from the specified T array.
asList(short...) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedList of Short converted from the specified short array.
asList(T...) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedList of Short converted from the specified T array.
asList(T...) - Static method in class jupiter.common.util.Strings
Returns an ExtendedList of String converted from the specified T array.
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
Returns an ExtendedHashSet of Boolean converted from the specified boolean array.
asSet(T...) - Static method in class jupiter.common.util.Booleans
Returns an ExtendedHashSet of Boolean converted from the specified T array.
asSet(byte...) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedHashSet of Byte converted from the specified byte array.
asSet(T...) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedHashSet of Byte converted from the specified T array.
asSet(char...) - Static method in class jupiter.common.util.Characters
Returns an ExtendedHashSet of Character converted from the specified char array.
asSet(T...) - Static method in class jupiter.common.util.Characters
Returns an ExtendedHashSet of Character converted from the specified T array.
asSet(double...) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedHashSet of Double converted from the specified double array.
asSet(T...) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedHashSet of Double converted from the specified T array.
asSet(float...) - Static method in class jupiter.common.util.Floats
Returns an ExtendedHashSet of Float converted from the specified float array.
asSet(T...) - Static method in class jupiter.common.util.Floats
Returns an ExtendedHashSet of Float converted from the specified T array.
asSet(int...) - Static method in class jupiter.common.util.Integers
Returns an ExtendedHashSet of Integer converted from the specified int array.
asSet(T...) - Static method in class jupiter.common.util.Integers
Returns an ExtendedHashSet of Integer converted from the specified T array.
asSet(long...) - Static method in class jupiter.common.util.Longs
Returns an ExtendedHashSet of Long converted from the specified long array.
asSet(T...) - Static method in class jupiter.common.util.Longs
Returns an ExtendedHashSet of Long converted from the specified T array.
asSet(short...) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedHashSet of Short converted from the specified short array.
asSet(T...) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedHashSet of Short converted from the specified T array.
asSet(T...) - Static method in class jupiter.common.util.Strings
Returns an ExtendedHashSet of String converted from the specified T array.
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 is the AVL BinaryTreeMap of K and V types.
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
Constructs an empty AvlTreeMap of K, V and N types with the specified key Comparator.
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
Constructs an AvlTreeNode with the specified key and value belonging to the specified AvlTreeMap.

B

balance(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeMap
Balances the specified AvlTreeNode.
balance - Variable in class jupiter.common.struct.map.tree.AvlTreeNode
The balance.
balance(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
Balances the specified ComparableAvlTreeNode.
balance - Variable in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
The balance.
balanceAfterDeletion(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeMap
Balances after deleting the specified AvlTreeNode.
balanceAfterDeletion(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
Balances after deleting the specified N node.
balanceAfterDeletion(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
Balances after deleting the specified ComparableAvlTreeNode.
balanceAfterDeletion(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
Balances after deleting the specified N node.
balanceAfterDeletion(ComparableRedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
Balances after deleting the specified ComparableRedBlackTreeNode.
balanceAfterDeletion(RedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.RedBlackTreeMap
Balances after deleting the specified RedBlackTreeNode.
balanceAfterInsertion(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeMap
Balances after inserting the specified AvlTreeNode.
balanceAfterInsertion(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
Balances after inserting the specified N node.
balanceAfterInsertion(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
Balances after inserting the specified ComparableAvlTreeNode.
balanceAfterInsertion(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
Balances after inserting the specified N node.
balanceAfterInsertion(ComparableRedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
Balances after inserting the specified ComparableRedBlackTreeNode.
balanceAfterInsertion(RedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.RedBlackTreeMap
Balances after inserting the specified RedBlackTreeNode.
bar() - Method in class jupiter.common.io.InputOutput
Prints a bar line with the IOPrinter.
bar(char) - Method in class jupiter.common.io.InputOutput
Prints a bar line with the specified progress char symbol with the IOPrinter.
BAR - Static variable in class jupiter.common.util.Characters
 
begin - Variable in class jupiter.common.time.Chronometer
 
betweenExpectedButFound(Object, Object, Object) - Static method in class jupiter.common.test.Arguments
 
betweenExpectedButFound(Object, Object, Object, boolean) - Static method in class jupiter.common.test.Arguments
 
betweenExpectedButFound(Object, Object, Object, boolean, boolean) - Static method in class jupiter.common.test.Arguments
 
binarySort(Object[], int, int, int) - Static method in class jupiter.common.struct.list.ComparableSort
Sorts the specified portion of the specified array using a binary insertion sort.
binarySort(T[], int, int, int, Comparator<? super T>) - Static method in class jupiter.common.struct.list.Sort
Sorts the specified portion of the specified array using a binary insertion sort.
BinaryTreeMap<K,V,N extends BinaryTreeNode<K,V,N>> - Class in jupiter.common.struct.map.tree
BinaryTreeMap is the binary TreeMap of K and V types.
BinaryTreeMap(Class<K>) - Constructor for class jupiter.common.struct.map.tree.BinaryTreeMap
Constructs an empty BinaryTreeMap of K, V and N types by default.
BinaryTreeMap(Class<K>, K[], V[]) - Constructor for class jupiter.common.struct.map.tree.BinaryTreeMap
Constructs a BinaryTreeMap of K, V and N types loaded from the specified key and value arrays containing the key-value mappings.
BinaryTreeMap(Class<K>, K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.BinaryTreeMap
Constructs a BinaryTreeMap of K, V and N types loaded from the specified key array and value Collection containing the key-value mappings.
BinaryTreeMap(Class<K>, Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.BinaryTreeMap
Constructs a BinaryTreeMap of K, V and N types loaded from the specified key and value Collection containing the key-value mappings.
BinaryTreeMap(Class<K>, Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.BinaryTreeMap
Constructs a BinaryTreeMap of K, V and N types loaded from the specified Map containing the key-value mappings.
BinaryTreeMap(Comparator<? super K>) - Constructor for class jupiter.common.struct.map.tree.BinaryTreeMap
Constructs an empty BinaryTreeMap of K, V and N types with the specified key Comparator.
BinaryTreeMap(Comparator<? super K>, K[], V[]) - Constructor for class jupiter.common.struct.map.tree.BinaryTreeMap
Constructs a BinaryTreeMap of K, V and N types with the specified key Comparator loaded from the specified key and value arrays containing the key-value mappings.
BinaryTreeMap(Comparator<? super K>, K[], Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.BinaryTreeMap
Constructs a BinaryTreeMap 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.
BinaryTreeMap(Comparator<? super K>, Collection<? extends K>, Collection<? extends V>) - Constructor for class jupiter.common.struct.map.tree.BinaryTreeMap
Constructs a BinaryTreeMap of K, V and N types with the specified key Comparator loaded from the specified key and value Collection containing the key-value mappings.
BinaryTreeMap(Comparator<? super K>, Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.BinaryTreeMap
Constructs a BinaryTreeMap of K, V and N types with the specified key Comparator loaded from the specified Map containing the key-value mappings.
BinaryTreeNode<K,V,N extends BinaryTreeNode<K,V,N>> - Class in jupiter.common.struct.map.tree
 
BinaryTreeNode(K, V, Comparator<? super K>) - Constructor for class jupiter.common.struct.map.tree.BinaryTreeNode
Constructs a BinaryTreeNode with the specified K key, V value and key Comparator.
Bits - Class in jupiter.common.util
 
Bits() - Constructor for class jupiter.common.util.Bits
Prevents the construction of Bits.
BOOLEAN_PARSER - Static variable in interface jupiter.common.map.parser.IParsers
 
BooleanArguments - Class in jupiter.common.test
 
BooleanArguments() - Constructor for class jupiter.common.test.BooleanArguments
Prevents the construction of BooleanArguments.
BooleanParser - Class in jupiter.common.map.parser
BooleanParser is the ObjectToBooleanMapper parsing an input Object to an output Boolean.
BooleanParser() - Constructor for class jupiter.common.map.parser.BooleanParser
Constructs a BooleanParser.
Booleans - Class in jupiter.common.util
 
Booleans() - Constructor for class jupiter.common.util.Booleans
Prevents the construction of Booleans.
BooleanTable - Class in jupiter.common.struct.table
BooleanTable(int, int) - Constructor for class jupiter.common.struct.table.BooleanTable
Constructs a BooleanTable with the specified numbers of rows and columns.
BooleanTable(String[], int, int) - Constructor for class jupiter.common.struct.table.BooleanTable
Constructs a BooleanTable with the specified header and numbers of rows and columns.
BooleanTable(Object[], String[], int, int) - Constructor for class jupiter.common.struct.table.BooleanTable
Constructs a BooleanTable with the specified index, header and numbers of rows and columns.
BooleanTable(boolean[]...) - Constructor for class jupiter.common.struct.table.BooleanTable
Constructs a BooleanTable with the specified boolean values.
BooleanTable(Boolean[]...) - Constructor for class jupiter.common.struct.table.BooleanTable
Constructs a BooleanTable with the specified elements.
BooleanTable(String[], boolean[]...) - Constructor for class jupiter.common.struct.table.BooleanTable
Constructs a BooleanTable with the specified header and values.
BooleanTable(String[], Boolean[]...) - Constructor for class jupiter.common.struct.table.BooleanTable
Constructs a BooleanTable with specified header and elements.
BooleanTable(Object[], String[], boolean[]...) - Constructor for class jupiter.common.struct.table.BooleanTable
Constructs a BooleanTable with the specified index, header and values.
BooleanTable(Object[], String[], Boolean[]...) - Constructor for class jupiter.common.struct.table.BooleanTable
Constructs a BooleanTable with specified index, header and elements.
BooleanTable(String, boolean) - Constructor for class jupiter.common.struct.table.BooleanTable
Constructs a BooleanTable loaded from the file denoted by the specified path.
Bound<T extends Comparable<? super T>> - Class in jupiter.common.math
Bound is the inclusive or exclusive T value (inclusive by default).
Bound(T, boolean) - Constructor for class jupiter.common.math.Bound
Constructs a Bound of T type with the specified T value.
bound(Double) - Method in class jupiter.common.math.Domain
Returns value if value is inside this, the value of the closest Bound if value is non-null and not NaN, NaN otherwise.
bound(Double) - Method in class jupiter.common.math.DoubleInterval
Returns value if value is inside this, the value of the closest Bound if value is non-null and not NaN, NaN otherwise.
bound(Double) - Method in interface jupiter.common.math.IDoubleInterval
Returns value if value is inside this, the value of the closest Bound if value is non-null and not NaN, NaN otherwise.
bound(IDoubleInterval, Double) - Static method in class jupiter.common.math.Intervals
Returns value if value is inside the specified IDoubleInterval, the value of the closest Bound if value is non-null and not NaN, NaN otherwise.
bound(byte, byte, byte) - Static method in class jupiter.common.math.Maths
Returns x if x is inside the domain determined by from and to, from if x < from, to if x > to.
bound(short, short, short) - Static method in class jupiter.common.math.Maths
Returns x if x is inside the domain determined by from and to, from if x < from, to if x > to.
bound(int, int, int) - Static method in class jupiter.common.math.Maths
Returns x if x is inside the domain determined by from and to, from if x < from, to if x > to.
bound(long, long, long) - Static method in class jupiter.common.math.Maths
Returns x if x is inside the domain determined by from and to, from if x < from, to if x > to.
bound(float, float, float) - Static method in class jupiter.common.math.Maths
Returns x if x is inside the domain determined by from and to, from if x < from, to if x > to, NaN otherwise.
bound(double, double, double) - Static method in class jupiter.common.math.Maths
Returns x if x is inside the domain determined by from and to, from if x < from, to if x > to, NaN otherwise.
brace(Object) - Static method in class jupiter.common.util.Strings
Returns the braced representative String of the specified content.
BRACER - Static variable in class jupiter.common.util.Strings
 
BRACKETER - Static variable in class jupiter.common.util.Strings
 
bracketize(Object) - Static method in class jupiter.common.util.Strings
Returns the bracketized representative String of the specified content.
buffer - Variable in class jupiter.common.io.file.ReversedFileReader.FilePart
The buffer byte array.
BUFFER_SIZE - Static variable in class jupiter.common.io.InputOutput
The buffer size used for copying (it should ideally match the block size of the file system).
bufferSize - Variable in class jupiter.common.io.file.ReversedFileReader
The buffer size.
BULLET - Static variable in class jupiter.common.util.Characters
 
BYTE_PARSER - Static variable in interface jupiter.common.map.parser.IParsers
 
ByteArguments - Class in jupiter.common.test
 
ByteArguments() - Constructor for class jupiter.common.test.ByteArguments
Prevents the construction of ByteArguments.
ByteParser - Class in jupiter.common.map.parser
ByteParser is the ObjectToByteMapper parsing an input Object to an output Byte.
ByteParser() - Constructor for class jupiter.common.map.parser.ByteParser
Constructs a ByteParser.
Bytes - Class in jupiter.common.util
 
Bytes() - Constructor for class jupiter.common.util.Bytes
Prevents the construction of Bytes.
ByteTable - Class in jupiter.common.struct.table
ByteTable(int, int) - Constructor for class jupiter.common.struct.table.ByteTable
Constructs a ByteTable with the specified numbers of rows and columns.
ByteTable(String[], int, int) - Constructor for class jupiter.common.struct.table.ByteTable
Constructs a ByteTable with the specified header and numbers of rows and columns.
ByteTable(Object[], String[], int, int) - Constructor for class jupiter.common.struct.table.ByteTable
Constructs a ByteTable with the specified index, header and numbers of rows and columns.
ByteTable(byte[]...) - Constructor for class jupiter.common.struct.table.ByteTable
Constructs a ByteTable with the specified byte values.
ByteTable(Byte[]...) - Constructor for class jupiter.common.struct.table.ByteTable
Constructs a ByteTable with the specified elements.
ByteTable(String[], byte[]...) - Constructor for class jupiter.common.struct.table.ByteTable
Constructs a ByteTable with the specified header and values.
ByteTable(String[], Byte[]...) - Constructor for class jupiter.common.struct.table.ByteTable
Constructs a ByteTable with the specified header and elements.
ByteTable(Object[], String[], byte[]...) - Constructor for class jupiter.common.struct.table.ByteTable
Constructs a ByteTable with the specified index, header and values.
ByteTable(Object[], String[], Byte[]...) - Constructor for class jupiter.common.struct.table.ByteTable
Constructs a ByteTable with specified index, header and elements.
ByteTable(String, boolean) - Constructor for class jupiter.common.struct.table.ByteTable
Constructs a ByteTable loaded from the file denoted by the specified path.
byteValue() - Method in class jupiter.common.math.WholeNumber
 

C

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
The key Class of K type.
c - Variable in class jupiter.common.struct.table.Table
The Class of E element type.
c - Variable in class jupiter.common.thread.WorkQueue
The Class of the model Worker.
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
Prevents the construction of CharacterArguments.
CharacterParser - Class in jupiter.common.map.parser
CharacterParser is the ObjectToCharacterMapper parsing an input Object to an output Character.
CharacterParser() - Constructor for class jupiter.common.map.parser.CharacterParser
Constructs a CharacterParser.
Characters - Class in jupiter.common.util
 
Characters() - Constructor for class jupiter.common.util.Characters
Prevents the construction of 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
Constructs a CharacterTable with the specified char values.
CharacterTable(Character[]...) - Constructor for class jupiter.common.struct.table.CharacterTable
Constructs a CharacterTable with the specified elements.
CharacterTable(String[], char[]...) - Constructor for class jupiter.common.struct.table.CharacterTable
Constructs a CharacterTable with the specified header and values.
CharacterTable(String[], Character[]...) - Constructor for class jupiter.common.struct.table.CharacterTable
Constructs a CharacterTable with specified header and elements.
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
The Charset.
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
The Charset.
charset - Variable in class jupiter.common.io.file.FileHandler
The Charset of the File to handle.
charset - Variable in class jupiter.common.io.file.ReversedFileReader
The Charset.
Charsets - Class in jupiter.common
 
Charsets() - Constructor for class jupiter.common.Charsets
Prevents the construction of 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
Constructs a 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
Closes the specified Closeable.
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
Closes all the Closeable readers.
closeAllReaders(String) - Method in class jupiter.common.io.file.FileHandler
Closes all the Closeable readers.
closeAuto(AutoCloseable) - Static method in class jupiter.common.io.Resources
Closes the specified AutoCloseable.
closeAuto(AutoCloseable, String) - Static method in class jupiter.common.io.Resources
Closes the specified AutoCloseable, or prints a warning message String if it is null.
closeReader(Closeable) - Method in class jupiter.common.io.file.FileHandler
Closes the specified Closeable reader.
closeReader(Closeable, String) - Method in class jupiter.common.io.file.FileHandler
Closes the specified Closeable reader.
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
Closes the BufferedWriter.
closeWriter(String) - Method in class jupiter.common.io.file.FileHandler
Closes the BufferedWriter.
CollectionArguments - Class in jupiter.common.test
 
CollectionArguments() - Constructor for class jupiter.common.test.CollectionArguments
Prevents the construction of CollectionArguments.
CollectionHashMap<K,E> - Class in jupiter.common.struct.map.hash
CollectionHashMap is the ExtendedHashMap of K type and value type Collection of E element type.
CollectionHashMap() - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
Constructs an empty CollectionHashMap of K type and value type Collection of E element type by default.
CollectionHashMap(Collection<E>) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
Constructs an empty CollectionHashMap of K type and value type Collection of E element type by default.
CollectionHashMap(Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
Constructs an empty CollectionHashMap of K type and value type Collection of E element type by default.
CollectionHashMap(int) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
Constructs an empty CollectionHashMap of K type and value type Collection of E element type with the specified initial capacity.
CollectionHashMap(int, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
Constructs an empty CollectionHashMap of K type and value type Collection of E element type with the specified initial capacity.
CollectionHashMap(int, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.CollectionHashMap
Constructs an empty CollectionHashMap of K type and value type Collection of E element type with the specified initial capacity.
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
Constructs a CollectionHashMap of K type and value type Collection of E element type loaded from the specified key array and value Collection containing the key-value mappings.
CollectionHashMap(K[], Collection<? extends 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 array and value Collection containing the key-value mappings.
CollectionHashMap(K[], Collection<? extends 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 array and value Collection containing the key-value mappings.
CollectionHashMap(Collection<? extends K>, Collection<? extends 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 Collection containing the key-value mappings.
CollectionHashMap(Collection<? extends K>, Collection<? extends 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 Collection containing the key-value mappings.
CollectionHashMap(Collection<? extends K>, Collection<? extends 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 Collection containing the key-value mappings.
CollectionHashMap(Map<? extends K, ? extends 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 Map containing the key-value mappings.
CollectionHashMap(Map<? extends K, ? extends 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 Map containing the key-value mappings.
CollectionHashMap(Map<? extends K, ? extends 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 Map containing the key-value mappings.
Collections - Class in jupiter.common.util
 
Collections() - Constructor for class jupiter.common.util.Collections
Prevents the construction of Collections.
collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Booleans
Returns an array of Boolean converted from the specified Collection.
collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Bytes
Returns an array of Byte converted from the specified Collection.
collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Characters
Returns an array of Character converted from the specified Collection.
collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Doubles
Returns an array of Double converted from the specified Collection.
collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Floats
Returns an array of Float converted from the specified Collection.
collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Integers
Returns an array of Integer converted from the specified Collection.
collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Longs
Returns an array of Long converted from the specified Collection.
collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Shorts
Returns an array of Short converted from the specified Collection.
collectionToArray(Collection<?>) - Static method in class jupiter.common.util.Strings
Returns an array of String converted from the specified Collection.
collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Booleans
Returns an ExtendedLinkedList of Boolean converted from the specified Collection.
collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedLinkedList of Byte converted from the specified Collection.
collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Characters
Returns an ExtendedLinkedList of Character converted from the specified Collection.
collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedLinkedList of Double converted from the specified Collection.
collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Floats
Returns an ExtendedLinkedList of Float converted from the specified Collection.
collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Integers
Returns an ExtendedLinkedList of Integer converted from the specified Collection.
collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Longs
Returns an ExtendedLinkedList of Long converted from the specified Collection.
collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedLinkedList of Short converted from the specified Collection.
collectionToLinkedList(Collection<?>) - Static method in class jupiter.common.util.Strings
Returns an ExtendedLinkedList of String converted from the specified Collection.
collectionToList(Collection<?>) - Static method in class jupiter.common.util.Booleans
Returns an ExtendedList of Boolean converted from the specified Collection.
collectionToList(Collection<?>) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedList of Byte converted from the specified Collection.
collectionToList(Collection<?>) - Static method in class jupiter.common.util.Characters
Returns an ExtendedList of Character converted from the specified Collection.
collectionToList(Collection<?>) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedList of Double converted from the specified Collection.
collectionToList(Collection<?>) - Static method in class jupiter.common.util.Floats
Returns an ExtendedList of Float converted from the specified Collection.
collectionToList(Collection<?>) - Static method in class jupiter.common.util.Integers
Returns an ExtendedList of Integer converted from the specified Collection.
collectionToList(Collection<?>) - Static method in class jupiter.common.util.Longs
Returns an ExtendedList of Long converted from the specified Collection.
collectionToList(Collection<?>) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedList of Short converted from the specified Collection.
collectionToList(Collection<?>) - Static method in class jupiter.common.util.Strings
Returns an ExtendedList of String converted from the specified Collection.
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
Returns an ExtendedHashSet of Boolean converted from the specified Collection.
collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedHashSet of Byte converted from the specified Collection.
collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Characters
Returns an ExtendedHashSet of Character converted from the specified Collection.
collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedHashSet of Double converted from the specified Collection.
collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Floats
Returns an ExtendedHashSet of Float converted from the specified Collection.
collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Integers
Returns an ExtendedHashSet of Integer converted from the specified Collection.
collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Longs
Returns an ExtendedHashSet of Long converted from the specified Collection.
collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedHashSet of Short converted from the specified Collection.
collectionToSet(Collection<?>) - Static method in class jupiter.common.util.Strings
Returns an ExtendedHashSet of String converted from the specified Collection.
CollectionTreeMap<K,E> - Class in jupiter.common.struct.map.tree
CollectionTreeMap is the ExtendedTreeMap of K type and value type Collection of E element type.
CollectionTreeMap() - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
Constructs an empty CollectionTreeMap of K type and value type Collection of E element type by default.
CollectionTreeMap(Collection<E>) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
Constructs an empty CollectionTreeMap of K type and value type Collection of E element type by default.
CollectionTreeMap(Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.CollectionTreeMap
Constructs an empty CollectionTreeMap of K type and value type Collection of E element type by default.
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
Constructs a CollectionTreeMap of K type and value type Collection of E element type loaded from the specified key array and value Collection containing the key-value mappings.
CollectionTreeMap(K[], Collection<? extends 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 array and value Collection containing the key-value mappings.
CollectionTreeMap(K[], Collection<? extends 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 array and value Collection containing the key-value mappings.
CollectionTreeMap(Collection<? extends K>, Collection<? extends 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 Collection containing the key-value mappings.
CollectionTreeMap(Collection<? extends K>, Collection<? extends 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 Collection containing the key-value mappings.
CollectionTreeMap(Collection<? extends K>, Collection<? extends 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 Collection containing the key-value mappings.
CollectionTreeMap(Map<? extends K, ? extends 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 Map containing the key-value mappings.
CollectionTreeMap(Map<? extends K, ? extends 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 Map containing the key-value mappings.
CollectionTreeMap(Map<? extends K, ? extends 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 Map containing the key-value mappings.
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 is the AVL ComparableBinaryTreeMap of K and V types.
ComparableAvlTreeMap() - Constructor for class jupiter.common.struct.map.tree.ComparableAvlTreeMap
Constructs an empty ComparableAvlTreeMap of K, V and N types.
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
Constructs a ComparableAvlTreeMap of K, V and N types loaded from the specified key array and value Collection containing the key-value mappings.
ComparableAvlTreeMap(Collection<? extends K>, Collection<? extends 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 Collection containing the key-value mappings.
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
Constructs a ComparableAvlTreeNode with the specified key and value belonging to the specified ComparableAvlTreeMap.
ComparableBinaryTreeMap<K extends Comparable<? super K>,V,N extends ComparableBinaryTreeNode<K,V,N>> - Class in jupiter.common.struct.map.tree
ComparableBinaryTreeMap is the binary ComparableTreeMap of K and V types.
ComparableBinaryTreeMap() - Constructor for class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
Constructs an empty ComparableBinaryTreeMap of K, V and N types.
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
Constructs a ComparableBinaryTreeMap of K, V and N types loaded from the specified key array and value Collection containing the key-value mappings.
ComparableBinaryTreeMap(Collection<? extends K>, Collection<? extends 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 Collection containing the key-value mappings.
ComparableBinaryTreeMap(Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
Constructs a ComparableBinaryTreeMap of K, V and N types loaded from the specified Map containing the key-value mappings.
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
Constructs a ComparableBinaryTreeNode with the specified K key and V value.
ComparableNumber - Class in jupiter.common.math
 
ComparableNumber() - Constructor for class jupiter.common.math.ComparableNumber
Constructs a ComparableNumber.
ComparableObject<T extends Comparable<? super T>> - Class in jupiter.common.math
ComparableObject is an IComparable of T type.
ComparableObject() - Constructor for class jupiter.common.math.ComparableObject
Constructs a 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
Constructs a ComparablePair.
ComparablePair(T1, T2) - Constructor for class jupiter.common.struct.tuple.ComparablePair
Constructs a ComparablePair with the specified T1 and T2 components.
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
Constructs a ComparableQuadruple.
ComparableQuadruple(T1, T2, T3, T4) - Constructor for class jupiter.common.struct.tuple.ComparableQuadruple
Constructs a ComparableQuadruple with the specified T1, T2, T3 and T4 components.
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
Constructs a ComparableQuintuple.
ComparableQuintuple(T1, T2, T3, T4, T5) - Constructor for class jupiter.common.struct.tuple.ComparableQuintuple
Constructs a ComparableQuintuple with the specified T1, T2, T3, T4 and T5 components.
ComparableRedBlackTreeMap<K extends Comparable<? super K>,V> - Class in jupiter.common.struct.map.tree
ComparableRedBlackTreeMap is the red-black ComparableBinaryTreeMap of K and V types.
ComparableRedBlackTreeMap() - Constructor for class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
Constructs an empty ComparableRedBlackTreeMap of K, V and N types.
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
Constructs a ComparableRedBlackTreeMap of K, V and N types loaded from the specified key array and value Collection containing the key-value mappings.
ComparableRedBlackTreeMap(Collection<? extends K>, Collection<? extends 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 Collection containing the key-value mappings.
ComparableRedBlackTreeMap(Map<? extends K, ? extends V>) - Constructor for class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
Constructs a ComparableRedBlackTreeMap of K, V and N types loaded from the specified Map containing the key-value mappings.
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
Constructs a ComparableRedBlackTreeNode with the specified K key and V value.
Comparables - Class in jupiter.common.math
 
Comparables() - Constructor for class jupiter.common.math.Comparables
Prevents the construction of 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 is the light sorted AbstractMap of K and V types based on a tree.
ComparableTreeMap() - Constructor for class jupiter.common.struct.map.tree.ComparableTreeMap
Constructs an empty ComparableTreeMap of K, V and N types.
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
Constructs a ComparableTreeNode with the specified K key and V value.
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
Constructs a ComparableTriple.
ComparableTriple(T1, T2, T3) - Constructor for class jupiter.common.struct.tuple.ComparableTriple
Constructs a ComparableTriple with the specified T1, T2 and T3 components.
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
Compares the specified Comparable with the specified Object for order.
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
The IConsole to handle.
ConsoleHandler - Class in jupiter.common.io.console
 
ConsoleHandler() - Constructor for class jupiter.common.io.console.ConsoleHandler
Constructs a ConsoleHandler by default.
ConsoleHandler(IConsole) - Constructor for class jupiter.common.io.console.ConsoleHandler
Constructs a ConsoleHandler with the specified IConsole.
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
Constructs a Content with the specified content Object.
Content(Object, Charset) - Constructor for class jupiter.common.io.Content
Constructs a Content with the specified content Object and Charset.
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
Constructs a Content with the specified content Object, Charset and number of lines.
content - Variable in class jupiter.common.io.Content
The content String.
content - Variable in class jupiter.common.io.Message
The content String.
Contents - Class in jupiter.common.io
 
Contents() - Constructor for class jupiter.common.io.Contents
Prevents the construction of Contents.
convert(Object) - Static method in class jupiter.common.util.Booleans
Returns a Boolean converted from the specified Object.
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
Returns a Character converted from the specified Object.
convert(Object) - Static method in class jupiter.common.util.Doubles
Returns a Double converted from the specified Object.
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
Returns a Float converted from the specified Object.
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
Returns an Integer converted from the specified Object.
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
Returns a Short converted from the specified Object.
convert(Object) - Static method in class jupiter.common.util.Strings
Returns a String converted from the specified Object.
Copier() - Constructor for class jupiter.common.io.file.Files.Copier
Constructs a 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
Reads the data from the specified ReadableByteChannel and writes it to the specified target File.
copy(InputStream, OutputStream) - Static method in class jupiter.common.io.InputOutput
Reads the data from the specified InputStream and writes it to the specified OutputStream.
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
Copies the data of the specified BufferedReader with the specified PrintWriter from the specified line.
copy(BufferedReader, PrintWriter, int, int) - Static method in class jupiter.common.io.InputOutput
Copies the data of the specified BufferedReader with the specified PrintWriter between the specified lines.
CopyFileException - Exception in jupiter.common.exception
 
CopyFileException() - Constructor for exception jupiter.common.exception.CopyFileException
Constructs a CopyFileException.
CopyFileException(String) - Constructor for exception jupiter.common.exception.CopyFileException
Constructs a CopyFileException with the specified message String (which is saved for later retrieval by the method Throwable.getMessage()).
CopyFileException(String, Throwable) - Constructor for exception jupiter.common.exception.CopyFileException
Constructs a CopyFileException with the specified message String (which is saved for later retrieval by the method Throwable.getMessage()) and Throwable cause (which is saved for later retrieval by the method Throwable.getCause()).
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
Returns the number of lines of the specified InputStream with the specified Charset.
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
Creates a BufferedInputStream of the file denoted by the specified path.
createInputStream(File) - Static method in class jupiter.common.io.file.Files
Creates a BufferedInputStream of the specified File.
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
Creates a BufferedOutputStream of the file denoted by the specified path.
createOutputStream(String, boolean) - Static method in class jupiter.common.io.file.Files
Creates a BufferedOutputStream of the file denoted by the specified path.
createOutputStream(File) - Static method in class jupiter.common.io.file.Files
Creates a BufferedOutputStream of the specified File.
createOutputStream(File, boolean) - Static method in class jupiter.common.io.file.Files
Creates a BufferedOutputStream of the specified File.
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
Creates a BufferedReader.
createReader(File) - Static method in class jupiter.common.io.file.Files
Creates a BufferedReader of the specified File.
createReader(File, Charset) - Static method in class jupiter.common.io.file.Files
Creates a BufferedReader of the specified File with the specified Charset.
createReader(InputStream) - Static method in class jupiter.common.io.InputOutput
Creates a BufferedReader of the specified InputStream.
createReader(InputStream, Charset) - Static method in class jupiter.common.io.InputOutput
Creates a BufferedReader of the specified InputStream with the specified Charset.
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
Creates a reverse ExtendedHashMap of V and K types.
createReverse(Map<? extends K, ? extends V>) - Static method in class jupiter.common.util.Maps
Creates a reverse ExtendedHashMap of V and K types of the specified Map.
createReversedReader() - Method in class jupiter.common.io.file.FileHandler
createReversedReader(File) - Static method in class jupiter.common.io.file.Files
Creates a ReversedFileReader of the specified File.
createReversedReader(File, Charset) - Static method in class jupiter.common.io.file.Files
Creates a ReversedFileReader of the specified File with the specified Charset.
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
Creates the BufferedWriter.
createWriter(File, boolean) - Static method in class jupiter.common.io.file.Files
Creates a BufferedWriter of the specified File.
createWriter(File, Charset, boolean) - Static method in class jupiter.common.io.file.Files
Creates a BufferedWriter of the specified File with the specified Charset.
createWriter(OutputStream) - Static method in class jupiter.common.io.InputOutput
Creates a BufferedWriter of the specified OutputStream.
createWriter(OutputStream, Charset) - Static method in class jupiter.common.io.InputOutput
Creates a BufferedWriter of the specified OutputStream with the specified Charset.
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.

D

DATE_FORMAT - Static variable in class jupiter.common.Formats
DATE_TIME_FORMAT - Static variable in class jupiter.common.Formats
The DateFormat with time.
Dates - Class in jupiter.common.time
 
Dates() - Constructor for class jupiter.common.time.Dates
Prevents the construction of Dates.
debug(Object...) - Method in class jupiter.common.io.InputOutput
Prints the specified content array with the IOPrinter indicating the severity level InputOutput.SeverityLevel.DEBUG.
debug(Object) - Method in class jupiter.common.io.IOAppender
Prints the specified content Object indicating the severity level InputOutput.SeverityLevel.DEBUG.
DECIMAL_FORMAT - Static variable in class jupiter.common.Formats
decimalPart(double) - Static method in class jupiter.common.util.Doubles
 
DEFAULT_CAPACITY - Static variable in class jupiter.common.util.Collections
The default initial capacity.
DEFAULT_CHARSET - Static variable in class jupiter.common.Formats
The default Charset.
DEFAULT_CONFIDENCE - Static variable in class jupiter.common.math.Maths
 
DEFAULT_CONSOLE_HANDLER - Static variable in class jupiter.common.io.InputOutput
The default ConsoleHandler.
DEFAULT_DATE_PATTERN - Static variable in class jupiter.common.Formats
The default pattern String describing the date format.
DEFAULT_DATE_TIME_PATTERN - Static variable in class jupiter.common.Formats
The default pattern String describing the date-time format.
DEFAULT_ERROR_LEVEL - Static variable in class jupiter.common.io.Message
The default error InputOutput.SeverityLevel.
DEFAULT_ERROR_LOG_NAME - Static variable in class jupiter.common.io.log.LogHandler
The default String error log name.
DEFAULT_LINE_LENGTH - Static variable in class jupiter.common.Formats
The default line length.
DEFAULT_LOCALE - Static variable in class jupiter.common.Formats
The default Locale.
DEFAULT_LOG_DIR_PATH - Static variable in class jupiter.common.io.log.LogHandler
The default String log directory.
DEFAULT_LOG_HANDLER - Static variable in class jupiter.common.io.InputOutput
The default LogHandler.
DEFAULT_MAX_FRACTION_DIGIT_COUNT - Static variable in class jupiter.common.Formats
The default maximum number of fraction digits.
DEFAULT_MAX_INTEGER_DIGIT_COUNT - Static variable in class jupiter.common.Formats
The default maximum number of integer digits.
DEFAULT_MAX_SCIENTIFIC_THRESHOLD - Static variable in class jupiter.common.Formats
The default maximum scientific threshold (inclusive).
DEFAULT_MAX_THREAD_COUNT - Static variable in class jupiter.common.thread.WorkQueue
The default maximum number of Worker to handle.
DEFAULT_MIN_SCIENTIFIC_THRESHOLD - Static variable in class jupiter.common.Formats
The default minimum scientific threshold (inclusive).
DEFAULT_MIN_THREAD_COUNT - Static variable in class jupiter.common.thread.WorkQueue
The default minimum number of Worker to handle.
DEFAULT_MODEL - Variable in class jupiter.common.struct.map.hash.CollectionHashMap
The default model Collection of E element type.
DEFAULT_MODEL - Variable in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
The default model Collection of E element type.
DEFAULT_MODEL - Variable in class jupiter.common.struct.map.tree.CollectionTreeMap
The default model Collection of E element type.
DEFAULT_MODEL - Variable in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
The default model Collection of E element type.
DEFAULT_NEWLINE - Static variable in class jupiter.common.Formats
The default newline.
DEFAULT_OUTPUT_LOG_NAME - Static variable in class jupiter.common.io.log.LogHandler
The default String output log name.
DEFAULT_PATTERN - Static variable in class jupiter.common.Formats
The default pattern String describing the default DecimalFormat.
DEFAULT_PROGRESS_SYMBOL - Static variable in class jupiter.common.util.Strings
 
DEFAULT_REMOVE_EMPTY - Variable in class jupiter.common.struct.map.hash.CollectionHashMap
The default flag specifying whether to remove empty Collection of E element type.
DEFAULT_REMOVE_EMPTY - Variable in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
The default flag specifying whether to remove empty Collection of E element type.
DEFAULT_REMOVE_EMPTY - Variable in class jupiter.common.struct.map.tree.CollectionTreeMap
The default flag specifying whether to remove empty Collection of E element type.
DEFAULT_REMOVE_EMPTY - Variable in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
The default flag specifying whether to remove empty Collection of E element type.
DEFAULT_SCIENTIFIC_PATTERN - Static variable in class jupiter.common.Formats
The default pattern String describing the default scientific DecimalFormat.
DEFAULT_SEVERITY_LEVEL - Static variable in class jupiter.common.io.InputOutput
DEFAULT_STACK_INDEX - Static variable in class jupiter.common.io.InputOutput
The default stack index.
DEFAULT_STACK_INDEX - Static variable in class jupiter.common.io.Message
The default stack index.
DEFAULT_STANDARD_LEVEL - Static variable in class jupiter.common.io.Message
The default standard InputOutput.SeverityLevel.
DEFAULT_TIME_ZONE - Static variable in class jupiter.common.Formats
The default TimeZone.
DEFAULT_TYPE - Static variable in class jupiter.common.io.Message
The default IO InputOutput.Type.
DEFAULT_WAITING_TIME - Static variable in class jupiter.common.thread.Threads
The default waiting time.
DEFAULT_Z - Static variable in class jupiter.common.math.Maths
 
DefaultMapper - Class in jupiter.common.map
DefaultMapper is the ObjectMapper mapping an input Object to an output Object.
DefaultMapper() - Constructor for class jupiter.common.map.DefaultMapper
Constructs a DefaultMapper.
defaultValue - Variable in class jupiter.common.properties.Properties
The default value String.
DEGREE_TO_RADIAN - Static variable in class jupiter.common.math.Maths
 
delete() - Method in class jupiter.common.io.file.FileHandler
Deletes the File.
delete(boolean) - Method in class jupiter.common.io.file.FileHandler
Deletes the File.
delete(File) - Static method in class jupiter.common.io.file.Files
Deletes the specified File.
delete(File, boolean) - Static method in class jupiter.common.io.file.Files
Deletes the specified File.
deleteErrorLog() - Method in class jupiter.common.io.log.LogHandler
Deletes the error log.
deleteOutputLog() - Method in class jupiter.common.io.log.LogHandler
Deletes the output log.
delimiter - Variable in class jupiter.common.reduce.joiner.StringJoiner
The delimiting String.
DELIMITER - Static variable in class jupiter.common.util.Arrays
The default char delimiter.
DELIMITER - Static variable in class jupiter.common.util.Collections
The default delimiting String.
difference - Variable in class jupiter.common.time.Chronometer
 
distance(byte, byte) - Static method in class jupiter.common.math.Maths
 
distance(short, short) - Static method in class jupiter.common.math.Maths
 
distance(int, int) - Static method in class jupiter.common.math.Maths
 
distance(long, long) - Static method in class jupiter.common.math.Maths
 
distance(float, float) - Static method in class jupiter.common.math.Maths
 
distance(double, double) - Static method in class jupiter.common.math.Maths
 
divide(I, int, int, int) - Method in class jupiter.common.thread.DivideAndConquer
Divides the execution between the specified indices into the specified number of execution slices.
DivideAndConquer<I> - Class in jupiter.common.thread
 
DivideAndConquer() - Constructor for class jupiter.common.thread.DivideAndConquer
Constructs a DivideAndConquer of I type by default.
DivideAndConquer(int, int) - Constructor for class jupiter.common.thread.DivideAndConquer
Constructs a DivideAndConquer of I type with the specified minimum and maximum numbers of Worker.
DivideAndConquer(int, int, boolean) - Constructor for class jupiter.common.thread.DivideAndConquer
Constructs a DivideAndConquer of I type with the specified minimum and maximum numbers of Worker and fairness policy.
divideAndConquer(I, int, int) - Method in class jupiter.common.thread.DivideAndConquer
Divides the execution between the specified indices into execution slices and conquers them.
divideAndConquer(I, int, int, int) - Method in class jupiter.common.thread.DivideAndConquer
Divides the execution between the specified indices into execution slices and conquers them.
DivideAndConquer.Conqueror - Class in jupiter.common.thread
 
Domain - Class in jupiter.common.math
Domain() - Constructor for class jupiter.common.math.Domain
Constructs an empty Domain.
Domain(DoubleInterval...) - Constructor for class jupiter.common.math.Domain
Constructs a Domain with the specified elements.
Domain(Collection<? extends DoubleInterval>) - Constructor for class jupiter.common.math.Domain
Constructs a Domain with the elements of the specified Collection.
DOUBLE_DECIMAL_FORMAT - Static variable in class jupiter.common.Formats
The DecimalFormat of double values.
DOUBLE_PARSER - Static variable in interface jupiter.common.map.parser.IParsers
 
DOUBLE_QUOTE - Static variable in class jupiter.common.util.Characters
 
DOUBLE_QUOTER - Static variable in class jupiter.common.util.Strings
 
DoubleArguments - Class in jupiter.common.test
 
DoubleArguments() - Constructor for class jupiter.common.test.DoubleArguments
Prevents the construction of DoubleArguments.
DoubleInterval - Class in jupiter.common.math
DoubleInterval() - Constructor for class jupiter.common.math.DoubleInterval
Constructs an empty DoubleInterval by default.
DoubleInterval(Double, Double) - Constructor for class jupiter.common.math.DoubleInterval
Constructs a DoubleInterval with the specified values of the LowerBound and UpperBound.
DoubleInterval(LowerBound<Double>, UpperBound<Double>) - Constructor for class jupiter.common.math.DoubleInterval
Constructs a DoubleInterval with the specified LowerBound and UpperBound.
DoubleInterval(Pair<LowerBound<Double>, UpperBound<Double>>) - Constructor for class jupiter.common.math.DoubleInterval
Constructs a DoubleInterval with the specified Pair of LowerBound and UpperBound.
DoubleParser - Class in jupiter.common.map.parser
DoubleParser is the ObjectToDoubleMapper parsing an input Object to an output Double.
DoubleParser() - Constructor for class jupiter.common.map.parser.DoubleParser
Constructs a DoubleParser.
doubleQuote(Object) - Static method in class jupiter.common.util.Strings
Returns the double-quoted representative String of the specified content.
Doubles - Class in jupiter.common.util
 
Doubles() - Constructor for class jupiter.common.util.Doubles
Prevents the construction of Doubles.
DoubleTable - Class in jupiter.common.struct.table
DoubleTable(int, int) - Constructor for class jupiter.common.struct.table.DoubleTable
Constructs a DoubleTable with the specified numbers of rows and columns.
DoubleTable(String[], int, int) - Constructor for class jupiter.common.struct.table.DoubleTable
Constructs a DoubleTable with the specified header and numbers of rows and columns.
DoubleTable(Object[], String[], int, int) - Constructor for class jupiter.common.struct.table.DoubleTable
Constructs a DoubleTable with the specified index, header and numbers of rows and columns.
DoubleTable(double[]...) - Constructor for class jupiter.common.struct.table.DoubleTable
Constructs a DoubleTable with the specified double values.
DoubleTable(Double[]...) - Constructor for class jupiter.common.struct.table.DoubleTable
Constructs a DoubleTable with the specified elements.
DoubleTable(String[], double[]...) - Constructor for class jupiter.common.struct.table.DoubleTable
Constructs a DoubleTable with the specified header and values.
DoubleTable(String[], Double[]...) - Constructor for class jupiter.common.struct.table.DoubleTable
Constructs a DoubleTable with the specified header and elements.
DoubleTable(Object[], String[], double[]...) - Constructor for class jupiter.common.struct.table.DoubleTable
Constructs a DoubleTable with the specified index, header and values.
DoubleTable(Object[], String[], Double[]...) - Constructor for class jupiter.common.struct.table.DoubleTable
Constructs a DoubleTable with specified index, header and elements.
DoubleTable(String, boolean) - Constructor for class jupiter.common.struct.table.DoubleTable
Constructs a DoubleTable loaded from the file denoted by the specified path.
doubleValue() - Method in class jupiter.common.math.WholeNumber
 

E

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
Prints the specified content array with the IOPrinter indicating the severity level InputOutput.SeverityLevel.ERROR.
error(Exception) - Method in class jupiter.common.io.InputOutput
Prints the specified Exception with the IOPrinter indicating the severity level InputOutput.SeverityLevel.ERROR.
error(Exception, Object...) - Method in class jupiter.common.io.InputOutput
Prints the specified content Object and Exception with the IOPrinter indicating the severity level InputOutput.SeverityLevel.ERROR.
error(Object) - Method in class jupiter.common.io.IOAppender
Prints the specified content Object indicating the severity level InputOutput.SeverityLevel.ERROR.
error(Exception) - Method in class jupiter.common.io.IOAppender
Prints the specified Exception indicating the severity level InputOutput.SeverityLevel.ERROR.
errorLogHandler - Variable in class jupiter.common.io.log.LogHandler
The error log FileHandler.
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 is the extended HashMap of K and V types.
ExtendedHashMap() - Constructor for class jupiter.common.struct.map.hash.ExtendedHashMap
Constructs an empty ExtendedHashMap of K and V types by default.
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 is the extended HashSet of E element type.
ExtendedHashSet() - Constructor for class jupiter.common.struct.set.ExtendedHashSet
Constructs an empty ExtendedHashSet of E element type by default.
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
Constructs an ExtendedHashSet of E element type with the elements of the specified Collection.
ExtendedLinkedList<E> - Class in jupiter.common.struct.list
ExtendedLinkedList is the extended LinkedList of E element type.
ExtendedLinkedList() - Constructor for class jupiter.common.struct.list.ExtendedLinkedList
Constructs an empty ExtendedLinkedList of E element type.
ExtendedLinkedList(E...) - Constructor for class jupiter.common.struct.list.ExtendedLinkedList
Constructs an ExtendedLinkedList of E element type with the specified elements.
ExtendedLinkedList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.ExtendedLinkedList
Constructs an ExtendedLinkedList of E element type with the elements of the specified Collection.
ExtendedList<E> - Class in jupiter.common.struct.list
ExtendedList is the extended ArrayList of E element type.
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
Constructs an ExtendedList of E element type with the elements of the specified Collection.
ExtendedTreeMap<K,V> - Class in jupiter.common.struct.map.tree
ExtendedTreeMap is the extended TreeMap of K and V types.
ExtendedTreeMap() - Constructor for class jupiter.common.struct.map.tree.ExtendedTreeMap
Constructs an empty ExtendedTreeMap of K and V types by default.
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.

F

F_1_10 - Static variable in class jupiter.common.math.Maths
 
F_1_11 - Static variable in class jupiter.common.math.Maths
 
F_1_12 - Static variable in class jupiter.common.math.Maths
 
F_1_13 - Static variable in class jupiter.common.math.Maths
 
F_1_14 - Static variable in class jupiter.common.math.Maths
 
F_1_15 - Static variable in class jupiter.common.math.Maths
 
F_1_16 - Static variable in class jupiter.common.math.Maths
 
F_1_17 - Static variable in class jupiter.common.math.Maths
 
F_1_18 - Static variable in class jupiter.common.math.Maths
 
F_1_19 - Static variable in class jupiter.common.math.Maths
 
F_1_2 - Static variable in class jupiter.common.math.Maths
 
F_1_20 - Static variable in class jupiter.common.math.Maths
 
F_1_3 - Static variable in class jupiter.common.math.Maths
 
F_1_30 - Static variable in class jupiter.common.math.Maths
 
F_1_4 - Static variable in class jupiter.common.math.Maths
 
F_1_40 - Static variable in class jupiter.common.math.Maths
 
F_1_5 - Static variable in class jupiter.common.math.Maths
 
F_1_50 - Static variable in class jupiter.common.math.Maths
 
F_1_6 - Static variable in class jupiter.common.math.Maths
 
F_1_7 - Static variable in class jupiter.common.math.Maths
 
F_1_8 - Static variable in class jupiter.common.math.Maths
 
F_1_9 - Static variable in class jupiter.common.math.Maths
 
F_2_3 - Static variable in class jupiter.common.math.Maths
 
F_3_2 - Static variable in class jupiter.common.math.Maths
 
F_3_4 - Static variable in class jupiter.common.math.Maths
 
F_4_5 - Static variable in class jupiter.common.math.Maths
 
F_5_6 - Static variable in class jupiter.common.math.Maths
 
factorial(int) - Static method in class jupiter.common.math.Maths
 
factorial(long) - Static method in class jupiter.common.math.Maths
 
factorial(double) - Static method in class jupiter.common.math.Maths
 
factorialLimit(int) - Static method in class jupiter.common.math.Maths
Returns the Ramanujan approximation of the factorial of the specified int value.
factorialLog(int) - Static method in class jupiter.common.math.Maths
Returns the natural logarithm of the factorial of n.
fail(Object...) - Method in class jupiter.common.io.InputOutput
Prints the specified content array with the IOPrinter indicating the severity level InputOutput.SeverityLevel.FAILURE.
fail(Exception) - Method in class jupiter.common.io.InputOutput
Prints the specified Exception with the IOPrinter indicating the severity level InputOutput.SeverityLevel.FAILURE.
fail(Exception, Object...) - Method in class jupiter.common.io.InputOutput
Prints the specified content Object and Exception with the IOPrinter indicating the severity level InputOutput.SeverityLevel.FAILURE.
fail(Object) - Method in class jupiter.common.io.IOAppender
Prints the specified content Object indicating the severity level InputOutput.SeverityLevel.FAILURE.
fail(Exception) - Method in class jupiter.common.io.IOAppender
Prints the specified Exception indicating the severity level InputOutput.SeverityLevel.FAILURE.
FALSE - Static variable in class jupiter.common.util.Strings
 
fifth - Variable in class jupiter.common.struct.tuple.Quintuple
The T5 component.
file - Variable in class jupiter.common.io.file.FileHandler
The File to handle.
FileArguments - Class in jupiter.common.test
 
FileArguments() - Constructor for class jupiter.common.test.FileArguments
Prevents the construction of FileArguments.
FileHandler - Class in jupiter.common.io.file
 
FileHandler(String...) - Constructor for class jupiter.common.io.file.FileHandler
Constructs a FileHandler of the file denoted by the specified path.
FileHandler(String) - Constructor for class jupiter.common.io.file.FileHandler
Constructs a FileHandler of the file denoted by the specified path.
FileHandler(String, Charset) - Constructor for class jupiter.common.io.file.FileHandler
Constructs a FileHandler of the file denoted by the specified path with the specified Charset.
FileHandler(File) - Constructor for class jupiter.common.io.file.FileHandler
Constructs a FileHandler of the specified File.
FileHandler(File, Charset) - Constructor for class jupiter.common.io.file.FileHandler
Constructs a FileHandler of the specified File with the specified Charset.
FilePart(long, int, byte[]) - Constructor for class jupiter.common.io.file.ReversedFileReader.FilePart
Constructs a ReversedFileReader.FilePart with the specified part number, length and buffer byte array remaining from the previous part.
filePartCount - Variable in class jupiter.common.io.file.ReversedFileReader
 
Files - Class in jupiter.common.io.file
 
Files() - Constructor for class jupiter.common.io.file.Files
Prevents the construction of Files.
Files.Copier - Class in jupiter.common.io.file
 
fileSize - Variable in class jupiter.common.io.file.ReversedFileReader
 
fill(E) - Method in class jupiter.common.struct.table.Table
Fills this with the specified E value.
fill(T[], T) - Static method in class jupiter.common.util.Arrays
 
fill(T[][], T) - Static method in class jupiter.common.util.Arrays
 
fill(T[][][], T) - Static method in class jupiter.common.util.Arrays
 
fill(boolean[], boolean) - Static method in class jupiter.common.util.Booleans
 
fill(boolean[][], boolean) - Static method in class jupiter.common.util.Booleans
 
fill(boolean[][][], boolean) - Static method in class jupiter.common.util.Booleans
 
fill(byte[], byte) - Static method in class jupiter.common.util.Bytes
 
fill(byte[][], byte) - Static method in class jupiter.common.util.Bytes
 
fill(byte[][][], byte) - Static method in class jupiter.common.util.Bytes
 
fill(char[], char) - Static method in class jupiter.common.util.Characters
 
fill(char[][], char) - Static method in class jupiter.common.util.Characters
 
fill(char[][][], char) - Static method in class jupiter.common.util.Characters
 
fill(double[], double) - Static method in class jupiter.common.util.Doubles
 
fill(double[][], double) - Static method in class jupiter.common.util.Doubles
 
fill(double[][][], double) - Static method in class jupiter.common.util.Doubles
 
fill(float[], float) - Static method in class jupiter.common.util.Floats
 
fill(float[][], float) - Static method in class jupiter.common.util.Floats
 
fill(float[][][], float) - Static method in class jupiter.common.util.Floats
 
fill(int[], int) - Static method in class jupiter.common.util.Integers
 
fill(int[][], int) - Static method in class jupiter.common.util.Integers
 
fill(int[][][], int) - Static method in class jupiter.common.util.Integers
 
fill(long[], long) - Static method in class jupiter.common.util.Longs
 
fill(long[][], long) - Static method in class jupiter.common.util.Longs
 
fill(long[][][], long) - Static method in class jupiter.common.util.Longs
 
fill(short[], short) - Static method in class jupiter.common.util.Shorts
 
fill(short[][], short) - Static method in class jupiter.common.util.Shorts
 
fill(short[][][], short) - Static method in class jupiter.common.util.Shorts
 
filter(T[], int...) - Static method in class jupiter.common.util.Arrays
Returns a T array containing all the elements of the specified T array at the specified indices.
filter(boolean[], int...) - Static method in class jupiter.common.util.Booleans
Returns a boolean array containing all the elements of the specified boolean array at the specified indices.
filter(byte[], int...) - Static method in class jupiter.common.util.Bytes
Returns a byte array containing all the elements of the specified byte array at the specified indices.
filter(char[], int...) - Static method in class jupiter.common.util.Characters
Returns a char array containing all the elements of the specified char array at the specified indices.
filter(double[], int...) - Static method in class jupiter.common.util.Doubles
Returns a double array containing all the elements of the specified double array at the specified indices.
filter(float[], int...) - Static method in class jupiter.common.util.Floats
Returns a float array containing all the elements of the specified float array at the specified indices.
filter(int[], int...) - Static method in class jupiter.common.util.Integers
Returns an int array containing all the elements of the specified int array at the specified indices.
filter(long[], int...) - Static method in class jupiter.common.util.Longs
Returns a long array containing all the elements of the specified long array at the specified indices.
filter(short[], int...) - Static method in class jupiter.common.util.Shorts
Returns a short array containing all the elements of the specified short array at the specified indices.
filterAll(T[], int[]...) - Static method in class jupiter.common.util.Arrays
Returns a 2D T array containing all the elements of the specified T array at all the specified indices.
filterAll(boolean[], int[]...) - Static method in class jupiter.common.util.Booleans
Returns a 2D boolean array containing all the elements of the specified boolean array at all the specified indices.
filterAll(byte[], int[]...) - Static method in class jupiter.common.util.Bytes
Returns a 2D byte array containing all the elements of the specified byte array at all the specified indices.
filterAll(char[], int[]...) - Static method in class jupiter.common.util.Characters
Returns a 2D char array containing all the elements of the specified char array at all the specified indices.
filterAll(double[], int[]...) - Static method in class jupiter.common.util.Doubles
Returns a 2D double array containing all the elements of the specified double array at all the specified indices.
filterAll(float[], int[]...) - Static method in class jupiter.common.util.Floats
Returns a 2D float array containing all the elements of the specified float array at all the specified indices.
filterAll(int[], int[]...) - Static method in class jupiter.common.util.Integers
Returns a 2D int array containing all the elements of the specified int array at all the specified indices.
filterAll(long[], int[]...) - Static method in class jupiter.common.util.Longs
Returns a 2D long array containing all the elements of the specified long array at all the specified indices.
filterAll(short[], int[]...) - Static method in class jupiter.common.util.Shorts
Returns a 2D short array containing all the elements of the specified short array at all the specified indices.
finalize() - Method in class jupiter.common.io.file.FileHandler
Disposes of system resources and performs a cleanup.
finalize() - Method in class jupiter.common.io.InputOutput
Disposes of system resources and performs a cleanup.
finalize() - Method in class jupiter.common.io.IOHandler
Disposes of system resources and performs a cleanup.
finalize() - Method in class jupiter.common.thread.Worker
Disposes of system resources and performs a cleanup.
findFirst(String, char...) - Static method in class jupiter.common.util.Strings
Returns the index of the first occurrence of any of the specified char tokens in the specified String, or -1 if there is no such occurrence.
findFirst(String, char[], int) - Static method in class jupiter.common.util.Strings
Returns the index of the first occurrence of any of the specified char tokens in the specified String, seeking forward from the specified index, or -1 if there is no such occurrence.
findFirst(String, Collection<Character>) - Static method in class jupiter.common.util.Strings
Returns the index of the first occurrence of any of the specified token Character in the specified String, or -1 if there is no such occurrence.
findFirst(String, Collection<Character>, int) - Static method in class jupiter.common.util.Strings
Returns the index of the first occurrence of any of the specified token Character in the specified String, seeking forward from the specified index, or -1 if there is no such occurrence.
findFirstIndex(T[], T) - Static method in class jupiter.common.util.Arrays
 
findFirstIndex(T[], T, int) - Static method in class jupiter.common.util.Arrays
 
findFirstIndex(T[], T, int, int) - Static method in class jupiter.common.util.Arrays
 
findFirstIndex(T[][], T) - Static method in class jupiter.common.util.Arrays
 
findFirstIndex(T[][][], T) - Static method in class jupiter.common.util.Arrays
 
findFirstIndex(boolean[], boolean) - Static method in class jupiter.common.util.Booleans
 
findFirstIndex(boolean[], boolean, int) - Static method in class jupiter.common.util.Booleans
 
findFirstIndex(boolean[], boolean, int, int) - Static method in class jupiter.common.util.Booleans
 
findFirstIndex(byte[], byte) - Static method in class jupiter.common.util.Bytes
 
findFirstIndex(byte[], byte, int) - Static method in class jupiter.common.util.Bytes
 
findFirstIndex(byte[], byte, int, int) - Static method in class jupiter.common.util.Bytes
 
findFirstIndex(char[], char) - Static method in class jupiter.common.util.Characters
 
findFirstIndex(char[], char, int) - Static method in class jupiter.common.util.Characters
 
findFirstIndex(char[], char, int, int) - Static method in class jupiter.common.util.Characters
 
findFirstIndex(double[], double) - Static method in class jupiter.common.util.Doubles
 
findFirstIndex(double[], double, int) - Static method in class jupiter.common.util.Doubles
 
findFirstIndex(double[], double, int, int) - Static method in class jupiter.common.util.Doubles
 
findFirstIndex(float[], float) - Static method in class jupiter.common.util.Floats
 
findFirstIndex(float[], float, int) - Static method in class jupiter.common.util.Floats
 
findFirstIndex(float[], float, int, int) - Static method in class jupiter.common.util.Floats
 
findFirstIndex(int[], int) - Static method in class jupiter.common.util.Integers
 
findFirstIndex(int[], int, int) - Static method in class jupiter.common.util.Integers
 
findFirstIndex(int[], int, int, int) - Static method in class jupiter.common.util.Integers
 
findFirstIndex(long[], long) - Static method in class jupiter.common.util.Longs
 
findFirstIndex(long[], long, int) - Static method in class jupiter.common.util.Longs
 
findFirstIndex(long[], long, int, int) - Static method in class jupiter.common.util.Longs
 
findFirstIndex(short[], short) - Static method in class jupiter.common.util.Shorts
 
findFirstIndex(short[], short, int) - Static method in class jupiter.common.util.Shorts
 
findFirstIndex(short[], short, int, int) - Static method in class jupiter.common.util.Shorts
 
findFirstIndexIgnoreCase(String[], String) - Static method in class jupiter.common.util.Strings
Returns the index of the first occurrence of the specified token String in the specified array of String ignoring the case, or -1 if there is no such occurrence.
findFirstIndexIgnoreCase(String[], String, int) - Static method in class jupiter.common.util.Strings
Returns the index of the first occurrence of the specified token String in the specified array of String ignoring the case, seeking forward from the specified index, or -1 if there is no such occurrence.
findFirstLine(String...) - Method in class jupiter.common.io.file.FileHandler
Returns the Index of the first line containing the first occurrence of any of the specified token String in the File, or null if there is no such occurrence.
findFirstLine(String[], int) - Method in class jupiter.common.io.file.FileHandler
Returns the Index of the first line containing the first occurrence of any of the specified token String in the File, seeking forward from the specified index, or null if there is no such occurrence.
findFirstLine(String[], int, int) - Method in class jupiter.common.io.file.FileHandler
Returns the Index of the first line containing the first occurrence of any of the specified token String in the File, seeking forward from the specified index to the specified index, or null if there is no such occurrence.
findFirstLine(Collection<String>) - Method in class jupiter.common.io.file.FileHandler
Returns the Index of the first line containing the first occurrence of any of the specified token String in the File, or null if there is no such occurrence.
findFirstLine(Collection<String>, int) - Method in class jupiter.common.io.file.FileHandler
Returns the Index of the first line containing the first occurrence of any of the specified token String in the File, seeking forward from the specified index, or null if there is no such occurrence.
findFirstLine(Collection<String>, int, int) - Method in class jupiter.common.io.file.FileHandler
Returns the Index of the first line containing the first occurrence of any of the specified token String in the File, seeking forward from the specified index to the specified index, or null if there is no such occurrence.
findFirstLine(File, String...) - Static method in class jupiter.common.io.file.Files
Returns the Index of the first line containing the first occurrence of any of the specified token String in the specified File, or null if there is no such occurrence.
findFirstLine(File, String[], int) - Static method in class jupiter.common.io.file.Files
Returns the Index of the first line containing the first occurrence of any of the specified token String in the specified File, seeking forward from the specified index, or null if there is no such occurrence.
findFirstLine(File, String[], int, int) - Static method in class jupiter.common.io.file.Files
Returns the Index of the first line containing the first occurrence of any of the specified token String in the specified File, seeking forward from the specified index to the specified index, or null if there is no such occurrence.
findFirstLine(File, Collection<String>) - Static method in class jupiter.common.io.file.Files
Returns the Index of the first line containing the first occurrence of any of the specified token String in the specified File, or null if there is no such occurrence.
findFirstLine(File, Collection<String>, int) - Static method in class jupiter.common.io.file.Files
Returns the Index of the first line containing the first occurrence of any of the specified token String in the specified File, seeking forward from the specified index, or null if there is no such occurrence.
findFirstLine(File, Collection<String>, int, int) - Static method in class jupiter.common.io.file.Files
Returns the Index of the first line containing the first occurrence of any of the specified token String in the specified File, seeking forward from the specified index to the specified index, or null if there is no such occurrence.
findFirstNotEqualTo(String, char) - Static method in class jupiter.common.util.Strings
Returns the index of the first character in the specified String that is not equal to the specified char token, or -1 if there is no such occurrence.
findFirstNotEqualTo(String, char, int) - Static method in class jupiter.common.util.Strings
Returns the index of the first character in the specified String that is not equal to the specified char token, seeking forward from the specified index, or -1 if there is no such occurrence.
findFirstNotIn(String, char...) - Static method in class jupiter.common.util.Strings
Returns the index of the first character in the specified String that is not in the char tokens, or -1 if there is no such occurrence.
findFirstNotIn(String, char[], int) - Static method in class jupiter.common.util.Strings
Returns the index of the first character in the specified String that is not in the char tokens, seeking forward from the specified index, or -1 if there is no such occurrence.
findFirstNotIn(String, Collection<Character>) - Static method in class jupiter.common.util.Strings
Returns the index of the first character in the specified String that is not in the Collection of token Character, or -1 if there is no such occurrence.
findFirstNotIn(String, Collection<Character>, int) - Static method in class jupiter.common.util.Strings
Returns the index of the first character in the specified String that is not in the Collection of token Character, seeking forward from the specified index, or -1 if there is no such occurrence.
findFirstString(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 null if there is no such occurrence.
findFirstString(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 null if there is no such occurrence.
findFirstString(String, Collection<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 null if there is no such occurrence.
findFirstString(String, Collection<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 null if there is no such occurrence.
findFirstStringNotEqualTo(String, String) - Static method in class jupiter.common.util.Strings
Returns the index of the first substring in the specified String that is not equal to the specified token String, or -1 if there is no such occurrence.
findFirstStringNotEqualTo(String, String, int) - Static method in class jupiter.common.util.Strings
Returns the index of the first substring in the specified String that is not equal to the specified token String, seeking forward from the specified index, or -1 if there is no such occurrence.
findFirstStringNotIn(String, String...) - Static method in class jupiter.common.util.Strings
Returns the index of the first substring in the specified String that is not in the array of token String, or -1 if there is no such occurrence.
findFirstStringNotIn(String, String[], int) - Static method in class jupiter.common.util.Strings
Returns the index of the first substring in the specified String that is not in the array of token String, seeking forward from the specified index, or -1 if there is no such occurrence.
findFirstStringNotIn(String, List<String>) - Static method in class jupiter.common.util.Strings
Returns the index of the first substring in the specified String that is not in the specified List of token String, or -1 if there is no such occurrence.
findFirstStringNotIn(String, List<String>, int) - Static method in class jupiter.common.util.Strings
Returns the index of the first substring in the specified String that is not in the specified List of token String, seeking forward from the specified index, or -1 if there is no such occurrence.
findLast(String, char...) - Static method in class jupiter.common.util.Strings
Returns the index of the last occurrence of any of the specified char tokens in the specified String, or -1 if there is no such occurrence.
findLast(String, char[], int) - Static method in class jupiter.common.util.Strings
Returns the index of the last occurrence of any of the specified char tokens in the specified String, seeking backward from the specified index, or -1 if there is no such occurrence.
findLast(String, Collection<Character>) - Static method in class jupiter.common.util.Strings
Returns the index of the last occurrence of any of the specified token Character in the specified String, or -1 if there is no such occurrence.
findLast(String, Collection<Character>, int) - Static method in class jupiter.common.util.Strings
Returns the index of the last occurrence of any of the specified token Character in the specified String, seeking backward from the specified index, or -1 if there is no such occurrence.
findLastIndex(T[], T) - Static method in class jupiter.common.util.Arrays
 
findLastIndex(T[], T, int) - Static method in class jupiter.common.util.Arrays
 
findLastIndex(T[], T, int, int) - Static method in class jupiter.common.util.Arrays
 
findLastIndex(T[][], T) - Static method in class jupiter.common.util.Arrays
 
findLastIndex(T[][][], T) - Static method in class jupiter.common.util.Arrays
 
findLastIndex(boolean[], boolean) - Static method in class jupiter.common.util.Booleans
 
findLastIndex(boolean[], boolean, int) - Static method in class jupiter.common.util.Booleans
 
findLastIndex(boolean[], boolean, int, int) - Static method in class jupiter.common.util.Booleans
 
findLastIndex(byte[], byte) - Static method in class jupiter.common.util.Bytes
 
findLastIndex(byte[], byte, int) - Static method in class jupiter.common.util.Bytes
 
findLastIndex(byte[], byte, int, int) - Static method in class jupiter.common.util.Bytes
 
findLastIndex(char[], char) - Static method in class jupiter.common.util.Characters
 
findLastIndex(char[], char, int) - Static method in class jupiter.common.util.Characters
 
findLastIndex(char[], char, int, int) - Static method in class jupiter.common.util.Characters
 
findLastIndex(double[], double) - Static method in class jupiter.common.util.Doubles
 
findLastIndex(double[], double, int) - Static method in class jupiter.common.util.Doubles
 
findLastIndex(double[], double, int, int) - Static method in class jupiter.common.util.Doubles
 
findLastIndex(float[], float) - Static method in class jupiter.common.util.Floats
 
findLastIndex(float[], float, int) - Static method in class jupiter.common.util.Floats
 
findLastIndex(float[], float, int, int) - Static method in class jupiter.common.util.Floats
 
findLastIndex(int[], int) - Static method in class jupiter.common.util.Integers
 
findLastIndex(int[], int, int) - Static method in class jupiter.common.util.Integers
 
findLastIndex(int[], int, int, int) - Static method in class jupiter.common.util.Integers
 
findLastIndex(long[], long) - Static method in class jupiter.common.util.Longs
 
findLastIndex(long[], long, int) - Static method in class jupiter.common.util.Longs
 
findLastIndex(long[], long, int, int) - Static method in class jupiter.common.util.Longs
 
findLastIndex(short[], short) - Static method in class jupiter.common.util.Shorts
 
findLastIndex(short[], short, int) - Static method in class jupiter.common.util.Shorts
 
findLastIndex(short[], short, int, int) - Static method in class jupiter.common.util.Shorts
 
findLastIndexIgnoreCase(String[], String) - Static method in class jupiter.common.util.Strings
Returns the index of the last occurrence of the specified token String in the specified array of String ignoring the case, or -1 if there is no such occurrence.
findLastIndexIgnoreCase(String[], String, int) - Static method in class jupiter.common.util.Strings
Returns the index of the last occurrence of the specified token String in the specified array of String ignoring the case, seeking backward from the specified index, or -1 if there is no such occurrence.
findLastLine(String...) - Method in class jupiter.common.io.file.FileHandler
Returns the Index of the last line containing the last occurrence of any of the specified token String in the File, or null if there is no such occurrence.
findLastLine(String[], int) - Method in class jupiter.common.io.file.FileHandler
Returns the Index of the last line containing the last occurrence of any of the specified token String in the File, seeking backward from the specified index, or null if there is no such occurrence.
findLastLine(String[], int, int) - Method in class jupiter.common.io.file.FileHandler
Returns the Index of the last line containing the last occurrence of any of the specified token String in the File, seeking backward from the specified index to the specified index, or null if there is no such occurrence.
findLastLine(Collection<String>) - Method in class jupiter.common.io.file.FileHandler
Returns the Index of the last line containing the last occurrence of any of the specified token String in the File, or null if there is no such occurrence.
findLastLine(Collection<String>, int) - Method in class jupiter.common.io.file.FileHandler
Returns the Index of the last line containing the last occurrence of any of the specified token String in the File, seeking backward from the specified index, or null if there is no such occurrence.
findLastLine(Collection<String>, int, int) - Method in class jupiter.common.io.file.FileHandler
Returns the Index of the last line containing the last occurrence of any of the specified token String in the File, seeking backward from the specified index to the specified index, or null if there is no such occurrence.
findLastLine(File, String...) - Static method in class jupiter.common.io.file.Files
Returns the Index of the last line containing the last occurrence of any of the specified token String in the specified File, or null if there is no such occurrence.
findLastLine(File, String[], int) - Static method in class jupiter.common.io.file.Files
Returns the Index of the last line containing the last occurrence of any of the specified token String in the specified File, seeking backward from the specified index, or null if there is no such occurrence.
findLastLine(File, String[], int, int) - Static method in class jupiter.common.io.file.Files
Returns the Index of the last line containing the last occurrence of any of the specified token String in the specified File, seeking backward from the specified index to the specified index, or null if there is no such occurrence.
findLastLine(File, Collection<String>) - Static method in class jupiter.common.io.file.Files
Returns the Index of the last line containing the last occurrence of any of the specified token String in the specified File, or null if there is no such occurrence.
findLastLine(File, Collection<String>, int) - Static method in class jupiter.common.io.file.Files
Returns the Index of the last line containing the last occurrence of any of the specified token String in the specified File, seeking backward from the specified index, or null if there is no such occurrence.
findLastLine(File, Collection<String>, int, int) - Static method in class jupiter.common.io.file.Files
Returns the Index of the last line containing the last occurrence of any of the specified token String in the specified File, seeking backward from the specified index to the specified index, or null if there is no such occurrence.
findLastNotEqualTo(String, char) - Static method in class jupiter.common.util.Strings
Returns the index of the last character in the specified String that is not equal to the specified char token, or -1 if there is no such occurrence.
findLastNotEqualTo(String, char, int) - Static method in class jupiter.common.util.Strings
Returns the index of the last character in the specified String that is not equal to the specified char token, seeking backward from the specified index, or -1 if there is no such occurrence.
findLastNotIn(String, char...) - Static method in class jupiter.common.util.Strings
Returns the index of the last character in the specified String that is not in the char tokens, or -1 if there is no such occurrence.
findLastNotIn(String, char[], int) - Static method in class jupiter.common.util.Strings
Returns the index of the last character in the specified String that is not in the char tokens, seeking backward from the specified index, or -1 if there is no such occurrence.
findLastNotIn(String, Collection<Character>) - Static method in class jupiter.common.util.Strings
Returns the index of the last character in the specified String that is not in the Collection of token Character, or -1 if there is no such occurrence.
findLastNotIn(String, Collection<Character>, int) - Static method in class jupiter.common.util.Strings
Returns the index of the last character in the specified String that is not in the Collection of token Character, seeking backward from the specified index, or -1 if there is no such occurrence.
findLastString(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 null if there is no such occurrence.
findLastString(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 null if there is no such occurrence.
findLastString(String, Collection<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 null if there is no such occurrence.
findLastString(String, Collection<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 null if there is no such occurrence.
findLastStringNotEqualTo(String, String) - Static method in class jupiter.common.util.Strings
Returns the index of the last substring in the specified String that is not equal to the specified token String, or -1 if there is no such occurrence.
findLastStringNotEqualTo(String, String, int) - Static method in class jupiter.common.util.Strings
Returns the index of the last substring in the specified String that is not equal to the specified token String, seeking backward from the specified index, or -1 if there is no such occurrence.
findLastStringNotIn(String, String...) - Static method in class jupiter.common.util.Strings
Returns the index of the last substring in the specified String that is not in the array of token String, or -1 if there is no such occurrence.
findLastStringNotIn(String, String[], int) - Static method in class jupiter.common.util.Strings
Returns the index of the last substring in the specified String that is not in the array of token String, seeking backward from the specified index, or -1 if there is no such occurrence.
findLastStringNotIn(String, List<String>) - Static method in class jupiter.common.util.Strings
Returns the index of the last substring in the specified String that is not in the specified List of token String, or -1 if there is no such occurrence.
findLastStringNotIn(String, List<String>, int) - Static method in class jupiter.common.util.Strings
Returns the index of the last substring in the specified String that is not in the specified List of token String, seeking backward from the specified index, or -1 if there is no such occurrence.
findNode(Comparable<? super K>) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
Returns the N node associated to the specified Comparable key, or null if it is not present.
findNode(Comparable<? super K>) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
Returns the N node associated to the specified Comparable key, or null if it is not present.
findNode(Comparable<? super K>) - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
Returns the N node associated to the specified Comparable key, or null if it is not present.
findNode(Comparable<? super K>) - Method in class jupiter.common.struct.map.tree.TreeMap
Returns the N node associated to the specified Comparable key, or null if it is not present.
first - Variable in class jupiter.common.struct.tuple.Pair
The T1 component.
first - Variable in class jupiter.common.struct.tuple.Quadruple
The T1 component.
first - Variable in class jupiter.common.struct.tuple.Quintuple
The T1 component.
first - Variable in class jupiter.common.struct.tuple.Triple
The T1 component.
FLOAT_PARSER - Static variable in interface jupiter.common.map.parser.IParsers
 
FLOAT_TINY_TOLERANCE - Static variable in class jupiter.common.math.Maths
The tiny tolerance level for float values.
FLOAT_TOLERANCE - Static variable in class jupiter.common.math.Maths
The tolerance level (or termination criterion) ε for float values.
FloatArguments - Class in jupiter.common.test
 
FloatArguments() - Constructor for class jupiter.common.test.FloatArguments
Prevents the construction of FloatArguments.
FloatParser - Class in jupiter.common.map.parser
FloatParser is the ObjectToFloatMapper parsing an input Object to an output Float.
FloatParser() - Constructor for class jupiter.common.map.parser.FloatParser
Constructs a FloatParser.
Floats - Class in jupiter.common.util
 
Floats() - Constructor for class jupiter.common.util.Floats
Prevents the construction of Floats.
FloatTable - Class in jupiter.common.struct.table
FloatTable(int, int) - Constructor for class jupiter.common.struct.table.FloatTable
Constructs a FloatTable with the specified numbers of rows and columns.
FloatTable(String[], int, int) - Constructor for class jupiter.common.struct.table.FloatTable
Constructs a FloatTable with the specified header and numbers of rows and columns.
FloatTable(Object[], String[], int, int) - Constructor for class jupiter.common.struct.table.FloatTable
Constructs a FloatTable with the specified index, header and numbers of rows and columns.
FloatTable(float[]...) - Constructor for class jupiter.common.struct.table.FloatTable
Constructs a FloatTable with the specified float values.
FloatTable(Float[]...) - Constructor for class jupiter.common.struct.table.FloatTable
Constructs a FloatTable with the specified elements.
FloatTable(String[], float[]...) - Constructor for class jupiter.common.struct.table.FloatTable
Constructs a FloatTable with the specified header and values.
FloatTable(String[], Float[]...) - Constructor for class jupiter.common.struct.table.FloatTable
Constructs a FloatTable with the specified header and elements.
FloatTable(Object[], String[], float[]...) - Constructor for class jupiter.common.struct.table.FloatTable
Constructs a FloatTable with the specified index, header and values.
FloatTable(Object[], String[], Float[]...) - Constructor for class jupiter.common.struct.table.FloatTable
Constructs a FloatTable with specified index, header and elements.
FloatTable(String, boolean) - Constructor for class jupiter.common.struct.table.FloatTable
Constructs a FloatTable loaded from the file denoted by the specified path.
floatValue() - Method in class jupiter.common.math.WholeNumber
 
floor(double) - Static method in class jupiter.common.math.Maths
 
floorToByte(double) - Static method in class jupiter.common.math.Maths
 
floorToInt(double) - Static method in class jupiter.common.math.Maths
 
floorToLong(double) - Static method in class jupiter.common.math.Maths
 
floorToShort(double) - Static method in class jupiter.common.math.Maths
 
FORMAT - Static variable in class jupiter.common.Formats
The default Format.
format(Date) - Static method in class jupiter.common.time.Dates
Returns the formatted String of the specified Date.
format(Date, StringBuffer, FieldPosition) - Method in class jupiter.common.time.SynchronizedDateFormat
Formats the specified Date into a date-time String and appends the result to the specified StringBuffer.
format(double) - Static method in class jupiter.common.util.Doubles
Returns the formatted representative String of the specified double value.
format(float) - Static method in class jupiter.common.util.Floats
Returns the formatted representative String of the specified float value.
formatNth(int) - Static method in class jupiter.common.util.Integers
Returns the nth representative String of the specified int value.
formatPercent(double) - Static method in class jupiter.common.util.Doubles
Returns the percentage representative String of the specified double value.
formatPercent(float) - Static method in class jupiter.common.util.Floats
Returns the percentage representative String of the specified float value.
Formats - Class in jupiter.common
 
Formats() - Constructor for class jupiter.common.Formats
Prevents the construction of Formats.
formatToCharacterIterator(Object) - Method in class jupiter.common.time.SynchronizedDateFormat
Formats an Object producing an AttributedCharacterIterator.
formatWith(Date, String) - Static method in class jupiter.common.time.Dates
Returns the formatted String of the specified Date with the specified pattern String.
formatWithTime(Date) - Static method in class jupiter.common.time.Dates
Returns the formatted String of the specified Date with time.
fourth - Variable in class jupiter.common.struct.tuple.Quadruple
The T4 component.
fourth - Variable in class jupiter.common.struct.tuple.Quintuple
The T4 component.
freeWorkers(int) - Method in class jupiter.common.thread.WorkQueue
Frees the specified number of Worker.

G

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 is the SortedUniqueList of E element type (subtype of Interval of T type).
GenericIntervalList() - Constructor for class jupiter.common.math.GenericIntervalList
Constructs an empty GenericIntervalList of E and T types.
GenericIntervalList(E...) - Constructor for class jupiter.common.math.GenericIntervalList
Constructs a GenericIntervalList of E and T types with the specified elements.
GenericIntervalList(Collection<? extends E>) - Constructor for class jupiter.common.math.GenericIntervalList
Constructs a GenericIntervalList of E and T types with the elements of the specified Collection.
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
Returns all the occurrences of the specified Object in the specified Collection in an ExtendedLinkedList.
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
Returns all the occurrences of the specified Object in the Collection at the specified key Object in an ExtendedLinkedList.
getAllAt(Object, Object) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Returns all the occurrences of the specified Object in the Collection at the specified key Object in an ExtendedLinkedList.
getAllAt(Object, Object) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
Returns all the occurrences of the specified Object in the Collection at the specified key Object in an ExtendedLinkedList.
getAllAt(Object, Object) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Returns all the occurrences of the specified Object in the Collection at the specified key Object in an ExtendedLinkedList.
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
Returns the Charset.
getCharset() - Method in class jupiter.common.io.file.FileHandler
Returns the Charset.
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
Returns the closest LowerBound or UpperBound to the specified value, or null if this does not contain any finite Bound.
getClosestBound(Double) - Method in class jupiter.common.math.DoubleInterval
Returns the closest LowerBound or UpperBound to the specified value, or null if this does not contain any finite Bound.
getClosestBound(Double) - Method in interface jupiter.common.math.IDoubleInterval
Returns the closest LowerBound or UpperBound to the specified value, or null if this does not contain any finite Bound.
getClosestInterval(Double) - Method in class jupiter.common.math.Domain
Returns the closest DoubleInterval to the specified value, or null if this does not contain any finite DoubleInterval.
getColor(InputOutput.SeverityLevel) - Static method in class jupiter.common.io.console.ConsoleHandler
Returns the ConsoleHandler.Color of the specified InputOutput.SeverityLevel.
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
Returns the IConsole.
getConsoleHandler() - Method in class jupiter.common.io.InputOutput
Returns the ConsoleHandler.
getContent() - Method in class jupiter.common.io.Content
Returns the content String.
getContent() - Method in class jupiter.common.io.Message
Returns the content String.
getDate() - Static method in class jupiter.common.time.Dates
Returns the current Date.
getDateFormatSymbols() - Method in class jupiter.common.time.SynchronizedDateFormat
Returns a copy of the DateFormatSymbols of this.
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
Returns the Date of the day end of the specified Calendar.
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
Returns the DecimalFormat with the specified decimal pattern String.
getDecimalFormat(String, Locale) - Static method in class jupiter.common.Formats
Returns the DecimalFormat with the specified decimal pattern String and Locale.
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
Returns the DecimalFormat of double values.
getDoubleDecimalFormat(Locale) - Static method in class jupiter.common.Formats
Returns the DecimalFormat of double values with the specified Locale.
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
Returns the element Class of the specified Collection.
getElements() - Method in class jupiter.common.struct.table.Table
Returns the elements.
getErr() - Method in interface jupiter.common.io.console.IConsole
Returns the error PrintStream.
getErr() - Method in class jupiter.common.io.console.SystemConsole
Returns the standard error PrintStream.
getException() - Method in class jupiter.common.io.Message
Returns the Exception.
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
Returns the File.
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
Returns the header of the specified Collection of Row.
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
Returns the height of the specified ComparableAvlTreeNode, or 0 if it is null.
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
Returns the InputStream.
getIn() - Method in class jupiter.common.io.console.SystemConsole
Returns the standard input InputStream.
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
Returns the index of the specified Collection of Row.
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
Returns the indices of the specified Collection of token Character in the specified String.
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
Returns the input line of the ConsoleHandler and prints it with all the IOHandler (except the ConsoleHandler).
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
Returns the key Class.
getKeyClass() - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
Returns the key Class.
getKeyClass() - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
Returns the key Class.
getKeyClass() - Method in class jupiter.common.struct.map.tree.TreeMap
Returns the key Class.
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
Returns the key Comparator of K supertype.
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
Returns the LogHandler.
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
Returns the LowerBound of T type.
getLowerBound() - Method in class jupiter.common.math.Interval
Returns the LowerBound of T type.
getLowerBoundValue() - Method in class jupiter.common.math.Domain
Returns the double value of the LowerBound.
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
Returns the double value of the LowerBound.
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
Returns the double value of the LowerBound.
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
Returns the Message.
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
Returns the Class of the model Worker.
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
Returns the PrintStream.
getOut() - Method in class jupiter.common.io.console.SystemConsole
Returns the standard output PrintStream.
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
Returns the prefix String.
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
Returns the IOPrinter containing the List of IOHandler (the ConsoleHandler and LogHandler by default).
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
Returns the root Map.Entry of K and V types.
getRootEntry() - Method in class jupiter.common.struct.map.tree.TreeMap
Returns the root Map.Entry of K and V types.
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
Returns the SortedList of Index of the specified token String in the specified String.
getStringIndices(String, String[], int) - Static method in class jupiter.common.util.Strings
Returns the SortedList of Index of the specified token String in the specified String, seeking forward from the specified index.
getStringIndices(String, Collection<String>) - Static method in class jupiter.common.util.Strings
Returns the SortedList of Index of the specified Collection of token String in the specified String.
getStringIndices(String, Collection<String>, int) - Static method in class jupiter.common.util.Strings
Returns the SortedList of Index of the specified Collection of token String in the specified String, seeking forward from the specified index.
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
Returns the SortedList of Index of the specified token String in the specified String, seeking forward to the specified index.
getStringIndicesTo(String, Collection<String>, int) - Static method in class jupiter.common.util.Strings
Returns the SortedList of Index of the specified Collection of token String in the specified String, seeking forward to the specified index.
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
Returns the Swiss public holidays in an ExtendedList.
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
Returns the ExtendedLinkedList of token String computed by splitting the specified String around the specified delimiting indices.
getTokens(String, Collection<Integer>) - 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.
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
Returns the IO InputOutput.Type.
getUnderlyingSet() - Method in interface jupiter.common.math.IMultiSet
Returns the underlying ISet of T type.
getUpperBound() - Method in class jupiter.common.math.GenericIntervalList
Returns the UpperBound of T type.
getUpperBound() - Method in class jupiter.common.math.Interval
Returns the UpperBound of T type.
getUpperBoundValue() - Method in class jupiter.common.math.Domain
Returns the double value of the UpperBound.
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
Returns the double value of the UpperBound.
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
Returns the double value of the UpperBound.
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
Returns the number of Worker.
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
Returns the Date of the year end of the specified Calendar.
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.

H

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
The List of IOHandler (containing the ConsoleHandler and LogHandler by default).
handlers - Variable in class jupiter.common.io.IOPrinter
The List of IOHandler.
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 is the Reducer hashing an I input array to an output Integer.
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.

I

ICloneable<T extends ICloneable<? super T>> - Interface in jupiter.common.model
ICloneable is the typed Cloneable.
IComparable<T extends Comparable<? super T>> - Interface in jupiter.common.math
IComparable is the extended Comparable of T type.
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
IDoubleInterval is the ISet of Double lying between lower and upper Bound.
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
Constructs an IllegalClassException with the specified illegal Class.
IllegalClassException(Class<?>, Throwable) - Constructor for exception jupiter.common.exception.IllegalClassException
Constructs an IllegalClassException with the specified illegal Class and Throwable cause (which is saved for later retrieval by the method Throwable.getCause()).
IllegalOperationException - Exception in jupiter.common.exception
 
IllegalOperationException() - Constructor for exception jupiter.common.exception.IllegalOperationException
IllegalOperationException(String) - Constructor for exception jupiter.common.exception.IllegalOperationException
Constructs an IllegalOperationException with the specified message String (which is saved for later retrieval by the method Throwable.getMessage()).
IllegalOperationException(String, Throwable) - Constructor for exception jupiter.common.exception.IllegalOperationException
Constructs an IllegalOperationException with the specified message String (which is saved for later retrieval by the method Throwable.getMessage()) and Throwable cause (which is saved for later retrieval by the method Throwable.getCause()).
IllegalTypeException - Exception in jupiter.common.exception
 
IllegalTypeException(Object) - Constructor for exception jupiter.common.exception.IllegalTypeException
Constructs an IllegalTypeException with the specified illegal type Object.
IllegalTypeException(Object, Throwable) - Constructor for exception jupiter.common.exception.IllegalTypeException
Constructs an IllegalTypeException with the specified illegal type Object and Throwable cause (which is saved for later retrieval by the method Throwable.getCause()).
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
Prints the specified content array with the IOPrinter indicating the severity level InputOutput.SeverityLevel.INFO.
info(Object) - Method in class jupiter.common.io.IOAppender
Prints the specified content Object indicating the severity level InputOutput.SeverityLevel.INFO.
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
Prints the indication of an input line with the ConsoleHandler.
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
Constructs an InputOutput by default.
InputOutput(InputOutput.SeverityLevel) - Constructor for class jupiter.common.io.InputOutput
Constructs an InputOutput with the specified InputOutput.SeverityLevel.
InputOutput(InputOutput.SeverityLevel, int) - Constructor for class jupiter.common.io.InputOutput
Constructs an InputOutput with the specified InputOutput.SeverityLevel and stack index.
InputOutput(InputOutput.SeverityLevel, int, ConsoleHandler) - Constructor for class jupiter.common.io.InputOutput
Constructs an InputOutput with the specified InputOutput.SeverityLevel, stack index and ConsoleHandler.
InputOutput(InputOutput.SeverityLevel, int, LogHandler) - Constructor for class jupiter.common.io.InputOutput
Constructs an InputOutput with the specified InputOutput.SeverityLevel, stack index and LogHandler.
InputOutput(InputOutput.SeverityLevel, int, ConsoleHandler, LogHandler) - Constructor for class jupiter.common.io.InputOutput
Constructs an InputOutput with the specified InputOutput.SeverityLevel, stack index, ConsoleHandler and LogHandler.
InputOutput(InputOutput.SeverityLevel, int, List<IOHandler>) - Constructor for class jupiter.common.io.InputOutput
Constructs an InputOutput with the specified InputOutput.SeverityLevel, stack index and List of IOHandler.
InputOutput(Properties) - Constructor for class jupiter.common.io.InputOutput
Constructs an InputOutput loaded from the specified Properties containing the specified InputOutput.SeverityLevel, stack index and List of IOHandler.
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
Prevents the construction of IntegerArguments.
IntegerParser - Class in jupiter.common.map.parser
IntegerParser is the ObjectToIntegerMapper parsing an input Object to an output Integer.
IntegerParser() - Constructor for class jupiter.common.map.parser.IntegerParser
Constructs an IntegerParser.
Integers - Class in jupiter.common.util
 
Integers() - Constructor for class jupiter.common.util.Integers
Prevents the construction of 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
Constructs an IntegerTable with the specified int values.
IntegerTable(Integer[]...) - Constructor for class jupiter.common.struct.table.IntegerTable
Constructs an IntegerTable with the specified elements.
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 is an ISet of T type.
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
Constructs an Interval of T type with the specified values of the LowerBound and UpperBound.
Interval(LowerBound<T>, UpperBound<T>) - Constructor for class jupiter.common.math.Interval
Constructs an Interval of T type with the specified LowerBound and UpperBound.
Interval(Pair<LowerBound<T>, UpperBound<T>>) - Constructor for class jupiter.common.math.Interval
Constructs an Interval of T type with the specified Pair of LowerBound and UpperBound.
IntervalArguments - Class in jupiter.common.test
 
IntervalArguments() - Constructor for class jupiter.common.test.IntervalArguments
Prevents the construction of IntervalArguments.
IntervalList<T extends Comparable<? super T>> - Class in jupiter.common.math
IntervalList() - Constructor for class jupiter.common.math.IntervalList
Constructs an empty IntervalList of T type.
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
Constructs an IntervalList of T type with the elements of the specified Collection.
Intervals - Class in jupiter.common.math
 
Intervals() - Constructor for class jupiter.common.math.Intervals
Prevents the construction of Intervals.
intValue() - Method in class jupiter.common.math.WholeNumber
 
IO - Static variable in class jupiter.common.io.InputOutput
The default InputOutput.
IOAppender - Class in jupiter.common.io
 
IOAppender() - Constructor for class jupiter.common.io.IOAppender
Constructs an IOAppender.
IOHandler - Class in jupiter.common.io
 
IOHandler() - Constructor for class jupiter.common.io.IOHandler
Constructs an IOHandler.
IOPrinter - Class in jupiter.common.io
 
IOPrinter(IOHandler...) - Constructor for class jupiter.common.io.IOPrinter
Constructs an IOPrinter with the specified array of IOHandler.
IOPrinter(List<IOHandler>) - Constructor for class jupiter.common.io.IOPrinter
Constructs an IOPrinter with the specified List of IOHandler.
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
IParser parses an input Object to an O output.
IParsers - Interface in jupiter.common.map.parser
 
is(Object) - Static method in class jupiter.common.io.Contents
Tests whether the specified Object is an instance of Content.
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
Tests whether the specified Object is an instance of Message.
is(Object) - Static method in class jupiter.common.io.Resources
Tests whether the specified Object is an instance of Closeable or AutoCloseable.
is(Object) - Static method in class jupiter.common.math.Comparables
Tests whether the specified Object is an instance of Comparable.
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
Tests whether the specified Object is an instance of Boolean.
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
Tests whether the specified Object is an instance of Character.
is(Object) - Static method in class jupiter.common.util.Classes
 
is(Object) - Static method in class jupiter.common.util.Collections
Tests whether the specified Object is an instance of Collection.
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
Tests whether the specified Object is an instance of Integer.
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
Tests whether this is at most InputOutput.SeverityLevel.DEBUG.
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
Tests whether the Interval with the specified LowerBound and UpperBound is empty.
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
Tests whether this is at least InputOutput.SeverityLevel.ERROR.
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
Tests whether this is at least InputOutput.SeverityLevel.FAILURE.
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
Tests whether the specified Class is assignable to a Closeable or an AutoCloseable.
isFrom(Class<?>) - Static method in class jupiter.common.math.Comparables
Tests whether the specified Class is assignable to a Comparable.
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
Tests whether the specified Class is assignable to a Collection.
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
Tests whether this is at least InputOutput.SeverityLevel.INFO.
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
Tests whether this contains the specified 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
Tests whether the specified T object is inside the Interval with the specified LowerBound and UpperBound.
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
Tests whether the specified Collection is a leaf.
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
Tests whether the Interval with the specified LowerBound and UpperBound is non-empty.
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
The Latin-6 Nordic Charset.
ISO_8859_11 - Static variable in class jupiter.common.Charsets
The Latin/Thai Charset.
ISO_8859_12 - Static variable in class jupiter.common.Charsets
Deprecated.
ISO_8859_13 - Static variable in class jupiter.common.Charsets
The Latin-7 Baltic Rim Charset.
ISO_8859_14 - Static variable in class jupiter.common.Charsets
The Latin-8 Celtic Charset.
ISO_8859_15 - Static variable in class jupiter.common.Charsets
The Latin-9 Charset.
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
The Latin/Cyrillic Charset.
ISO_8859_6 - Static variable in class jupiter.common.Charsets
The Latin/Arabic Charset.
ISO_8859_7 - Static variable in class jupiter.common.Charsets
The Latin/Greek Charset.
ISO_8859_8 - Static variable in class jupiter.common.Charsets
The Latin/Hebrew Charset.
ISO_8859_9 - Static variable in class jupiter.common.Charsets
The Latin-5 Turkish Charset.
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
Tests whether this is at least InputOutput.SeverityLevel.RESULT.
isRunning() - Method in class jupiter.common.thread.DivideAndConquer
Tests whether the WorkQueue is running.
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
Tests whether this is at most InputOutput.SeverityLevel.TEST.
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
Tests whether this is at most InputOutput.SeverityLevel.TRACE.
isUnix() - Static method in class jupiter.common.io.Systems
Tests whether the system is Systems.OS.LINUX or Systems.OS.MACOS.
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
Returns the flag specifying whether to update the tree ComparableAvlTreeNode.
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
Tests whether the Interval with the specified LowerBound and UpperBound is valid.
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
Tests whether this is at least InputOutput.SeverityLevel.WARNING.
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
Tests whether the system is Systems.OS.WINDOWS.
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.

J

JAPANESE - Static variable in class jupiter.common.Charsets
The Windows code page 932 (Japanese) Charset.
join(Object...) - Static method in class jupiter.common.util.Arrays
Returns a representative String of the specified array, or "null" if it is null.
join(Collection<?>) - Static method in class jupiter.common.util.Collections
Returns a representative String of the specified Collection, or "null" if it is null.
join(String...) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified array of String, or "null" if it is null.
join(Object...) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified array, or "null" if it is null.
join(Collection<?>) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified Collection, or "null" if it is null.
joinWith(Object[]) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified array joined with DELIMITER, or "null" if it is null.
joinWith(Object[], char) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified array joined with the specified char delimiter, or "null" if it is null.
joinWith(Object[], String) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified array joined with the specified delimiting String, or "null" if it is null.
joinWith(Object[], ObjectToStringMapper) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified array joined with DELIMITER and wrapped by wrapper, or "null" if it is null.
joinWith(Object[], char, ObjectToStringMapper) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified array joined with the specified char delimiter and wrapped by wrapper, or "null" if it is null.
joinWith(Object[], String, ObjectToStringMapper) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified array joined with the specified delimiting String and wrapped by wrapper, or "null" if it is null.
joinWith(Collection<?>, char) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified Collection joined with the specified char delimiter, or "null" if it is null.
joinWith(Collection<?>, String) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified Collection joined with the specified delimiting String, or "null" if it is null.
joinWith(Collection<?>, char, ObjectToStringMapper) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified Collection joined with the specified char delimiter and wrapped by wrapper, or "null" if it is null.
joinWith(Collection<?>, ObjectToStringMapper) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified Collection wrapped by wrapper, or "null" if it is null.
joinWith(Collection<?>, String, ObjectToStringMapper) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified Collection joined with the specified delimiting String and wrapped by wrapper, or "null" if it is null.
JSON - Class in jupiter.common.io.string
 
JSON() - Constructor for class jupiter.common.io.string.JSON
Constructs a JSON.
JSON - Static variable in class jupiter.common.io.string.Stringifiers
 
JSON_DELIMITER - Static variable in class jupiter.common.io.string.JSON
The char delimiter.
JSON_WRAPPER - Variable in class jupiter.common.io.string.JSON
JSONGenerator - Class in jupiter.common.io.string
JSONGenerator is the ObjectToStringMapper generating a JSON String from the fields of the input Object.
JSONGenerator() - Constructor for class jupiter.common.io.string.JSONGenerator
Constructs a JSONGenerator.
JSONValue - Class in jupiter.common.io.string
JSONValue is the JSON value without quotes.
JSONValue(Object) - Constructor for class jupiter.common.io.string.JSONValue
Constructs a JSONValue with the specified JSON value Object.
Jupiter - Class in jupiter.common.properties
 
Jupiter() - Constructor for class jupiter.common.properties.Jupiter
Prevents the construction of Jupiter.
jupiter.common - package jupiter.common
 
jupiter.common.exception - package jupiter.common.exception
 
jupiter.common.io - package jupiter.common.io
 
jupiter.common.io.console - package jupiter.common.io.console
 
jupiter.common.io.file - package jupiter.common.io.file
 
jupiter.common.io.log - package jupiter.common.io.log
 
jupiter.common.io.string - package jupiter.common.io.string
 
jupiter.common.map - package jupiter.common.map
 
jupiter.common.map.parser - package jupiter.common.map.parser
 
jupiter.common.map.remover - package jupiter.common.map.remover
 
jupiter.common.map.replacer - package jupiter.common.map.replacer
 
jupiter.common.map.wrapper - package jupiter.common.map.wrapper
 
jupiter.common.math - package jupiter.common.math
 
jupiter.common.model - package jupiter.common.model
 
jupiter.common.properties - package jupiter.common.properties
 
jupiter.common.reduce - package jupiter.common.reduce
 
jupiter.common.reduce.encoder - package jupiter.common.reduce.encoder
 
jupiter.common.reduce.joiner - package jupiter.common.reduce.joiner
 
jupiter.common.struct.list - package jupiter.common.struct.list
 
jupiter.common.struct.list.row - package jupiter.common.struct.list.row
 
jupiter.common.struct.map.hash - package jupiter.common.struct.map.hash
 
jupiter.common.struct.map.tree - package jupiter.common.struct.map.tree
 
jupiter.common.struct.set - package jupiter.common.struct.set
 
jupiter.common.struct.table - package jupiter.common.struct.table
 
jupiter.common.struct.tuple - package jupiter.common.struct.tuple
 
jupiter.common.test - package jupiter.common.test
 
jupiter.common.thread - package jupiter.common.thread
 
jupiter.common.time - package jupiter.common.time
 
jupiter.common.util - package jupiter.common.util
 

K

key - Variable in class jupiter.common.struct.map.tree.ComparableTreeNode
The K key.
key - Variable in class jupiter.common.struct.map.tree.TreeNode
The K key.
keyComparator - Variable in class jupiter.common.struct.map.tree.TreeMap
The key Comparator of K supertype to use.
keyComparator - Variable in class jupiter.common.struct.map.tree.TreeNode
The key Comparator of K supertype to use.
killAllWorkers() - Method in class jupiter.common.thread.WorkQueue
Kills all the Worker.
killWorker(Worker<I, O>) - Method in class jupiter.common.thread.WorkQueue
Kills the specified Worker.
KOREAN - Static variable in class jupiter.common.Charsets
The Windows code page 949 (Korean) Charset.

L

lcm(int, int) - Static method in class jupiter.common.math.Maths
Returns the least common multiple (LCM) of a and b.
lcm(long, long) - Static method in class jupiter.common.math.Maths
Returns the least common multiple (LCM) of a and b.
lcm(Number) - Method in class jupiter.common.math.WholeNumber
Returns the least common multiple (LCM) of this and the specified Number.
left - Variable in class jupiter.common.map.wrapper.StringWrapper
The left wrapping String.
left - Variable in class jupiter.common.struct.map.tree.BinaryTreeNode
 
left - Variable in class jupiter.common.struct.map.tree.ComparableBinaryTreeNode
 
LEFT_BRACE - Static variable in class jupiter.common.util.Characters
 
LEFT_BRACKET - Static variable in class jupiter.common.util.Characters
 
LEFT_PARENTHESIS - Static variable in class jupiter.common.util.Characters
 
LEFT_QUOTE - Static variable in class jupiter.common.util.Characters
 
leftPad(String, int) - Static method in class jupiter.common.util.Strings
Returns the String constructed by left-padding the specified String to the specified length.
leftPad(String, int, char) - Static method in class jupiter.common.util.Strings
Returns the String constructed by left-padding the specified String to the specified length with the specified char token.
length - Variable in class jupiter.common.io.ProgressBar
The maximum number of symbols in the progress bar (excluding the wrapping symbols).
LF - Static variable in class jupiter.common.util.Strings
The line feed used for line breaking in Unix.
LINE_LENGTH - Static variable in class jupiter.common.Formats
The line length.
lineCount - Variable in class jupiter.common.io.Content
The number of lines.
lineCount - Variable in class jupiter.common.io.file.FileHandler
The number of lines.
LIST_NAME - Static variable in class jupiter.common.test.IntervalArguments
 
LIST_NAMES - Static variable in class jupiter.common.test.IntervalArguments
 
listAll(File) - Static method in class jupiter.common.io.file.Files
Returns all the File that are contained in the specified directory or subdirectories in an ExtendedLinkedList.
listAll(File, String) - Static method in class jupiter.common.io.file.Files
Returns all the File that are contained in the specified directory or subdirectories and matching the specified name filter String in an ExtendedLinkedList.
listAll(File, Pattern) - Static method in class jupiter.common.io.file.Files
Returns all the File that are contained in the specified directory or subdirectories and matching the specified name Pattern in an ExtendedLinkedList.
listAll(File, Pattern, int) - Static method in class jupiter.common.io.file.Files
Returns all the File that are contained in the specified directory or subdirectories and matching the specified name Pattern until the specified depth in an ExtendedLinkedList.
Lists - Class in jupiter.common.util
 
Lists() - Constructor for class jupiter.common.util.Lists
Prevents the construction of Lists.
load(Properties) - Method in class jupiter.common.io.InputOutput
Loads this from the specified Properties.
load(String) - Method in class jupiter.common.properties.Properties
Loads this from the file denoted by the specified name.
load(IParser<E>, String, boolean) - Method in class jupiter.common.struct.table.Table
Loads this from the file denoted by the specified path.
load(IParser<E>, BufferedReader, int, boolean) - Method in class jupiter.common.struct.table.Table
Loads this from the specified BufferedReader.
loadLine(String, char, StringReplacer) - Method in class jupiter.common.struct.table.Table
 
LOCALE - Static variable in class jupiter.common.Formats
The Locale.
Locales - Class in jupiter.common
 
Locales() - Constructor for class jupiter.common.Locales
Prevents the construction of Locales.
LockedWorkQueue<I,O> - Class in jupiter.common.thread
 
LockedWorkQueue(Worker<I, O>) - Constructor for class jupiter.common.thread.LockedWorkQueue
Constructs a LockedWorkQueue with the specified model Worker by default.
LockedWorkQueue(Worker<I, O>, int, int) - Constructor for class jupiter.common.thread.LockedWorkQueue
Constructs a LockedWorkQueue with the specified model Worker and minimum and maximum numbers of Worker.
LockedWorkQueue(Worker<I, O>, int, int, boolean) - Constructor for class jupiter.common.thread.LockedWorkQueue
Constructs a LockedWorkQueue with the specified model Worker, minimum and maximum numbers of Worker and fairness policy.
log(double) - Static method in class jupiter.common.math.Maths
 
log10(double) - Static method in class jupiter.common.math.Maths
 
LOG_2 - Static variable in class jupiter.common.math.Maths
 
logDir - Variable in class jupiter.common.io.log.LogHandler
The log directory File.
logHandler - Variable in class jupiter.common.io.InputOutput
LogHandler - Class in jupiter.common.io.log
 
LogHandler() - Constructor for class jupiter.common.io.log.LogHandler
Constructs a LogHandler by default.
LogHandler(String) - Constructor for class jupiter.common.io.log.LogHandler
Constructs a LogHandler with the specified path to the log directory.
LogHandler(String, String, String) - Constructor for class jupiter.common.io.log.LogHandler
Constructs a LogHandler with the specified path to the log directory, output log and error log.
LONG_BIT_COUNT - Static variable in class jupiter.common.util.Bits
 
LONG_FACTORIALS - Static variable in class jupiter.common.math.Maths
 
LONG_PARSER - Static variable in interface jupiter.common.map.parser.IParsers
 
LongArguments - Class in jupiter.common.test
 
LongArguments() - Constructor for class jupiter.common.test.LongArguments
Prevents the construction of LongArguments.
LongParser - Class in jupiter.common.map.parser
LongParser is the ObjectToLongMapper parsing an input Object to an output Long.
LongParser() - Constructor for class jupiter.common.map.parser.LongParser
Constructs a LongParser.
Longs - Class in jupiter.common.util
 
Longs() - Constructor for class jupiter.common.util.Longs
Prevents the construction of Longs.
LongTable - Class in jupiter.common.struct.table
LongTable(int, int) - Constructor for class jupiter.common.struct.table.LongTable
Constructs a LongTable with the specified numbers of rows and columns.
LongTable(String[], int, int) - Constructor for class jupiter.common.struct.table.LongTable
Constructs a LongTable with the specified header and numbers of rows and columns.
LongTable(Object[], String[], int, int) - Constructor for class jupiter.common.struct.table.LongTable
Constructs a LongTable with the specified index, header and numbers of rows and columns.
LongTable(long[]...) - Constructor for class jupiter.common.struct.table.LongTable
Constructs a LongTable with the specified long values.
LongTable(Long[]...) - Constructor for class jupiter.common.struct.table.LongTable
Constructs a LongTable with the specified elements.
LongTable(String[], long[]...) - Constructor for class jupiter.common.struct.table.LongTable
Constructs a LongTable with the specified header and values.
LongTable(String[], Long[]...) - Constructor for class jupiter.common.struct.table.LongTable
Constructs a LongTable with the specified header and elements.
LongTable(Object[], String[], long[]...) - Constructor for class jupiter.common.struct.table.LongTable
Constructs a LongTable with the specified index, header and values.
LongTable(Object[], String[], Long[]...) - Constructor for class jupiter.common.struct.table.LongTable
Constructs a LongTable with specified index, header and elements.
LongTable(String, boolean) - Constructor for class jupiter.common.struct.table.LongTable
Constructs a LongTable loaded from the file denoted by the specified path.
longValue() - Method in class jupiter.common.math.WholeNumber
 
LOWER_CASE_ALPHABETICAL_DIGITS - Static variable in class jupiter.common.util.Characters
The lower case alphabetical digits.
LOWER_CASE_CHAR - Static variable in class jupiter.common.util.Strings
 
LOWER_CASE_CHARS - Static variable in class jupiter.common.util.Strings
 
LOWER_CASE_DIGITS - Static variable in class jupiter.common.util.Characters
The lower case digits.
lowerBound - Variable in class jupiter.common.math.Interval
The LowerBound of T type.
LowerBound<T extends Comparable<? super T>> - Class in jupiter.common.math
LowerBound is the inclusive or exclusive lower Bound (inclusive by default).
LowerBound() - Constructor for class jupiter.common.math.LowerBound
Constructs a LowerBound of T type.
LowerBound(T) - Constructor for class jupiter.common.math.LowerBound
Constructs a LowerBound of T type with the specified T value.
LowerBound(T, boolean) - Constructor for class jupiter.common.math.LowerBound
Constructs a LowerBound of T type with the specified T value.

M

m - Variable in class jupiter.common.struct.table.Table
The number of rows.
MapArguments - Class in jupiter.common.test
 
MapArguments() - Constructor for class jupiter.common.test.MapArguments
Prevents the construction of MapArguments.
Mapper<I,O> - Class in jupiter.common.map
Mapper is the Worker mapping an I input to an O output.
Mapper() - Constructor for class jupiter.common.map.Mapper
Constructs a Mapper of I and O types.
Mapper(Class<O>) - Constructor for class jupiter.common.map.Mapper
Constructs a Mapper of I and O types with the specified output Class.
Maps - Class in jupiter.common.util
 
Maps() - Constructor for class jupiter.common.util.Maps
Prevents the construction of Maps.
matches(String, String) - Static method in class jupiter.common.util.Strings
Tests whether the specified String matches expression.
matches(String, String...) - Static method in class jupiter.common.util.Strings
Tests whether the specified String matches any expressions.
Maths - Class in jupiter.common.math
 
Maths() - Constructor for class jupiter.common.math.Maths
Prevents the construction of Maths.
max(double...) - Static method in class jupiter.common.math.Maths
 
max(Number[]) - Static method in class jupiter.common.math.Maths
 
max(Collection<? extends Number>) - Static method in class jupiter.common.math.Maths
 
MAX_FRACTION_DIGIT_COUNT - Static variable in class jupiter.common.Formats
The maximum number of fraction digits.
MAX_INTEGER_DIGIT_COUNT - Static variable in class jupiter.common.Formats
The maximum number of integer digits.
MAX_SCIENTIFIC_THRESHOLD - Static variable in class jupiter.common.Formats
The maximum scientific threshold (inclusive).
maxNewlineSize - Variable in class jupiter.common.io.file.ReversedFileReader
The maximum number of bytes of a newline.
maxPoolSize - Variable in class jupiter.common.thread.ReservedThreadPoolExecutor
The maximum pool size.
maxThreadCount - Variable in class jupiter.common.thread.WorkQueue
The maximum number of Worker to handle.
maxToByte(byte...) - Static method in class jupiter.common.math.Maths
 
maxToFloat(float...) - Static method in class jupiter.common.math.Maths
 
maxToInt(int...) - Static method in class jupiter.common.math.Maths
 
maxToLong(long...) - Static method in class jupiter.common.math.Maths
 
maxToShort(short...) - Static method in class jupiter.common.math.Maths
 
mean(double, double) - Static method in class jupiter.common.math.Maths
 
mean(double...) - Static method in class jupiter.common.math.Statistics
 
mean(Number[]) - Static method in class jupiter.common.math.Statistics
 
mean(Collection<? extends Number>) - Static method in class jupiter.common.math.Statistics
 
merge() - Method in class jupiter.common.math.GenericIntervalList
Merges the intervals.
merge(Interval<T>) - Method in class jupiter.common.math.Interval
Merges the specified Interval with this.
mergeAt(int) - Method in class jupiter.common.struct.list.ComparableSort
Merges the two runs at stack indices i and i + 1.
mergeAt(int) - Method in class jupiter.common.struct.list.Sort
Merges the two runs at stack indices i and i + 1.
mergeCollapse() - Method in class jupiter.common.struct.list.ComparableSort
Examines the stack of runs waiting to merge and merges adjacent runs until the stack invariants are reestablished:
mergeCollapse() - Method in class jupiter.common.struct.list.Sort
Examines the stack of runs waiting to be merged and merges adjacent runs until the stack invariants are reestablished:
mergeForceCollapse() - Method in class jupiter.common.struct.list.ComparableSort
Merges all runs on the stack until only one remains.
mergeForceCollapse() - Method in class jupiter.common.struct.list.Sort
Merges all runs on the stack until only one remains.
mergeHi(int, int, int, int) - Method in class jupiter.common.struct.list.ComparableSort
Like the method ComparableSort.mergeLo(int, int, int, int), except that this method should be called only if length1 >= length2; the method ComparableSort.mergeLo(int, int, int, int) should be called if length1 <= length2.
mergeHi(int, int, int, int) - Method in class jupiter.common.struct.list.Sort
Like the method Sort.mergeLo(int, int, int, int), except that this method should be called only if length1 >= length2; the method Sort.mergeLo(int, int, int, int) should be called if length1 <= length2.
mergeLo(int, int, int, int) - Method in class jupiter.common.struct.list.ComparableSort
Merges two adjacent runs in place, in a stable fashion.
mergeLo(int, int, int, int) - Method in class jupiter.common.struct.list.Sort
Merges two adjacent runs in place, in a stable fashion.
Message - Class in jupiter.common.io
 
Message(Object) - Constructor for class jupiter.common.io.Message
Constructs a Message with the specified content Object.
Message(InputOutput.Type, Object) - Constructor for class jupiter.common.io.Message
Constructs a Message with the specified IO InputOutput.Type and content Object.
Message(InputOutput.SeverityLevel, Object) - Constructor for class jupiter.common.io.Message
Constructs a Message with the specified InputOutput.SeverityLevel and content Object.
Message(int, Object) - Constructor for class jupiter.common.io.Message
Constructs a Message with the specified stack index and content Object.
Message(InputOutput.SeverityLevel, int, Object) - Constructor for class jupiter.common.io.Message
Constructs a Message with the specified InputOutput.SeverityLevel, stack index and content Object.
Message(InputOutput.Type, int, Object) - Constructor for class jupiter.common.io.Message
Constructs a Message with the specified IO InputOutput.Type, stack index and content Object.
Message(InputOutput.Type, InputOutput.SeverityLevel, Object) - Constructor for class jupiter.common.io.Message
Constructs a Message with the specified IO InputOutput.Type, InputOutput.SeverityLevel and content Object.
Message(InputOutput.Type, InputOutput.SeverityLevel, int, Object) - Constructor for class jupiter.common.io.Message
Constructs a Message with the specified IO InputOutput.Type, InputOutput.SeverityLevel, stack index and content Object.
Message(Exception) - Constructor for class jupiter.common.io.Message
Constructs a Message with the specified Exception.
Message(InputOutput.SeverityLevel, Exception) - Constructor for class jupiter.common.io.Message
Constructs a Message with the specified InputOutput.SeverityLevel and Exception.
Message(int, Exception) - Constructor for class jupiter.common.io.Message
Constructs a Message with the specified stack index and Exception.
Message(InputOutput.SeverityLevel, int, Exception) - Constructor for class jupiter.common.io.Message
Constructs a Message with the specified InputOutput.SeverityLevel, stack index and Exception.
message - Variable in class jupiter.common.thread.Result
The Message.
Messages - Class in jupiter.common.io
 
Messages() - Constructor for class jupiter.common.io.Messages
Prevents the construction of Messages.
middle() - Method in class jupiter.common.math.WholeNumber
Returns the middle of this rounded down.
middle(byte) - Static method in class jupiter.common.util.Bytes
Returns the middle of the specified byte value rounded down.
middle(byte, byte) - Static method in class jupiter.common.util.Bytes
Returns the middle of the specified byte lower and upper bounds rounded down.
middle(double) - Static method in class jupiter.common.util.Doubles
Returns the middle of the specified double value.
middle(double, double) - Static method in class jupiter.common.util.Doubles
Returns the middle of the specified double lower and upper bounds.
middle(float) - Static method in class jupiter.common.util.Floats
Returns the middle of the specified float value.
middle(float, float) - Static method in class jupiter.common.util.Floats
Returns the middle of the specified float lower and upper bounds.
middle(int) - Static method in class jupiter.common.util.Integers
Returns the middle of the specified int value rounded down.
middle(int, int) - Static method in class jupiter.common.util.Integers
Returns the middle of the specified int lower and upper bounds rounded down.
middle(long) - Static method in class jupiter.common.util.Longs
Returns the middle of the specified long value rounded down.
middle(long, long) - Static method in class jupiter.common.util.Longs
Returns the middle of the specified long lower and upper bounds rounded down.
middle(short) - Static method in class jupiter.common.util.Shorts
Returns the middle of the specified short value rounded down.
middle(short, short) - Static method in class jupiter.common.util.Shorts
Returns the middle of the specified short lower and upper bounds rounded down.
middleUp(byte) - Static method in class jupiter.common.util.Bytes
Returns the middle of the specified byte value rounded up.
middleUp(byte, byte) - Static method in class jupiter.common.util.Bytes
Returns the middle of the specified byte lower and upper bounds rounded up.
middleUp(int) - Static method in class jupiter.common.util.Integers
Returns the middle of the specified int value rounded up.
middleUp(int, int) - Static method in class jupiter.common.util.Integers
Returns the middle of the specified int lower and upper bounds rounded up.
middleUp(long) - Static method in class jupiter.common.util.Longs
Returns the middle of the specified long value rounded up.
middleUp(long, long) - Static method in class jupiter.common.util.Longs
Returns the middle of the specified long lower and upper bounds rounded up.
middleUp(short) - Static method in class jupiter.common.util.Shorts
Returns the middle of the specified short value rounded up.
middleUp(short, short) - Static method in class jupiter.common.util.Shorts
Returns the middle of the specified short lower and upper bounds rounded up.
MILLISECONDS_PER_DAY - Static variable in class jupiter.common.time.Dates
 
MILLISECONDS_PER_SECOND - Static variable in class jupiter.common.time.Dates
 
min(double...) - Static method in class jupiter.common.math.Maths
 
min(Number[]) - Static method in class jupiter.common.math.Maths
 
min(Collection<? extends Number>) - Static method in class jupiter.common.math.Maths
 
MIN_FRACTION_DIGIT_COUNT - Static variable in class jupiter.common.Formats
The minimum number of fraction digits.
MIN_GALLOP - Static variable in class jupiter.common.struct.list.ComparableSort
When we get into galloping mode, we stay there until both runs win less often than MIN_GALLOP consecutive times.
MIN_GALLOP - Static variable in class jupiter.common.struct.list.Sort
When we get into galloping mode, we stay there until both runs win less often than MIN_GALLOP consecutive times.
MIN_INTEGER_DIGIT_COUNT - Static variable in class jupiter.common.Formats
The minimum number of integer digits.
MIN_MERGE - Static variable in class jupiter.common.struct.list.ComparableSort
This is the minimum sized sequence that will be merged.
MIN_MERGE - Static variable in class jupiter.common.struct.list.Sort
This is the minimum sized sequence that will be merged.
MIN_NUMBER_LENGTH - Static variable in class jupiter.common.Formats
The minimum number length.
MIN_SCIENTIFIC_THRESHOLD - Static variable in class jupiter.common.Formats
The minimum scientific threshold (inclusive).
minGallop - Variable in class jupiter.common.struct.list.ComparableSort
This controls when we get *into* galloping mode.
minGallop - Variable in class jupiter.common.struct.list.Sort
This controls when we get *into* galloping mode.
minRunLength(int) - Static method in class jupiter.common.struct.list.ComparableSort
Returns the minimum acceptable run length for an array of the specified length.
minRunLength(int) - Static method in class jupiter.common.struct.list.Sort
Returns the minimum acceptable run length for an array of the specified length.
minThreadCount - Variable in class jupiter.common.thread.WorkQueue
The minimum number of Worker to handle.
minToByte(byte...) - Static method in class jupiter.common.math.Maths
 
minToFloat(float...) - Static method in class jupiter.common.math.Maths
 
minToInt(int...) - Static method in class jupiter.common.math.Maths
 
minToLong(long...) - Static method in class jupiter.common.math.Maths
 
minToShort(short...) - Static method in class jupiter.common.math.Maths
 
MINUTES_PER_DAY - Static variable in class jupiter.common.time.Dates
 
MINUTES_PER_HOUR - Static variable in class jupiter.common.time.Dates
 
model - Variable in class jupiter.common.struct.map.hash.CollectionHashMap
The model Collection of E element type.
model - Variable in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
The model Collection of E element type.
model - Variable in class jupiter.common.struct.map.tree.CollectionTreeMap
The model Collection of E element type.
model - Variable in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
The model Collection of E element type.
model - Variable in class jupiter.common.thread.WorkQueue
The model Worker of I and O types.
move(File) - Method in class jupiter.common.io.file.FileHandler
Moves the File to the specified target File (preserving the file dates).
move(File, boolean) - Method in class jupiter.common.io.file.FileHandler
Moves the File to the specified target File (preserving the file dates).
move(File, File) - Static method in class jupiter.common.io.file.Files
Moves the specified source File to the specified target File (preserving the file dates).
move(File, File, boolean) - Static method in class jupiter.common.io.file.Files
Moves the specified source File to the specified target File (preserving the file dates).
multiply(byte[], byte) - Static method in class jupiter.common.math.Maths
Multiplies A by c.
multiply(byte[], byte, int, int) - Static method in class jupiter.common.math.Maths
Multiplies A by c between the specified indices.
multiply(short[], short) - Static method in class jupiter.common.math.Maths
Multiplies A by c.
multiply(short[], short, int, int) - Static method in class jupiter.common.math.Maths
Multiplies A by c between the specified indices.
multiply(int[], int) - Static method in class jupiter.common.math.Maths
Multiplies A by c.
multiply(int[], int, int, int) - Static method in class jupiter.common.math.Maths
Multiplies A by c between the specified indices.
multiply(long[], long) - Static method in class jupiter.common.math.Maths
Multiplies A by c.
multiply(long[], long, int, int) - Static method in class jupiter.common.math.Maths
Multiplies A by c between the specified indices.
multiply(float[], float) - Static method in class jupiter.common.math.Maths
Multiplies A by c.
multiply(float[], float, int, int) - Static method in class jupiter.common.math.Maths
Multiplies A by c between the specified indices.
multiply(double[], double) - Static method in class jupiter.common.math.Maths
Multiplies A by c.
multiply(double[], double, int, int) - Static method in class jupiter.common.math.Maths
Multiplies A by c between the specified indices.

N

n - Variable in class jupiter.common.struct.table.Table
The number of columns.
NAME - Static variable in class jupiter.common.properties.Jupiter
 
NAME - Static variable in class jupiter.common.test.Arguments
 
NAME - Static variable in class jupiter.common.test.ArrayArguments
 
NAME - Static variable in class jupiter.common.test.BooleanArguments
 
NAME - Static variable in class jupiter.common.test.ByteArguments
 
NAME - Static variable in class jupiter.common.test.CharacterArguments
 
NAME - Static variable in class jupiter.common.test.CollectionArguments
 
NAME - Static variable in class jupiter.common.test.DoubleArguments
 
NAME - Static variable in class jupiter.common.test.FileArguments
 
NAME - Static variable in class jupiter.common.test.FloatArguments
 
NAME - Static variable in class jupiter.common.test.IntegerArguments
 
NAME - Static variable in class jupiter.common.test.IntervalArguments
 
NAME - Static variable in class jupiter.common.test.LongArguments
 
NAME - Static variable in class jupiter.common.test.MapArguments
 
NAME - Static variable in class jupiter.common.test.NumberArguments
 
NAME - Static variable in class jupiter.common.test.SetArguments
 
NAME - Static variable in class jupiter.common.test.ShortArguments
 
NAME - Static variable in class jupiter.common.test.StringArguments
 
NAMES - Static variable in class jupiter.common.test.Arguments
 
NAMES - Static variable in class jupiter.common.test.ArrayArguments
 
NAMES - Static variable in class jupiter.common.test.BooleanArguments
 
NAMES - Static variable in class jupiter.common.test.ByteArguments
 
NAMES - Static variable in class jupiter.common.test.CharacterArguments
 
NAMES - Static variable in class jupiter.common.test.CollectionArguments
 
NAMES - Static variable in class jupiter.common.test.DoubleArguments
 
NAMES - Static variable in class jupiter.common.test.FileArguments
 
NAMES - Static variable in class jupiter.common.test.FloatArguments
 
NAMES - Static variable in class jupiter.common.test.IntegerArguments
 
NAMES - Static variable in class jupiter.common.test.IntervalArguments
 
NAMES - Static variable in class jupiter.common.test.LongArguments
 
NAMES - Static variable in class jupiter.common.test.MapArguments
 
NAMES - Static variable in class jupiter.common.test.NumberArguments
 
NAMES - Static variable in class jupiter.common.test.SetArguments
 
NAMES - Static variable in class jupiter.common.test.ShortArguments
 
NAMES - Static variable in class jupiter.common.test.StringArguments
 
NEGATIVE - Static variable in class jupiter.common.math.Domain
 
NEWLINE - Static variable in class jupiter.common.Formats
The newline.
newlineSequences - Variable in class jupiter.common.io.file.ReversedFileReader
The byte sequence of each newline.
next() - Method in class jupiter.common.struct.table.Table.TableIterator
 
NO_PUBLIC_HOLIDAYS - Static variable in class jupiter.common.time.Dates
 
NON_NEGATIVE - Static variable in class jupiter.common.math.Domain
 
NON_POSITIVE - Static variable in class jupiter.common.math.Domain
 
NON_ZERO - Static variable in class jupiter.common.math.Domain
 
normalCDF(double) - Static method in class jupiter.common.math.Statistics
Returns Phi(z) = standard Gaussian CDF using Taylor approximation.
normalCDF(double, double) - Static method in class jupiter.common.math.Statistics
Returns Phi(z) = standard Gaussian CDF using Taylor approximation within the specified tolerance level.
normalCDF(double, double, double) - Static method in class jupiter.common.math.Statistics
Returns Phi(z, mu, sigma) = Gaussian CDF with mean mu and standard deviation sigma.
normalCDFInverse(double) - Static method in class jupiter.common.math.Statistics
Returns z such that Phi(z) = alpha via bisection search.
normalCDFInverse(double, double, double, double) - Static method in class jupiter.common.math.Statistics
Returns z such that Phi(z) = alpha via bisection search within the specified tolerance level.
normalPDF(double) - Static method in class jupiter.common.math.Statistics
Returns phi(x) = standard Gaussian PDF.
normalPDF(double, double, double) - Static method in class jupiter.common.math.Statistics
Returns phi(x, mu, signma) = Gaussian PDF with mean mu and standard deviation sigma.
NULL - Static variable in class jupiter.common.util.Strings
 
NUMBER_LENGTH - Static variable in class jupiter.common.Formats
The number length used for representing numbers as String.
NumberArguments - Class in jupiter.common.test
 
NumberArguments() - Constructor for class jupiter.common.test.NumberArguments
Prevents the construction of NumberArguments.
Numbers - Class in jupiter.common.util
 
Numbers() - Constructor for class jupiter.common.util.Numbers
Prevents the construction of Numbers.
NumberTable<E extends Number> - Class in jupiter.common.struct.table
NumberTable is the Table of E element type (subtype of Number).
NumberTable(Class<E>, int, int) - Constructor for class jupiter.common.struct.table.NumberTable
Constructs a NumberTable of E element type with the specified numbers of rows and columns.
NumberTable(Class<E>, String[], int, int) - Constructor for class jupiter.common.struct.table.NumberTable
Constructs a NumberTable of E element type with the specified header and numbers of rows and columns.
NumberTable(Class<E>, Object[], String[], int, int) - Constructor for class jupiter.common.struct.table.NumberTable
Constructs a NumberTable of E element type with the specified index, header and numbers of rows and columns.
NumberTable(Class<E>, E[][]) - Constructor for class jupiter.common.struct.table.NumberTable
Constructs a NumberTable of E element type with the specified elements.
NumberTable(Class<E>, String[], E[][]) - Constructor for class jupiter.common.struct.table.NumberTable
Constructs a NumberTable of E element type with the specified header and elements.
NumberTable(Class<E>, Object[], String[], E[][]) - Constructor for class jupiter.common.struct.table.NumberTable
Constructs a NumberTable of E element type with specified index, header and elements.
NumberTable(IParser<E>, String, boolean) - Constructor for class jupiter.common.struct.table.NumberTable
Constructs a NumberTable of E element type loaded from the file denoted by the specified path.
NUMERICAL_CHAR - Static variable in class jupiter.common.util.Strings
 
NUMERICAL_CHARS - Static variable in class jupiter.common.util.Strings
 
NUMERICAL_DIGITS - Static variable in class jupiter.common.util.Characters
The numerical digits.

O

OBJECT_CLASS - Static variable in class jupiter.common.util.Classes
The Class of Object.
ObjectMapper<O> - Class in jupiter.common.map
ObjectMapper is the Mapper mapping an input Object to an O output.
ObjectMapper() - Constructor for class jupiter.common.map.ObjectMapper
Constructs an ObjectMapper of O type.
ObjectMapper(Class<O>) - Constructor for class jupiter.common.map.ObjectMapper
Constructs an ObjectMapper of O type with the specified output Class.
ObjectReducer<O> - Class in jupiter.common.reduce
ObjectReducer is the Reducer reducing an input array to an O output.
ObjectReducer() - Constructor for class jupiter.common.reduce.ObjectReducer
Constructs an ObjectReducer of O type.
ObjectReducer(Class<O>) - Constructor for class jupiter.common.reduce.ObjectReducer
Constructs an ObjectReducer of O type with the specified output Class.
Objects - Class in jupiter.common.util
 
Objects() - Constructor for class jupiter.common.util.Objects
Prevents the construction of Objects.
ObjectToBooleanMapper - Class in jupiter.common.map
ObjectToBooleanMapper is the ObjectMapper mapping an input Object to an output Boolean.
ObjectToBooleanMapper() - Constructor for class jupiter.common.map.ObjectToBooleanMapper
Constructs an ObjectToBooleanMapper.
ObjectToByteMapper - Class in jupiter.common.map
ObjectToByteMapper is the ObjectMapper mapping an input Object to an output Byte.
ObjectToByteMapper() - Constructor for class jupiter.common.map.ObjectToByteMapper
Constructs an ObjectToByteMapper.
ObjectToCharacterMapper - Class in jupiter.common.map
ObjectToCharacterMapper is the ObjectMapper mapping an input Object to an output Character.
ObjectToCharacterMapper() - Constructor for class jupiter.common.map.ObjectToCharacterMapper
ObjectToDoubleMapper - Class in jupiter.common.map
ObjectToDoubleMapper is the ObjectMapper mapping an input Object to an output Double.
ObjectToDoubleMapper() - Constructor for class jupiter.common.map.ObjectToDoubleMapper
Constructs an ObjectToDoubleMapper.
ObjectToFloatMapper - Class in jupiter.common.map
ObjectToFloatMapper is the ObjectMapper mapping an input Object to an output Float.
ObjectToFloatMapper() - Constructor for class jupiter.common.map.ObjectToFloatMapper
Constructs an ObjectToFloatMapper.
ObjectToIntegerMapper - Class in jupiter.common.map
ObjectToIntegerMapper is the ObjectMapper mapping an input Object to an output Integer.
ObjectToIntegerMapper() - Constructor for class jupiter.common.map.ObjectToIntegerMapper
Constructs an ObjectToIntegerMapper.
ObjectToLongMapper - Class in jupiter.common.map
ObjectToLongMapper is the ObjectMapper mapping an input Object to an output Long.
ObjectToLongMapper() - Constructor for class jupiter.common.map.ObjectToLongMapper
Constructs an ObjectToLongMapper.
ObjectToShortMapper - Class in jupiter.common.map
ObjectToShortMapper is the ObjectMapper mapping an input Object to an output Short.
ObjectToShortMapper() - Constructor for class jupiter.common.map.ObjectToShortMapper
Constructs an ObjectToShortMapper.
ObjectToStringMapper - Class in jupiter.common.map
ObjectToStringMapper is the ObjectMapper mapping an input Object to an output String.
ObjectToStringMapper() - Constructor for class jupiter.common.map.ObjectToStringMapper
Constructs an ObjectToStringMapper.
ONE - Static variable in class jupiter.common.util.Characters
 
OS - Static variable in class jupiter.common.io.Systems
The OS type.
OS_NAME - Static variable in class jupiter.common.io.Systems
The OS name.
output - Variable in class jupiter.common.thread.Result
The O output.
outputLogHandler - Variable in class jupiter.common.io.log.LogHandler
The output log FileHandler.
outputLogLock - Variable in class jupiter.common.io.log.LogHandler
The internal Lock of the output log File to handle.

P

Pair<T1,T2> - Class in jupiter.common.struct.tuple
 
Pair() - Constructor for class jupiter.common.struct.tuple.Pair
Constructs a Pair.
Pair(T1, T2) - Constructor for class jupiter.common.struct.tuple.Pair
Constructs a Pair with the specified T1 and T2 components.
parallelize() - Static method in class jupiter.common.io.file.Files
Parallelizes this.
parent - Variable in class jupiter.common.struct.map.tree.BinaryTreeNode
 
parent - Variable in class jupiter.common.struct.map.tree.ComparableBinaryTreeNode
 
PARENTHESER - Static variable in class jupiter.common.util.Strings
 
parenthesize(Object) - Static method in class jupiter.common.util.Strings
Returns the parenthesized representative String of the specified content.
parse(String) - Static method in enum jupiter.common.io.console.ConsoleHandler.Color
Parses the ConsoleHandler.Color encoded in the specified String.
parse(Object) - Method in class jupiter.common.map.parser.BooleanParser
 
parse(Object) - Method in class jupiter.common.map.parser.ByteParser
 
parse(Object) - Method in class jupiter.common.map.parser.CharacterParser
 
parse(Object) - Method in class jupiter.common.map.parser.DoubleParser
 
parse(Object) - Method in class jupiter.common.map.parser.FloatParser
 
parse(Object) - Method in class jupiter.common.map.parser.IntegerParser
 
parse(Object) - Method in interface jupiter.common.map.parser.IParser
 
parse(Object) - Method in class jupiter.common.map.parser.LongParser
 
parse(Object) - Method in class jupiter.common.map.parser.ShortParser
 
parse(Object) - Method in class jupiter.common.map.parser.StringParser
 
parse(String) - Static method in class jupiter.common.time.Dates
Parses the Date encoded in the specified String.
parse(String, Date) - Static method in class jupiter.common.time.Dates
Parses the Date encoded in the specified String, or returns defaultDate if there is a problem with parsing.
parse(String, ParsePosition) - Method in class jupiter.common.time.SynchronizedDateFormat
Parses the Date encoded in the specified String.
parseAsArray(Object...) - Method in class jupiter.common.map.parser.BooleanParser
 
parseAsArray(Object...) - Method in class jupiter.common.map.parser.ByteParser
 
parseAsArray(Object...) - Method in class jupiter.common.map.parser.CharacterParser
 
parseAsArray(Object...) - Method in class jupiter.common.map.parser.DoubleParser
 
parseAsArray(Object...) - Method in class jupiter.common.map.parser.FloatParser
 
parseAsArray(Object...) - Method in class jupiter.common.map.parser.IntegerParser
 
parseAsArray(Object...) - Method in interface jupiter.common.map.parser.IParser
 
parseAsArray(Object...) - Method in class jupiter.common.map.parser.LongParser
 
parseAsArray(Object...) - Method in class jupiter.common.map.parser.ShortParser
 
parseAsArray(Object...) - Method in class jupiter.common.map.parser.StringParser
 
parseAsArray2D(Object[]...) - Method in class jupiter.common.map.parser.BooleanParser
 
parseAsArray2D(Object[]...) - Method in class jupiter.common.map.parser.ByteParser
 
parseAsArray2D(Object[]...) - Method in class jupiter.common.map.parser.CharacterParser
 
parseAsArray2D(Object[]...) - Method in class jupiter.common.map.parser.DoubleParser
 
parseAsArray2D(Object[]...) - Method in class jupiter.common.map.parser.FloatParser
 
parseAsArray2D(Object[]...) - Method in class jupiter.common.map.parser.IntegerParser
 
parseAsArray2D(Object[]...) - Method in interface jupiter.common.map.parser.IParser
 
parseAsArray2D(Object[]...) - Method in class jupiter.common.map.parser.LongParser
 
parseAsArray2D(Object[]...) - Method in class jupiter.common.map.parser.ShortParser
 
parseAsArray2D(Object[]...) - Method in class jupiter.common.map.parser.StringParser
 
parseAsArray3D(Object[][]...) - Method in class jupiter.common.map.parser.BooleanParser
 
parseAsArray3D(Object[][]...) - Method in class jupiter.common.map.parser.ByteParser
 
parseAsArray3D(Object[][]...) - Method in class jupiter.common.map.parser.CharacterParser
 
parseAsArray3D(Object[][]...) - Method in class jupiter.common.map.parser.DoubleParser
 
parseAsArray3D(Object[][]...) - Method in class jupiter.common.map.parser.FloatParser
 
parseAsArray3D(Object[][]...) - Method in class jupiter.common.map.parser.IntegerParser
 
parseAsArray3D(Object[][]...) - Method in interface jupiter.common.map.parser.IParser
 
parseAsArray3D(Object[][]...) - Method in class jupiter.common.map.parser.LongParser
 
parseAsArray3D(Object[][]...) - Method in class jupiter.common.map.parser.ShortParser
 
parseAsArray3D(Object[][]...) - Method in class jupiter.common.map.parser.StringParser
 
parseBinaryString(String) - Static method in class jupiter.common.util.Bytes
Returns a byte array converted from the specified binary representative String.
ParseException - Exception in jupiter.common.exception
 
ParseException() - Constructor for exception jupiter.common.exception.ParseException
Constructs a ParseException.
ParseException(String) - Constructor for exception jupiter.common.exception.ParseException
Constructs a ParseException with the specified message String (which is saved for later retrieval by the method Throwable.getMessage()).
ParseException(String, Throwable) - Constructor for exception jupiter.common.exception.ParseException
Constructs a ParseException with the specified message String (which is saved for later retrieval by the method Throwable.getMessage()) and Throwable cause (which is saved for later retrieval by the method Throwable.getCause()).
ParseFileException - Exception in jupiter.common.exception
 
ParseFileException() - Constructor for exception jupiter.common.exception.ParseFileException
Constructs a ParseFileException.
ParseFileException(String) - Constructor for exception jupiter.common.exception.ParseFileException
Constructs a ParseFileException with the specified message String which is saved for later retrieval by the method Throwable.getMessage().
ParseFileException(String, Throwable) - Constructor for exception jupiter.common.exception.ParseFileException
Constructs a ParseFileException with the specified message String (which is saved for later retrieval by the method Throwable.getMessage()) and Throwable cause (which is saved for later retrieval by the method Throwable.getCause()).
parseHexString(String) - Static method in class jupiter.common.util.Bytes
Returns a byte array converted from the specified hexadecimal representative String.
parseLocale(String) - Static method in class jupiter.common.Locales
Parses the Locale encoded in the specified name.
parseOctalString(String) - Static method in class jupiter.common.util.Bytes
Returns a byte array converted from the specified octal representative String.
PARSER - Static variable in class jupiter.common.util.Booleans
 
PARSER - Static variable in class jupiter.common.util.Bytes
 
PARSER - Static variable in class jupiter.common.util.Characters
 
PARSER - Static variable in class jupiter.common.util.Doubles
 
PARSER - Static variable in class jupiter.common.util.Floats
 
PARSER - Static variable in class jupiter.common.util.Integers
 
PARSER - Static variable in class jupiter.common.util.Longs
 
PARSER - Static variable in class jupiter.common.util.Shorts
 
PARSER - Static variable in class jupiter.common.util.Strings
 
parseToArray(Object[]) - Method in class jupiter.common.map.parser.BooleanParser
 
parseToArray(Object[]) - Method in class jupiter.common.map.parser.ByteParser
 
parseToArray(Object[]) - Method in class jupiter.common.map.parser.CharacterParser
 
parseToArray(Object[]) - Method in class jupiter.common.map.parser.DoubleParser
 
parseToArray(Object[]) - Method in class jupiter.common.map.parser.FloatParser
 
parseToArray(Object[]) - Method in class jupiter.common.map.parser.IntegerParser
 
parseToArray(Object[]) - Method in interface jupiter.common.map.parser.IParser
 
parseToArray(Object[]) - Method in class jupiter.common.map.parser.LongParser
 
parseToArray(Object[]) - Method in class jupiter.common.map.parser.ShortParser
 
parseToArray(Object[]) - Method in class jupiter.common.map.parser.StringParser
 
parseToArray2D(Object[][]) - Method in class jupiter.common.map.parser.BooleanParser
 
parseToArray2D(Object[][]) - Method in class jupiter.common.map.parser.ByteParser
 
parseToArray2D(Object[][]) - Method in class jupiter.common.map.parser.CharacterParser
 
parseToArray2D(Object[][]) - Method in class jupiter.common.map.parser.DoubleParser
 
parseToArray2D(Object[][]) - Method in class jupiter.common.map.parser.FloatParser
 
parseToArray2D(Object[][]) - Method in class jupiter.common.map.parser.IntegerParser
 
parseToArray2D(Object[][]) - Method in interface jupiter.common.map.parser.IParser
 
parseToArray2D(Object[][]) - Method in class jupiter.common.map.parser.LongParser
 
parseToArray2D(Object[][]) - Method in class jupiter.common.map.parser.ShortParser
 
parseToArray2D(Object[][]) - Method in class jupiter.common.map.parser.StringParser
 
parseToArray3D(Object[][][]) - Method in class jupiter.common.map.parser.BooleanParser
 
parseToArray3D(Object[][][]) - Method in class jupiter.common.map.parser.ByteParser
 
parseToArray3D(Object[][][]) - Method in class jupiter.common.map.parser.CharacterParser
 
parseToArray3D(Object[][][]) - Method in class jupiter.common.map.parser.DoubleParser
 
parseToArray3D(Object[][][]) - Method in class jupiter.common.map.parser.FloatParser
 
parseToArray3D(Object[][][]) - Method in class jupiter.common.map.parser.IntegerParser
 
parseToArray3D(Object[][][]) - Method in interface jupiter.common.map.parser.IParser
 
parseToArray3D(Object[][][]) - Method in class jupiter.common.map.parser.LongParser
 
parseToArray3D(Object[][][]) - Method in class jupiter.common.map.parser.ShortParser
 
parseToArray3D(Object[][][]) - Method in class jupiter.common.map.parser.StringParser
 
parseUnsignedInt(String, int) - Static method in class jupiter.common.util.Integers
Returns an int value converted from the specified representative String of the specified radix.
parseWithTime(String) - Static method in class jupiter.common.time.Dates
Parses the Date with time encoded in the specified String.
parseWithTime(String, Date) - Static method in class jupiter.common.time.Dates
Parses the Date with time encoded in the specified String, or returns defaultDate if there is a problem with parsing.
partNumber - Variable in class jupiter.common.io.file.ReversedFileReader.FilePart
The part number.
paste(String...) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified array of String joined with a space, or "null" if it is null.
paste(Object...) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified array joined with a space, or "null" if it is null.
paste(Collection<?>) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified Collection joined with a space, or "null" if it is null.
pasteWith(String[], ObjectToStringMapper) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified array of String joined with a space and wrapped by wrapper, or "null" if it is null.
pasteWith(Object[], ObjectToStringMapper) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified array joined with a space and wrapped by wrapper, or "null" if it is null.
pasteWith(Collection<?>, ObjectToStringMapper) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified Collection joined with a space and wrapped by wrapper, or "null" if it is null.
PI - Static variable in class jupiter.common.math.Maths
The Archimede constant π, the ratio of the circumference of a circle to its diameter.
POINT - Static variable in class jupiter.common.util.Characters
 
POSITIVE - Static variable in class jupiter.common.math.Domain
 
pow(int, int) - Static method in class jupiter.common.math.Maths
Returns the value of the specified base raised to the power of the specified exponent.
pow(long, long) - Static method in class jupiter.common.math.Maths
Returns the value of the specified base raised to the power of the specified exponent.
pow(float, float) - Static method in class jupiter.common.math.Maths
Returns the value of the specified base raised to the power of the specified exponent.
pow(double, double) - Static method in class jupiter.common.math.Maths
Returns the value of the specified base raised to the power of the specified exponent.
pow2(int) - Static method in class jupiter.common.math.Maths
Returns 2 raised to the power of the specified exponent.
pow2(long) - Static method in class jupiter.common.math.Maths
Returns 2L raised to the power of the specified exponent.
PREFIX - Static variable in enum jupiter.common.io.console.ConsoleHandler.Color
The color prefix.
prefix - Variable in class jupiter.common.io.Message
The prefix String.
print(Object, boolean) - Method in class jupiter.common.io.console.ConsoleHandler
Prints the specified content Object in the output console (or error console if isError).
print(Object, boolean) - Method in class jupiter.common.io.InputOutput
Prints the specified content Object in the standard output (or standard error if isError) with the IOPrinter.
print(Object, int, boolean) - Method in class jupiter.common.io.InputOutput
Prints the specified number of times the specified content Object in the standard output (or standard error if isError) with the IOPrinter.
print(Object, boolean) - Method in class jupiter.common.io.IOHandler
Prints the specified content Object in the standard output (or standard error if isError).
print(Object, boolean) - Method in class jupiter.common.io.IOPrinter
Prints the specified content Object in the standard output (or standard error if isError) with the List of IOHandler.
print(Object, boolean) - Method in class jupiter.common.io.log.LogHandler
Prints the specified content Object to the output log (error log if isError).
print(double, double) - Method in class jupiter.common.io.ProgressBar
Prints a progress bar until i / n * length symbols.
print() - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
Prints this.
print(N) - Method in class jupiter.common.struct.map.tree.BinaryTreeMap
Prints the specified N tree.
print() - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
Prints this.
print(N) - Method in class jupiter.common.struct.map.tree.ComparableBinaryTreeMap
Prints the specified N tree.
print() - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
Prints this.
print() - Method in class jupiter.common.struct.map.tree.TreeMap
Prints this.
printAverageValue(String, double, DoubleInterval) - Static method in class jupiter.common.test.Tests
 
printer - Variable in class jupiter.common.io.InputOutput
The IOPrinter containing the List of IOHandler (containing the ConsoleHandler and LogHandler by default).
printer - Variable in class jupiter.common.io.IOStreamWriter
The printer IOHandler.
println(Message) - Method in class jupiter.common.io.console.ConsoleHandler
Prints the specified Message (in color if USE_COLORS) and terminates the line.
println(Object, boolean) - Method in class jupiter.common.io.console.ConsoleHandler
Prints the specified content Object in the output console (or error console if isError) and terminates the line.
println() - Method in class jupiter.common.io.InputOutput
Prints an empty line with the IOPrinter.
println(Message) - Method in class jupiter.common.io.InputOutput
Prints the specified Message and terminates the line with the IOPrinter.
println(Object, boolean) - Method in class jupiter.common.io.InputOutput
Prints the specified content Object in the standard output (or standard error if isError) and terminates the line with the IOPrinter.
println(Object, int, boolean) - Method in class jupiter.common.io.InputOutput
Prints the specified number of times the specified content Object in the standard output (or standard error if isError) and terminates the line with the IOPrinter.
println(Message) - Method in class jupiter.common.io.IOAppender
Prints the specified Message and terminates the line.
println(Message) - Method in class jupiter.common.io.IOHandler
Prints the specified Message in the standard output (or standard error if isError) and terminates the line.
println(Object, boolean) - Method in class jupiter.common.io.IOHandler
Prints the specified content Object in the standard output (or standard error if isError) and terminates the line.
println(InputStream, boolean) - Method in class jupiter.common.io.IOHandler
Prints the specified InputStream in the standard output (or standard error if isError) and terminates the line.
println(InputStream, Charset, boolean) - Method in class jupiter.common.io.IOHandler
Prints the specified InputStream in the standard output (or standard error if isError) and terminates the line.
println(Message) - Method in class jupiter.common.io.IOPrinter
Prints the specified Message and terminates the line.
println(Object, boolean) - Method in class jupiter.common.io.IOPrinter
Prints the specified content Object in the standard output (or standard error if isError) and terminates the line with the List of IOHandler.
println(Object, boolean) - Method in class jupiter.common.io.log.LogHandler
Prints the specified content Object to the output log (error log if isError) and terminates the line.
println(double, double) - Method in class jupiter.common.io.ProgressBar
Prints a progress bar of i / n * length symbols and terminates the line.
printMinMaxInterval(double, double) - Static method in class jupiter.common.test.Tests
 
printSpaces() - Method in class jupiter.common.io.ProgressBar
Prints length - progress spaces.
printSpaces(int) - Method in class jupiter.common.io.ProgressBar
Prints the specified number of spaces.
printSymbols() - Method in class jupiter.common.io.ProgressBar
Prints the progress symbols.
printSymbols(int) - Method in class jupiter.common.io.ProgressBar
Prints the specified number of symbols.
printTimes(double...) - Static method in class jupiter.common.test.Tests
 
printTimes(Number[]) - Static method in class jupiter.common.test.Tests
 
printTimes(Collection<? extends Number>) - Static method in class jupiter.common.test.Tests
 
printValues(String, double...) - Static method in class jupiter.common.test.Tests
 
printValues(String, Number[]) - Static method in class jupiter.common.test.Tests
 
printValues(String, Collection<? extends Number>) - Static method in class jupiter.common.test.Tests
 
product(byte...) - Static method in class jupiter.common.math.Maths
 
product(short...) - Static method in class jupiter.common.math.Maths
 
product(int...) - Static method in class jupiter.common.math.Maths
 
product(long...) - Static method in class jupiter.common.math.Maths
 
product(float...) - Static method in class jupiter.common.math.Maths
 
product(double...) - Static method in class jupiter.common.math.Maths
 
product(Number[]) - Static method in class jupiter.common.math.Maths
 
product(Collection<? extends Number>) - Static method in class jupiter.common.math.Maths
 
productSeries(int) - Static method in class jupiter.common.math.Maths
 
productSeries(int, int) - Static method in class jupiter.common.math.Maths
 
productSeries(long) - Static method in class jupiter.common.math.Maths
 
productSeries(long, long) - Static method in class jupiter.common.math.Maths
 
productSeries(float) - Static method in class jupiter.common.math.Maths
 
productSeries(float, float) - Static method in class jupiter.common.math.Maths
 
productSeries(double) - Static method in class jupiter.common.math.Maths
 
productSeries(double, double) - Static method in class jupiter.common.math.Maths
 
progress - Variable in class jupiter.common.io.ProgressBar
The current number of symbols in the progress bar (excluding the wrapping symbols).
ProgressBar - Class in jupiter.common.io
 
ProgressBar() - Constructor for class jupiter.common.io.ProgressBar
Constructs a ProgressBar by default.
ProgressBar(int) - Constructor for class jupiter.common.io.ProgressBar
Constructs a ProgressBar with the specified length.
ProgressBar(int, boolean) - Constructor for class jupiter.common.io.ProgressBar
Constructs a ProgressBar with the specified length and flag specifying whether to print in the standard error or in the standard output.
PROPERTIES - Static variable in class jupiter.common.properties.Jupiter
 
Properties - Class in jupiter.common.properties
 
Properties() - Constructor for class jupiter.common.properties.Properties
Constructs a Properties by default.
Properties(Properties) - Constructor for class jupiter.common.properties.Properties
Constructs a Properties with the specified default Properties.
Properties(String) - Constructor for class jupiter.common.properties.Properties
Constructs a Properties loaded from the file denoted by the specified name.
Properties(String, String) - Constructor for class jupiter.common.properties.Properties
Constructs a Properties loaded from the file denoted by the specified name with the specified default value String.
PUBLIC_HOLIDAYS - Static variable in class jupiter.common.time.Dates
 
pushRun(int, int) - Method in class jupiter.common.struct.list.ComparableSort
Pushes the specified run onto the pending-run stack.
pushRun(int, int) - Method in class jupiter.common.struct.list.Sort
Pushes the specified run onto the pending-run stack.
put(K, V) - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
Puts the key-value mapping of the specified key and value into this replacing any entry with an identical key.
put(K, V) - Method in class jupiter.common.struct.map.hash.SynchronizedHashMap
Puts the key-value mapping of the specified key and value into this replacing any entry with an identical key.
put(K, V) - Method in class jupiter.common.struct.map.tree.AvlTreeMap
Puts the key-value mapping of the specified key and value into this replacing any entry with an identical key.
put(K, V) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
Puts the key-value mapping of the specified key and value into this replacing any entry with an identical key.
put(K, V) - Method in class jupiter.common.struct.map.tree.ComparableRedBlackTreeMap
Puts the key-value mapping of the specified key and value into this replacing any entry with an identical key.
put(K, V) - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
Puts the key-value mapping of the specified key and value into this replacing any entry with an identical key.
put(K, V) - Method in class jupiter.common.struct.map.tree.RedBlackTreeMap
Puts the key-value mapping of the specified key and value into this replacing any entry with an identical key.
put(K, V) - Method in class jupiter.common.struct.map.tree.SynchronizedTreeMap
Puts the key-value mapping of the specified key and value into this replacing any entry with an identical key.
putAll(K[], V[]) - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
Puts all the key-value mappings of the specified key and value arrays into this replacing any entries with identical keys.
putAll(K[], Collection<? extends V>) - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
Puts all the key-value mappings of the specified key array and value Collection into this replacing any entries with identical keys.
putAll(Collection<? extends K>, Collection<? extends V>) - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
Puts all the key-value mappings of the specified key and value Collection into this replacing any entries with identical keys.
putAll(Map<? extends K, ? extends V>) - Method in class jupiter.common.struct.map.hash.ExtendedHashMap
Puts all the key-value mappings of the specified Map into this replacing any entries with identical keys.
putAll(K[], V[]) - Method in class jupiter.common.struct.map.hash.SynchronizedHashMap
Puts all the key-value mappings of the specified key and value arrays into this replacing any entries with identical keys.
putAll(K[], Collection<? extends V>) - Method in class jupiter.common.struct.map.hash.SynchronizedHashMap
Puts all the key-value mappings of the specified key array and value Collection into this replacing any entries with identical keys.
putAll(Collection<? extends K>, Collection<? extends V>) - Method in class jupiter.common.struct.map.hash.SynchronizedHashMap
Puts all the key-value mappings of the specified key and value Collection into this replacing any entries with identical keys.
putAll(Map<? extends K, ? extends V>) - Method in class jupiter.common.struct.map.hash.SynchronizedHashMap
Puts all the key-value mappings of the specified Map into this replacing any entries with identical keys.
putAll(K[], V[]) - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
Puts all the key-value mappings of the specified key and value arrays into this replacing any entries with identical keys.
putAll(K[], Collection<? extends V>) - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
Puts all the key-value mappings of the specified key array and value Collection into this replacing any entries with identical keys.
putAll(Collection<? extends K>, Collection<? extends V>) - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
Puts all the key-value mappings of the specified key and value Collection into this replacing any entries with identical keys.
putAll(Map<? extends K, ? extends V>) - Method in class jupiter.common.struct.map.tree.ComparableTreeMap
Puts all the key-value mappings of the specified Map into this replacing any entries with identical keys.
putAll(K[], V[]) - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
Puts all the key-value mappings of the specified key and value arrays into this replacing any entries with identical keys.
putAll(K[], Collection<? extends V>) - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
Puts all the key-value mappings of the specified key array and value Collection into this replacing any entries with identical keys.
putAll(Collection<? extends K>, Collection<? extends V>) - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
Puts all the key-value mappings of the specified key and value Collection into this replacing any entries with identical keys.
putAll(Map<? extends K, ? extends V>) - Method in class jupiter.common.struct.map.tree.ExtendedTreeMap
Puts all the key-value mappings of the specified Map into this replacing any entries with identical keys.
putAll(K[], V[]) - Method in class jupiter.common.struct.map.tree.SynchronizedTreeMap
Puts all the key-value mappings of the specified key and value arrays into this replacing any entries with identical keys.
putAll(K[], Collection<? extends V>) - Method in class jupiter.common.struct.map.tree.SynchronizedTreeMap
Puts all the key-value mappings of the specified key array and value Collection into this replacing any entries with identical keys.
putAll(Collection<? extends K>, Collection<? extends V>) - Method in class jupiter.common.struct.map.tree.SynchronizedTreeMap
Puts all the key-value mappings of the specified key and value Collection into this replacing any entries with identical keys.
putAll(Map<? extends K, ? extends V>) - Method in class jupiter.common.struct.map.tree.SynchronizedTreeMap
Puts all the key-value mappings of the specified Map into this replacing any entries with identical keys.
putAll(K[], V[]) - Method in class jupiter.common.struct.map.tree.TreeMap
Puts all the key-value mappings of the specified key and value arrays into this replacing any entries with identical keys.
putAll(K[], Collection<? extends V>) - Method in class jupiter.common.struct.map.tree.TreeMap
Puts all the key-value mappings of the specified key array and value Collection into this replacing any entries with identical keys.
putAll(Collection<? extends K>, Collection<? extends V>) - Method in class jupiter.common.struct.map.tree.TreeMap
Puts all the key-value mappings of the specified key and value Collection into this replacing any entries with identical keys.
putAll(Map<? extends K, ? extends V>) - Method in class jupiter.common.struct.map.tree.TreeMap
Puts all the key-value mappings of the specified Map into this replacing any entries with identical keys.
putAll(Map<? super K, ? super V>, K[], V[]) - Static method in class jupiter.common.util.Maps
Puts all the key-value mappings of the specified key and value arrays into the specified Map replacing any entries with identical keys.
putAll(Map<? super K, ? super V>, K[], Collection<? extends V>) - Static method in class jupiter.common.util.Maps
Puts all the key-value mappings of the specified key array and value Collection into the specified Map replacing any entries with identical keys.
putAll(Map<? super K, ? super V>, Collection<? extends K>, Collection<? extends V>) - Static method in class jupiter.common.util.Maps
Puts all the key-value mappings of the specified key and value Collection into the specified Map replacing any entries with identical keys.

Q

Quadruple<T1,T2,T3,T4> - Class in jupiter.common.struct.tuple
 
Quadruple() - Constructor for class jupiter.common.struct.tuple.Quadruple
Constructs a Quadruple.
Quadruple(T1, T2, T3, T4) - Constructor for class jupiter.common.struct.tuple.Quadruple
Constructs a Quadruple with the specified T1, T2, T3 and T4 components.
Quintuple<T1,T2,T3,T4,T5> - Class in jupiter.common.struct.tuple
 
Quintuple() - Constructor for class jupiter.common.struct.tuple.Quintuple
Constructs a Quintuple.
Quintuple(T1, T2, T3, T4, T5) - Constructor for class jupiter.common.struct.tuple.Quintuple
Constructs a Quintuple with the specified T1, T2, T3, T4 and T5 components.
quote(Object) - Static method in class jupiter.common.util.Strings
Returns the quoted representative String of the specified content.
QUOTER - Static variable in class jupiter.common.util.Strings
 

R

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
Returns the Content.
read(File) - Static method in class jupiter.common.io.file.Files
Returns the Content of the specified File.
read(File, Charset) - Static method in class jupiter.common.io.file.Files
Returns the Content of the specified File with the specified Charset.
read(InputStream) - Static method in class jupiter.common.io.InputOutput
Returns the Content of the specified InputStream.
read(InputStream, Charset) - Static method in class jupiter.common.io.InputOutput
Returns the number of lines of the specified InputStream with the specified Charset.
readers - Variable in class jupiter.common.io.file.FileHandler
The ExtendedLinkedList of Closeable reader of the File to handle.
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 is the red-black BinaryTreeMap of K and V types.
RedBlackTreeMap(Class<K>) - Constructor for class jupiter.common.struct.map.tree.RedBlackTreeMap
Constructs an empty RedBlackTreeMap of K, V and N types by default.
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
Constructs an empty RedBlackTreeMap of K, V and N types with the specified key Comparator.
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
Constructs a RedBlackTreeMap 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.
RedBlackTreeMap(Comparator<? super 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 with the specified key Comparator loaded from the specified key and value Collection containing the key-value mappings.
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
Constructs a RedBlackTreeNode with the specified K key, V value and key Comparator.
Reducer<I,O> - Class in jupiter.common.reduce
Reducer is the Worker reducing an I input array to an O output.
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
Removes all the elements that are contained in the specified Collection from the Collection at the specified key Object.
removeAllAt(Object, Object) - Method in class jupiter.common.struct.map.hash.CollectionHashMap
Removes all the occurrences of the specified Object from the Collection at the specified key Object.
removeAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Removes all the elements that are contained in the specified Collection from the Collection at the specified key Object.
removeAllAt(Object, Object) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Removes all the occurrences of the specified Object from the Collection at the specified key Object.
removeAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
Removes all the elements that are contained in the specified Collection from the Collection at the specified key Object.
removeAllAt(Object, Object) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
Removes all the occurrences of the specified Object from the Collection at the specified key Object.
removeAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Removes all the elements that are contained in the specified Collection from the Collection at the specified key Object.
removeAllAt(Object, Object) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Removes all the occurrences of the specified Object from the Collection at the specified key Object.
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
Removes a single instance of the specified Object from the Collection at the specified key Object.
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
Removes a single instance of the specified Object from the Collection at the specified key Object.
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
Removes a single instance of the specified Object from the Collection at the specified key Object.
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
Removes a single instance of the specified Object from the Collection at the specified key Object.
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
Removes the empty Interval from this.
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
Returns the specified Collection without the empty String.
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
Removes the first occurrence of the specified Object from the Collection at the specified key Object.
removeFirstAt(Object, Object) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Removes the first occurrence of the specified Object from the Collection at the specified key Object.
removeFirstAt(Object, Object) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
Removes the first occurrence of the specified Object from the Collection at the specified key Object.
removeFirstAt(Object, Object) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Removes the first occurrence of the specified Object from the Collection at the specified key Object.
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
Removes the specified AvlTreeNode from this.
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
Removes the specified ComparableAvlTreeNode from this.
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
Removes the specified ComparableRedBlackTreeNode from this.
removeNode(RedBlackTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.RedBlackTreeMap
Removes the specified RedBlackTreeNode from this.
removeWorker(Worker<I, O>) - Method in class jupiter.common.thread.LockedWorkQueue
Removes the specified Worker.
removeWorker(Worker<I, O>) - Method in class jupiter.common.thread.SynchronizedWorkQueue
Removes the specified Worker.
removeWorker(Worker<I, O>) - Method in class jupiter.common.thread.WorkQueue
Removes the specified Worker.
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
The replacement String.
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
Constructs a ReservedThreadPoolExecutor by default.
ReservedThreadPoolExecutor(int) - Constructor for class jupiter.common.thread.ReservedThreadPoolExecutor
Constructs a ReservedThreadPoolExecutor with the specified pool size.
ReservedThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class jupiter.common.thread.ReservedThreadPoolExecutor
Constructs a ReservedThreadPoolExecutor with the specified pool size.
ReservedThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class jupiter.common.thread.ReservedThreadPoolExecutor
Constructs a ReservedThreadPoolExecutor with the specified pool size.
ReservedThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class jupiter.common.thread.ReservedThreadPoolExecutor
Constructs a ReservedThreadPoolExecutor with the specified pool size.
ReservedThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class jupiter.common.thread.ReservedThreadPoolExecutor
Constructs a ReservedThreadPoolExecutor with the specified pool size.
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
Prevents the construction of Resources.
restart() - Method in class jupiter.common.thread.DivideAndConquer
Restarts the WorkQueue.
restart(boolean) - Method in class jupiter.common.thread.DivideAndConquer
Restarts the WorkQueue.
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
Prints the specified content array with the IOPrinter indicating the severity level InputOutput.SeverityLevel.RESULT.
result(Object) - Method in class jupiter.common.io.IOAppender
Prints the specified content Object indicating the severity level InputOutput.SeverityLevel.RESULT.
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
Constructs a Result with the specified Message.
Result(O, Message) - Constructor for class jupiter.common.thread.Result
Constructs a Result with the specified O output and Message.
Result(Exception) - Constructor for class jupiter.common.thread.Result
Constructs a Result with the specified Exception.
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
Removes all the elements that are not contained in the specified Collection from the Collection at the specified key Object.
retainAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Removes all the elements that are not contained in the specified Collection from the Collection at the specified key Object.
retainAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.tree.CollectionTreeMap
Removes all the elements that are not contained in the specified Collection from the Collection at the specified key Object.
retainAllAt(Object, Collection<?>) - Method in class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Removes all the elements that are not contained in the specified Collection from the Collection at the specified key Object.
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 reads the lines of a File reversely.
ReversedFileReader(File) - Constructor for class jupiter.common.io.file.ReversedFileReader
Constructs a ReversedFileReader of the specified File.
ReversedFileReader(File, Charset) - Constructor for class jupiter.common.io.file.ReversedFileReader
Constructs a ReversedFileReader of the specified File with the specified Charset.
ReversedFileReader(File, int, Charset) - Constructor for class jupiter.common.io.file.ReversedFileReader
Constructs a ReversedFileReader with the given block size and Charset.
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
The right wrapping String.
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
Returns the next ReversedFileReader.FilePart, or null if there is none.
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
Rotates the specified tree AvlTreeNode to the left.
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
Rotates the specified tree ComparableAvlTreeNode to the left.
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
Rotates the specified tree AvlTreeNode to the right.
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
Rotates the specified tree ComparableAvlTreeNode to the right.
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
Constructs a RowList with the elements of the specified Collection.
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
 

S

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
The scientific DecimalFormat.
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
The name-separator String.
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
Prevents the construction of 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
Sets the IConsole.
setConsole(IConsole) - Method in class jupiter.common.io.InputOutput
Sets the IConsole of the ConsoleHandler.
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
Sets the DateFormatSymbols of this.
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
Sets the ConsoleHandler, LogHandler, List of IOHandler and IOPrinter by default.
setErrorLog(String) - Method in class jupiter.common.io.InputOutput
Sets the error log File of the LogHandler with the specified name.
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
Sets the left AvlTreeNode and updates all the parent AvlTreeNode if required.
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
Sets the left ComparableAvlTreeNode and updates all the parent ComparableAvlTreeNode if required.
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
Sets the left 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
Sets the LowerBound.
setMessage(Message) - Method in class jupiter.common.thread.Result
Sets the Message.
setOutput(O) - Method in class jupiter.common.thread.Result
Sets the O output.
setOutputClass(Class<O>) - Method in class jupiter.common.map.Mapper
Sets the output Class.
setOutputLog(String) - Method in class jupiter.common.io.InputOutput
Sets the output log File of the LogHandler with the specified name.
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
Sets the parent AvlTreeNode and updates all the parent AvlTreeNode if required.
setParent(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
Sets the parent ComparableAvlTreeNode and updates all the parent ComparableAvlTreeNode if required.
setRight(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeNode
Sets the right AvlTreeNode and updates all the parent AvlTreeNode if required.
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
Sets the right ComparableAvlTreeNode and updates all the parent ComparableAvlTreeNode if required.
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
Sets the right 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
Sets the UpperBound.
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
Sets the WorkQueue.
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
The Shift-JIS (Japanese) Charset.
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
Prevents the construction of ShortArguments.
ShortParser - Class in jupiter.common.map.parser
ShortParser is the ObjectToShortMapper parsing an input Object to an output Short.
ShortParser() - Constructor for class jupiter.common.map.parser.ShortParser
Constructs a 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
Shutdowns the WorkQueue.
shutdown(boolean) - Method in class jupiter.common.thread.DivideAndConquer
Shutdowns the WorkQueue.
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
Skips the specified number of lines of the specified ReversedFileReader.
skipLines(BufferedReader, int) - Static method in class jupiter.common.io.InputOutput
Skips the specified number of lines of the specified BufferedReader.
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
Sorts the specified List using the specified Comparator.
SortedList<E extends Comparable<? super E>> - Class in jupiter.common.struct.list
SortedList is the sorted ExtendedLinkedList of E element type.
SortedList() - Constructor for class jupiter.common.struct.list.SortedList
Constructs an empty SortedList of E element type.
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
Constructs a SortedList of E element type with the elements of the specified Collection.
SortedUniqueList<E extends Comparable<? super E>> - Class in jupiter.common.struct.list
SortedUniqueList is the sorted unique ExtendedLinkedList of E element type.
SortedUniqueList() - Constructor for class jupiter.common.struct.list.SortedUniqueList
Constructs an empty SortedUniqueList of E element type.
SortedUniqueList(E...) - Constructor for class jupiter.common.struct.list.SortedUniqueList
Constructs a SortedUniqueList of E element type with the specified elements.
SortedUniqueList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.SortedUniqueList
Constructs a SortedUniqueList of E element type with the elements of the specified Collection.
sortStringIndices(List<Index<String>>) - Static method in class jupiter.common.util.Strings
Sorts the specified List of Index.
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
Returns the ExtendedLinkedList of token String computed by splitting the specified String around DELIMITER.
split(String, char) - 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.
split(String, Character) - Static method in class jupiter.common.util.Strings
Returns the ExtendedLinkedList of token String computed by splitting the specified String around the specified delimiting Character.
split(String, char...) - 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.
split(String, Collection<Character>) - Static method in class jupiter.common.util.Strings
Returns the ExtendedLinkedList of token String computed by splitting the specified String around the specified delimiting Character.
splitString(String, String) - Static method in class jupiter.common.util.Strings
Returns the ExtendedLinkedList of token String computed by splitting the specified String around the specified delimiting String.
splitString(String, String...) - Static method in class jupiter.common.util.Strings
Returns the ExtendedLinkedList of token String computed by splitting the specified String around the specified delimiting String.
splitString(String, List<String>) - Static method in class jupiter.common.util.Strings
Returns the ExtendedLinkedList of token String computed by splitting the specified String around the specified delimiting String.
splitStringTo(String, String, 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 String until the specified index.
splitStringTo(String, String[], 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 String until the specified index.
splitStringTo(String, List<String>, 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 String until the specified index.
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
Returns the ExtendedLinkedList of token String computed by splitting the specified String around the specified delimiting Character until the specified index.
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
Returns the ExtendedLinkedList of token String computed by splitting the specified String around the specified delimiting Character until the specified index.
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
Prevents the construction of 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
Prevents the construction of 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
Prevents the construction of 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
Returns an entry String of the specified leaf value Object.
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
Returns an entry String of the specified node value Object.
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 is the ObjectReducer joining an input array to an output String.
StringJoiner(String) - Constructor for class jupiter.common.reduce.joiner.StringJoiner
Constructs a StringJoiner with the specified delimiting String.
StringParser - Class in jupiter.common.map.parser
StringParser is the ObjectToStringMapper parsing an input Object to an output String.
StringParser() - Constructor for class jupiter.common.map.parser.StringParser
Constructs a StringParser.
StringRemover - Class in jupiter.common.map.remover
StringRemover is the ObjectToStringMapper removing the specified char tokens from an input String.
StringRemover(char...) - Constructor for class jupiter.common.map.remover.StringRemover
Constructs a StringRemover with the specified char tokens.
StringRemover(String) - Constructor for class jupiter.common.map.remover.StringRemover
Constructs a StringRemover with the specified String containing the char tokens.
StringReplacer - Class in jupiter.common.map.replacer
StringReplacer is the ObjectToStringMapper replacing the specified char tokens from an input String with the specified String.
StringReplacer(char[], String) - Constructor for class jupiter.common.map.replacer.StringReplacer
Constructs a StringReplacer with the specified char tokens and replacement String.
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
Constructs a StringTable with the specified elements.
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 is the ObjectToStringMapper wrapping an input String with the specified left and right char tokens.
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
Constructs a StringWrapper with the specified left and right wrapping String.
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 is the SynchronizedHashMap of K type and value type Collection of E element type.
SynchronizedCollectionHashMap() - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs an empty SynchronizedCollectionHashMap of K type and value type Collection of E element type by default.
SynchronizedCollectionHashMap(Collection<E>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs an empty SynchronizedCollectionHashMap of K type and value type Collection of E element type by default.
SynchronizedCollectionHashMap(Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs an empty SynchronizedCollectionHashMap of K type and value type Collection of E element type by default.
SynchronizedCollectionHashMap(int) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs an empty SynchronizedCollectionHashMap of K type and value type Collection of E element type with the specified initial capacity.
SynchronizedCollectionHashMap(int, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs an empty SynchronizedCollectionHashMap of K type and value type Collection of E element type with the specified initial capacity.
SynchronizedCollectionHashMap(int, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs an empty SynchronizedCollectionHashMap of K type and value type Collection of E element type with the specified initial capacity.
SynchronizedCollectionHashMap(K[], Collection<E>[]) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs a SynchronizedCollectionHashMap of K type and value type Collection of E element type loaded from the specified key and value arrays containing the key-value mappings.
SynchronizedCollectionHashMap(K[], Collection<E>[], Collection<E>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs a SynchronizedCollectionHashMap of K type and value type Collection of E element type loaded from the specified key and value arrays containing the key-value mappings.
SynchronizedCollectionHashMap(K[], Collection<E>[], Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs a SynchronizedCollectionHashMap of K type and value type Collection of E element type loaded from the specified key and value arrays containing the key-value mappings.
SynchronizedCollectionHashMap(K[], Collection<? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs a SynchronizedCollectionHashMap of K type and value type Collection of E element type loaded from the specified key array and value Collection containing the key-value mappings.
SynchronizedCollectionHashMap(K[], Collection<? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs a SynchronizedCollectionHashMap of K type and value type Collection of E element type loaded from the specified key array and value Collection containing the key-value mappings.
SynchronizedCollectionHashMap(K[], Collection<? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs a SynchronizedCollectionHashMap of K type and value type Collection of E element type loaded from the specified key array and value Collection containing the key-value mappings.
SynchronizedCollectionHashMap(Collection<? extends K>, Collection<? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs a SynchronizedCollectionHashMap of K type and value type Collection of E element type loaded from the specified key and value Collection containing the key-value mappings.
SynchronizedCollectionHashMap(Collection<? extends K>, Collection<? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs a SynchronizedCollectionHashMap of K type and value type Collection of E element type loaded from the specified key and value Collection containing the key-value mappings.
SynchronizedCollectionHashMap(Collection<? extends K>, Collection<? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs a SynchronizedCollectionHashMap of K type and value type Collection of E element type loaded from the specified key and value Collection containing the key-value mappings.
SynchronizedCollectionHashMap(Map<? extends K, ? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs a SynchronizedCollectionHashMap of K type and value type Collection of E element type loaded from the specified Map containing the key-value mappings.
SynchronizedCollectionHashMap(Map<? extends K, ? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs a SynchronizedCollectionHashMap of K type and value type Collection of E element type loaded from the specified Map containing the key-value mappings.
SynchronizedCollectionHashMap(Map<? extends K, ? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.hash.SynchronizedCollectionHashMap
Constructs a SynchronizedCollectionHashMap of K type and value type Collection of E element type loaded from the specified Map containing the key-value mappings.
SynchronizedCollectionTreeMap<K,E> - Class in jupiter.common.struct.map.tree
SynchronizedCollectionTreeMap is the SynchronizedTreeMap of K type and value type Collection of E element type.
SynchronizedCollectionTreeMap() - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs an empty SynchronizedCollectionTreeMap of K type and value type Collection of E element type by default.
SynchronizedCollectionTreeMap(Collection<E>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs an empty SynchronizedCollectionTreeMap of K type and value type Collection of E element type by default.
SynchronizedCollectionTreeMap(Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs an empty SynchronizedCollectionTreeMap of K type and value type Collection of E element type by default.
SynchronizedCollectionTreeMap(K[], Collection<E>[]) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs a SynchronizedCollectionTreeMap of K type and value type Collection of E element type loaded from the specified key and value arrays containing the key-value mappings.
SynchronizedCollectionTreeMap(K[], Collection<E>[], Collection<E>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs a SynchronizedCollectionTreeMap of K type and value type Collection of E element type loaded from the specified key and value arrays containing the key-value mappings.
SynchronizedCollectionTreeMap(K[], Collection<E>[], Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs a SynchronizedCollectionTreeMap of K type and value type Collection of E element type loaded from the specified key and value arrays containing the key-value mappings.
SynchronizedCollectionTreeMap(K[], Collection<? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs a SynchronizedCollectionTreeMap of K type and value type Collection of E element type loaded from the specified key array and value Collection containing the key-value mappings.
SynchronizedCollectionTreeMap(K[], Collection<? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs a SynchronizedCollectionTreeMap of K type and value type Collection of E element type loaded from the specified key array and value Collection containing the key-value mappings.
SynchronizedCollectionTreeMap(K[], Collection<? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs a SynchronizedCollectionTreeMap of K type and value type Collection of E element type loaded from the specified key array and value Collection containing the key-value mappings.
SynchronizedCollectionTreeMap(Collection<? extends K>, Collection<? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs a SynchronizedCollectionTreeMap of K type and value type Collection of E element type loaded from the specified key and value Collection containing the key-value mappings.
SynchronizedCollectionTreeMap(Collection<? extends K>, Collection<? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs a SynchronizedCollectionTreeMap of K type and value type Collection of E element type loaded from the specified key and value Collection containing the key-value mappings.
SynchronizedCollectionTreeMap(Collection<? extends K>, Collection<? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs a SynchronizedCollectionTreeMap of K type and value type Collection of E element type loaded from the specified key and value Collection containing the key-value mappings.
SynchronizedCollectionTreeMap(Map<? extends K, ? extends Collection<E>>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs a SynchronizedCollectionTreeMap of K type and value type Collection of E element type loaded from the specified Map containing the key-value mappings.
SynchronizedCollectionTreeMap(Map<? extends K, ? extends Collection<E>>, Collection<E>) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs a SynchronizedCollectionTreeMap of K type and value type Collection of E element type loaded from the specified Map containing the key-value mappings.
SynchronizedCollectionTreeMap(Map<? extends K, ? extends Collection<E>>, Collection<E>, boolean) - Constructor for class jupiter.common.struct.map.tree.SynchronizedCollectionTreeMap
Constructs a SynchronizedCollectionTreeMap of K type and value type Collection of E element type loaded from the specified Map containing the key-value mappings.
SynchronizedDateFormat - Class in jupiter.common.time
 
SynchronizedDateFormat() - Constructor for class jupiter.common.time.SynchronizedDateFormat
Constructs a SynchronizedDateFormat by default.
SynchronizedDateFormat(String) - Constructor for class jupiter.common.time.SynchronizedDateFormat
Constructs a SynchronizedDateFormat with the specified pattern String and the default DateFormatSymbols for the default Locale.
SynchronizedDateFormat(String, Locale) - Constructor for class jupiter.common.time.SynchronizedDateFormat
Constructs a SynchronizedDateFormat with the specified pattern String and the default DateFormatSymbols for the specified Locale.
SynchronizedDateFormat(String, DateFormatSymbols) - Constructor for class jupiter.common.time.SynchronizedDateFormat
Constructs a SynchronizedDateFormat with the specified pattern String and DateFormatSymbols.
SynchronizedHashMap<K,V> - Class in jupiter.common.struct.map.hash
SynchronizedHashMap is the synchronized ExtendedHashMap of K and V types.
SynchronizedHashMap() - Constructor for class jupiter.common.struct.map.hash.SynchronizedHashMap
Constructs an empty SynchronizedHashMap of K and V types by default.
SynchronizedHashMap(int) - Constructor for class jupiter.common.struct.map.hash.SynchronizedHashMap
Constructs an empty SynchronizedHashMap of K and V types with the specified initial capacity.
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
Constructs a SynchronizedHashMap of K and V types loaded from the specified key array and value Collection containing the key-value mappings.
SynchronizedHashMap(Collection<? extends K>, Collection<? extends 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 Collection containing the key-value mappings.
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 is the synchronized ExtendedHashSet of E element type.
SynchronizedHashSet() - Constructor for class jupiter.common.struct.set.SynchronizedHashSet
Constructs an empty SynchronizedHashSet of E element type by default.
SynchronizedHashSet(int) - Constructor for class jupiter.common.struct.set.SynchronizedHashSet
Constructs an empty SynchronizedHashSet of E element type with the specified initial capacity.
SynchronizedHashSet(E...) - Constructor for class jupiter.common.struct.set.SynchronizedHashSet
Constructs a SynchronizedHashSet of E element type with the specified elements.
SynchronizedHashSet(Collection<? extends E>) - Constructor for class jupiter.common.struct.set.SynchronizedHashSet
Constructs a SynchronizedHashSet of E element type with the elements of the specified Collection.
SynchronizedLinkedList<E> - Class in jupiter.common.struct.list
SynchronizedLinkedList is the synchronized ExtendedLinkedList of E element type.
SynchronizedLinkedList() - Constructor for class jupiter.common.struct.list.SynchronizedLinkedList
Constructs an empty SynchronizedLinkedList of E element type.
SynchronizedLinkedList(E...) - Constructor for class jupiter.common.struct.list.SynchronizedLinkedList
Constructs a SynchronizedLinkedList of E element type with the specified elements.
SynchronizedLinkedList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.SynchronizedLinkedList
Constructs a SynchronizedLinkedList of E element type with the elements of the specified Collection.
SynchronizedList<E> - Class in jupiter.common.struct.list
SynchronizedList is the synchronized ExtendedList of E element type.
SynchronizedList() - Constructor for class jupiter.common.struct.list.SynchronizedList
Constructs an empty SynchronizedList of E element type by default.
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
Constructs a SynchronizedList of E element type with the specified elements.
SynchronizedList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.SynchronizedList
Constructs a SynchronizedList of E element type with the elements of the specified Collection.
SynchronizedSortedList<E extends Comparable<? super E>> - Class in jupiter.common.struct.list
SynchronizedSortedList is the sorted SynchronizedLinkedList of E element type.
SynchronizedSortedList() - Constructor for class jupiter.common.struct.list.SynchronizedSortedList
Constructs an empty SynchronizedSortedList of E element type.
SynchronizedSortedList(E...) - Constructor for class jupiter.common.struct.list.SynchronizedSortedList
Constructs a SynchronizedSortedList of E element type with the specified elements.
SynchronizedSortedList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.SynchronizedSortedList
Constructs a SynchronizedSortedList of E element type with the elements of the specified Collection.
SynchronizedSortedUniqueList<E extends Comparable<? super E>> - Class in jupiter.common.struct.list
SynchronizedSortedUniqueList is the sorted unique SynchronizedLinkedList of E element type.
SynchronizedSortedUniqueList() - Constructor for class jupiter.common.struct.list.SynchronizedSortedUniqueList
Constructs an empty SynchronizedSortedUniqueList of E element type.
SynchronizedSortedUniqueList(E...) - Constructor for class jupiter.common.struct.list.SynchronizedSortedUniqueList
Constructs a SynchronizedSortedUniqueList of E element type with the specified elements.
SynchronizedSortedUniqueList(Collection<? extends E>) - Constructor for class jupiter.common.struct.list.SynchronizedSortedUniqueList
Constructs a SynchronizedSortedUniqueList of E element type with the elements of the specified Collection.
SynchronizedTreeMap<K,V> - Class in jupiter.common.struct.map.tree
SynchronizedTreeMap is the synchronized ExtendedTreeMap of K and V types.
SynchronizedTreeMap() - Constructor for class jupiter.common.struct.map.tree.SynchronizedTreeMap
Constructs an empty SynchronizedTreeMap of K and V types by default.
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
Constructs a SynchronizedTreeMap of K and V types loaded from the specified key array and value Collection containing the key-value mappings.
SynchronizedTreeMap(Collection<? extends K>, Collection<? extends 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 Collection containing the key-value mappings.
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
Constructs a SynchronizedWorkQueue with the specified model Worker by default.
SynchronizedWorkQueue(Worker<I, O>, int, int) - Constructor for class jupiter.common.thread.SynchronizedWorkQueue
Constructs a SynchronizedWorkQueue with the specified model Worker and minimum and maximum numbers of Worker.
SystemConsole - Class in jupiter.common.io.console
 
SystemConsole() - Constructor for class jupiter.common.io.console.SystemConsole
Constructs a SystemConsole by default.
SystemConsole(Charset) - Constructor for class jupiter.common.io.console.SystemConsole
Constructs a SystemConsole with the specified Charset.
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
 

T

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
Table.TableIterator is the Iterator over the rows of this.
TableIterator() - Constructor for class jupiter.common.struct.table.Table.TableIterator
Constructs a 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
The ExtendedLinkedList of Task of I type.
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
Prints the specified content array with the IOPrinter indicating the severity level InputOutput.SeverityLevel.TEST.
test(Object) - Method in class jupiter.common.io.IOAppender
Prints the specified content Object indicating the severity level InputOutput.SeverityLevel.TEST.
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
Returns a BigDecimal converted from the specified Number.
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
Returns an ExtendedLinkedList of Boolean converted from the specified boolean array.
toLinkedList(T[]) - Static method in class jupiter.common.util.Booleans
Returns an ExtendedLinkedList of Boolean converted from the specified T array.
toLinkedList(byte[]) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedLinkedList of Byte converted from the specified byte array.
toLinkedList(T[]) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedLinkedList of Byte converted from the specified T array.
toLinkedList(char[]) - Static method in class jupiter.common.util.Characters
Returns an ExtendedLinkedList of Character converted from the specified char array.
toLinkedList(T[]) - Static method in class jupiter.common.util.Characters
Returns an ExtendedLinkedList of Character converted from the specified T array.
toLinkedList(double[]) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedLinkedList of Double converted from the specified double array.
toLinkedList(T[]) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedLinkedList of Double converted from the specified T array.
toLinkedList(float[]) - Static method in class jupiter.common.util.Floats
Returns an ExtendedLinkedList of Float converted from the specified float array.
toLinkedList(T[]) - Static method in class jupiter.common.util.Floats
Returns an ExtendedLinkedList of Float converted from the specified T array.
toLinkedList(int[]) - Static method in class jupiter.common.util.Integers
Returns an ExtendedLinkedList of Integer converted from the specified int array.
toLinkedList(T[]) - Static method in class jupiter.common.util.Integers
Returns an ExtendedLinkedList of Integer converted from the specified T array.
toLinkedList(long[]) - Static method in class jupiter.common.util.Longs
Returns an ExtendedLinkedList of Long converted from the specified long array.
toLinkedList(T[]) - Static method in class jupiter.common.util.Longs
Returns an ExtendedLinkedList of Long converted from the specified T array.
toLinkedList(short[]) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedLinkedList of Short converted from the specified short array.
toLinkedList(T[]) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedLinkedList of Short converted from the specified T array.
toLinkedList(T[]) - Static method in class jupiter.common.util.Strings
Returns an ExtendedLinkedList of String converted from the specified T array.
toList(T[]) - Static method in class jupiter.common.util.Arrays
 
toList(boolean[]) - Static method in class jupiter.common.util.Booleans
Returns an ExtendedList of Boolean converted from the specified boolean array.
toList(T[]) - Static method in class jupiter.common.util.Booleans
Returns an ExtendedList of Boolean converted from the specified T array.
toList(byte[]) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedList of Byte converted from the specified byte array.
toList(T[]) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedList of Byte converted from the specified T array.
toList(char[]) - Static method in class jupiter.common.util.Characters
Returns an ExtendedList of Character converted from the specified char array.
toList(T[]) - Static method in class jupiter.common.util.Characters
Returns an ExtendedList of Character converted from the specified T array.
toList(double[]) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedList of Double converted from the specified double array.
toList(T[]) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedList of Double converted from the specified T array.
toList(float[]) - Static method in class jupiter.common.util.Floats
Returns an ExtendedList of Float converted from the specified float array.
toList(T[]) - Static method in class jupiter.common.util.Floats
Returns an ExtendedList of Float converted from the specified T array.
toList(int[]) - Static method in class jupiter.common.util.Integers
Returns an ExtendedList of Integer converted from the specified int array.
toList(T[]) - Static method in class jupiter.common.util.Integers
Returns an ExtendedList of Integer converted from the specified T array.
toList(long[]) - Static method in class jupiter.common.util.Longs
Returns an ExtendedList of Long converted from the specified long array.
toList(T[]) - Static method in class jupiter.common.util.Longs
Returns an ExtendedList of Long converted from the specified T array.
toList(short[]) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedList of Short converted from the specified short array.
toList(T[]) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedList of Short converted from the specified T array.
toList(T[]) - Static method in class jupiter.common.util.Strings
Returns an ExtendedList of String converted from the specified T array.
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
Returns a Number of the specified Class converted from the specified String.
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
Returns a primitive array of the specified element Class converted from the specified Collection, or null if any of them is null or c is equal to Classes.OBJECT_CLASS.
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
Returns an ExtendedHashSet of Boolean converted from the specified boolean array.
toSet(T[]) - Static method in class jupiter.common.util.Booleans
Returns an ExtendedHashSet of Boolean converted from the specified T array.
toSet(byte[]) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedHashSet of Byte converted from the specified byte array.
toSet(T[]) - Static method in class jupiter.common.util.Bytes
Returns an ExtendedHashSet of Byte converted from the specified T array.
toSet(char[]) - Static method in class jupiter.common.util.Characters
Returns an ExtendedHashSet of Character converted from the specified char array.
toSet(T[]) - Static method in class jupiter.common.util.Characters
Returns an ExtendedHashSet of Character converted from the specified T array.
toSet(double[]) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedHashSet of Double converted from the specified double array.
toSet(T[]) - Static method in class jupiter.common.util.Doubles
Returns an ExtendedHashSet of Double converted from the specified T array.
toSet(float[]) - Static method in class jupiter.common.util.Floats
Returns an ExtendedHashSet of Float converted from the specified float array.
toSet(T[]) - Static method in class jupiter.common.util.Floats
Returns an ExtendedHashSet of Float converted from the specified T array.
toSet(int[]) - Static method in class jupiter.common.util.Integers
Returns an ExtendedHashSet of Integer converted from the specified int array.
toSet(T[]) - Static method in class jupiter.common.util.Integers
Returns an ExtendedHashSet of Integer converted from the specified T array.
toSet(long[]) - Static method in class jupiter.common.util.Longs
Returns an ExtendedHashSet of Long converted from the specified long array.
toSet(T[]) - Static method in class jupiter.common.util.Longs
Returns an ExtendedHashSet of Long converted from the specified T array.
toSet(short[]) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedHashSet of Short converted from the specified short array.
toSet(T[]) - Static method in class jupiter.common.util.Shorts
Returns an ExtendedHashSet of Short converted from the specified T array.
toSet(T[]) - Static method in class jupiter.common.util.Strings
Returns an ExtendedHashSet of String converted from the specified T array.
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
Returns a representative String of the specified Exception with the specified number of StackTraceElement, or "null" if it is null.
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
Touches the File.
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
Prints the specified content array with the IOPrinter indicating the severity level InputOutput.SeverityLevel.TRACE.
trace(Object) - Method in class jupiter.common.io.IOAppender
Prints the specified content Object indicating the severity level InputOutput.SeverityLevel.TRACE.
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
The AvlTreeMap of K and V types.
tree - Variable in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
The ComparableAvlTreeMap of K and V types.
TreeMap<K,V,N extends TreeNode<K,V>> - Class in jupiter.common.struct.map.tree
TreeMap is the light sorted AbstractMap of K and V types based on a tree with a Comparator to determine the order of the entries.
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
Constructs an empty TreeMap of K, V and N types with the specified key Comparator.
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
Constructs a TreeNode with the specified K key, V value and key Comparator.
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
Constructs a 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

U

ulp(float) - Static method in class jupiter.common.math.Maths
Returns the least significant bit of the specified float value.
ulp(double) - Static method in class jupiter.common.math.Maths
Returns the least significant bit of the specified value.
uncapitalize(String) - Static method in class jupiter.common.util.Strings
Returns the String constructed by uncapitalizing all the whitespace-separated words of the specified String.
uncapitalize(String, char...) - Static method in class jupiter.common.util.Strings
Returns the String constructed by uncapitalizing all the words of the specified String separated by the specified char delimiters.
unescape(Object) - Static method in class jupiter.common.util.Strings
Returns the unescaped representative String of the specified escaped content (i.e.
ungzip() - Method in class jupiter.common.io.file.FileHandler
Returns the ungzipped Content.
ungzip(File) - Static method in class jupiter.common.io.file.Files
Returns the ungzipped Content of the specified GZIP File.
ungzip(File, Charset) - Static method in class jupiter.common.io.file.Files
Returns the ungzipped Content of the specified GZIP File with the specified Charset.
UNICODE - Static variable in class jupiter.common.util.Strings
 
unique(T[]) - Static method in class jupiter.common.util.Arrays
Returns a T array containing all the distinct elements of the specified T array in the same order.
unparallelize() - Static method in class jupiter.common.io.file.Files
Unparallelizes this.
unquote(Object) - Static method in class jupiter.common.util.Strings
Returns the unquoted representative String of the specified content.
UNQUOTER - Static variable in class jupiter.common.util.Strings
 
unzip() - Method in class jupiter.common.io.file.FileHandler
Returns the unzipped Content.
unzip(File) - Static method in class jupiter.common.io.file.Files
Returns the unzipped Content of the specified ZIP File.
unzip(File, Charset) - Static method in class jupiter.common.io.file.Files
Returns the unzipped Content of the specified ZIP File with the specified Charset.
unzipDir(File) - Static method in class jupiter.common.io.file.Files
Unzips the specified ZIP File (preserving the file dates).
unzipDir(File, File) - Static method in class jupiter.common.io.file.Files
Unzips the specified ZIP File (preserving the file dates) to the specified directory.
update - Variable in class jupiter.common.struct.map.tree.AvlTreeMap
The flag specifying whether to update the AvlTreeNode.
update() - Method in class jupiter.common.struct.map.tree.AvlTreeNode
Updates the height and balance.
update - Variable in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
The flag specifying whether to update the ComparableAvlTreeNode.
update() - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
Updates the height and balance.
updateAll() - Method in class jupiter.common.struct.map.tree.AvlTreeMap
 
updateAll(AvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.AvlTreeMap
 
updateAll() - Method in class jupiter.common.struct.map.tree.AvlTreeNode
Updates this and if this is a leaf, updates all the parent AvlTreeNode.
updateAll() - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
 
updateAll(ComparableAvlTreeNode<K, V>) - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeMap
 
updateAll() - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
Updates this and if this is a leaf, updates all the parent ComparableAvlTreeNode.
updateAllParents() - Method in class jupiter.common.struct.map.tree.AvlTreeNode
Updates all the parent AvlTreeNode.
updateAllParents() - Method in class jupiter.common.struct.map.tree.ComparableAvlTreeNode
Updates all the parent ComparableAvlTreeNode.
updateMemberships() - Method in class jupiter.common.math.Interval
Updates the memberships of the LowerBound and UpperBound.
UPPER_CASE_ALPHABETICAL_DIGITS - Static variable in class jupiter.common.util.Characters
The upper case alphabetical digits.
UPPER_CASE_CHAR - Static variable in class jupiter.common.util.Strings
 
UPPER_CASE_CHARS - Static variable in class jupiter.common.util.Strings
 
UPPER_CASE_DIGITS - Static variable in class jupiter.common.util.Characters
The upper case digits.
upperBound - Variable in class jupiter.common.math.Interval
The UpperBound of T type.
UpperBound<T extends Comparable<? super T>> - Class in jupiter.common.math
UpperBound is the inclusive or exclusive upper Bound (inclusive by default).
UpperBound() - Constructor for class jupiter.common.math.UpperBound
Constructs an UpperBound of T type.
UpperBound(T) - Constructor for class jupiter.common.math.UpperBound
Constructs an UpperBound of T type with the specified T value.
UpperBound(T, boolean) - Constructor for class jupiter.common.math.UpperBound
Constructs an UpperBound of T type with the specified T value.
US_ASCII - Static variable in class jupiter.common.Charsets
The US-ASCII Charset.
USE_COLORS - Static variable in class jupiter.common.io.console.ConsoleHandler
The flag specifying whether to use colors.
USE_GROUPING_SEPARATORS - Static variable in class jupiter.common.Formats
The flag specifying whether to use grouping separators.
UTF_16 - Static variable in class jupiter.common.Charsets
The UTF-16 Charset.
UTF_16BE - Static variable in class jupiter.common.Charsets
The UTF-16BE (big-endian) Charset.
UTF_16LE - Static variable in class jupiter.common.Charsets
The UTF-16LE (little-endian) Charset.
UTF_8 - Static variable in class jupiter.common.Charsets
The UTF-8 Charset.

V

value - Variable in enum jupiter.common.io.InputOutput.SeverityLevel
 
value - Variable in class jupiter.common.io.string.JSONValue
The JSON value Object.
value - Variable in class jupiter.common.math.Bound
The T value.
value(double, double, int) - Static method in class jupiter.common.math.Maths
 
value - Variable in class jupiter.common.math.WholeNumber
The long value.
value - Variable in class jupiter.common.struct.map.tree.ComparableTreeNode
The V value.
value - Variable in class jupiter.common.struct.map.tree.TreeNode
The V value.
value - Variable in enum jupiter.common.time.Chronometer.TimeUnit
 
valueOf(String) - Static method in enum jupiter.common.io.console.ConsoleHandler.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jupiter.common.io.InputOutput.SeverityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jupiter.common.io.InputOutput.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jupiter.common.io.Systems.OS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jupiter.common.time.Chronometer.TimeUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum jupiter.common.io.console.ConsoleHandler.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jupiter.common.io.InputOutput.SeverityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jupiter.common.io.InputOutput.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jupiter.common.io.Systems.OS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jupiter.common.time.Chronometer.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
variance(double...) - Static method in class jupiter.common.math.Statistics
 
variance(Number[]) - Static method in class jupiter.common.math.Statistics
 
variance(Collection<? extends Number>) - Static method in class jupiter.common.math.Statistics
 
varianceWith(double[], double) - Static method in class jupiter.common.math.Statistics
 
varianceWith(Number[], double) - Static method in class jupiter.common.math.Statistics
 
varianceWith(Collection<? extends Number>, double) - Static method in class jupiter.common.math.Statistics
 
variation(long, double) - Static method in class jupiter.common.math.Statistics
 
variation(long, double, double) - Static method in class jupiter.common.math.Statistics
 
VERSION - Static variable in class jupiter.common.Formats
The current version.

W

warn(Object...) - Method in class jupiter.common.io.InputOutput
Prints the specified content array with the IOPrinter indicating the severity level InputOutput.SeverityLevel.WARNING.
warn(Exception) - Method in class jupiter.common.io.InputOutput
Prints the specified Exception with the IOPrinter indicating the severity level InputOutput.SeverityLevel.WARNING.
warn(Exception, Object...) - Method in class jupiter.common.io.InputOutput
Prints the specified content Object and Exception with the IOPrinter indicating the severity level InputOutput.SeverityLevel.WARNING.
warn(Object) - Method in class jupiter.common.io.IOAppender
Prints the specified content Object indicating the severity level InputOutput.SeverityLevel.WARNING.
warn(Exception) - Method in class jupiter.common.io.IOAppender
Prints the specified Exception indicating the severity level InputOutput.SeverityLevel.WARNING.
weightedSum(byte[], byte...) - Static method in class jupiter.common.math.Maths
 
weightedSum(short[], short...) - Static method in class jupiter.common.math.Maths
 
weightedSum(int[], int...) - Static method in class jupiter.common.math.Maths
 
weightedSum(long[], long...) - Static method in class jupiter.common.math.Maths
 
weightedSum(float[], float...) - Static method in class jupiter.common.math.Maths
 
weightedSum(double[], double...) - Static method in class jupiter.common.math.Maths
 
weightedSum(Number[], Number...) - Static method in class jupiter.common.math.Maths
 
weightedSum(List<? extends Number>, List<? extends Number>) - Static method in class jupiter.common.math.Maths
 
WholeNumber - Class in jupiter.common.math
 
WholeNumber(long) - Constructor for class jupiter.common.math.WholeNumber
Constructs a WholeNumber with the specified value.
Worker<I,O> - Class in jupiter.common.thread
Worker is the working Thread processing an I input and returning an O output.
Worker() - Constructor for class jupiter.common.thread.Worker
Constructs a Worker of I and O types.
Worker(I) - Constructor for class jupiter.common.thread.Worker
Constructs a Worker of I and O types with the specified I input.
workerCount - Variable in class jupiter.common.thread.WorkQueue
The number of Worker.
workers - Variable in class jupiter.common.thread.WorkQueue
The Stack of Worker.
workersLock - Variable in class jupiter.common.thread.LockedWorkQueue
The internal Lock of the workers.
workersLockCondition - Variable in class jupiter.common.thread.LockedWorkQueue
 
workQueue - Variable in class jupiter.common.thread.DivideAndConquer
The WorkQueue used for dividing and conquering the execution.
workQueue - Variable in class jupiter.common.thread.Worker
The WorkQueue of I and O types.
WorkQueue<I,O> - Class in jupiter.common.thread
 
WorkQueue(Worker<I, O>) - Constructor for class jupiter.common.thread.WorkQueue
Constructs a WorkQueue with the specified model Worker by default.
WorkQueue(Worker<I, O>, int, int) - Constructor for class jupiter.common.thread.WorkQueue
Constructs a WorkQueue with the specified model Worker and minimum and maximum numbers of Worker.
wrap(Object, String) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified content wrapped with wrapper.
wrap(Object, String, String) - Static method in class jupiter.common.util.Strings
Returns a representative String of the specified content wrapped with left and right.
write(String) - Method in class jupiter.common.io.file.FileHandler
Writes the specified content String.
write(String, boolean) - Method in class jupiter.common.io.file.FileHandler
Writes the specified content String.
write(String, File) - Static method in class jupiter.common.io.file.Files
Writes the specified content String to the specified File.
write(String, File, boolean, Charset) - Static method in class jupiter.common.io.file.Files
Writes or appends the specified content String to the specified File with the specified Charset.
writeAllLines(BufferedReader) - Method in class jupiter.common.io.file.FileHandler
Writes all the lines of the specified BufferedReader.
writeAllLines(BufferedReader, boolean) - Method in class jupiter.common.io.file.FileHandler
Writes all the lines of the specified BufferedReader.
writeAllLines(BufferedReader, int) - Method in class jupiter.common.io.file.FileHandler
Writes all the lines of the specified BufferedReader from the specified line.
writeAllLines(BufferedReader, int, boolean) - Method in class jupiter.common.io.file.FileHandler
Writes all the lines of the specified BufferedReader from the specified line.
writeAllLines(BufferedReader, int, int) - Method in class jupiter.common.io.file.FileHandler
Writes all the lines of the specified BufferedReader between the specified lines.
writeAllLines(BufferedReader, int, int, boolean) - Method in class jupiter.common.io.file.FileHandler
Writes all the lines of the specified BufferedReader between the specified lines.
writeLine(String) - Method in class jupiter.common.io.file.FileHandler
Writes the specified content String and terminates the line.
writeLine(String, boolean) - Method in class jupiter.common.io.file.FileHandler
Writes the specified content String and terminates the line.
writeLine(String, File) - Static method in class jupiter.common.io.file.Files
Writes the specified content String to the specified File and terminates the line.
writeLine(String, File, boolean, Charset) - Static method in class jupiter.common.io.file.Files
Writes or appends the specified content String to the specified File with the specified Charset and terminates the line.
writer - Variable in class jupiter.common.io.file.FileHandler
The BufferedWriter of the File to handle.

Z

ZERO - Static variable in class jupiter.common.util.Characters
 
zipDir(File) - Static method in class jupiter.common.io.file.Files
Zips the specified directory (preserving the file dates).
zipDir(File, File) - Static method in class jupiter.common.io.file.Files
Zips the specified directory (preserving the file dates).
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2013–2022. All rights reserved.