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

A

AbstractIterator<E> - Class in org.libj.util
Abstract class form of the Iterator interface.
AbstractIterator() - Constructor for class org.libj.util.AbstractIterator
 
accept(boolean, boolean) - Method in interface org.libj.util.function.BiBooleanConsumer
Performs this operation on the given argument.
accept(byte, byte) - Method in interface org.libj.util.function.BiByteConsumer
Performs this operation on the given argument.
accept(char, char) - Method in interface org.libj.util.function.BiCharConsumer
Performs this operation on the given argument.
accept(double, double) - Method in interface org.libj.util.function.BiDoubleConsumer
Performs this operation on the given argument.
accept(float, float) - Method in interface org.libj.util.function.BiFloatConsumer
Performs this operation on the given argument.
accept(int, int) - Method in interface org.libj.util.function.BiIntConsumer
Performs this operation on the given argument.
accept(long, long) - Method in interface org.libj.util.function.BiLongConsumer
Performs this operation on the given argument.
accept(T, U, boolean, boolean) - Method in interface org.libj.util.function.BiObjBiBooleanConsumer
Performs this operation on the given arguments.
accept(T, U, byte, byte) - Method in interface org.libj.util.function.BiObjBiByteConsumer
Performs this operation on the given arguments.
accept(T, U, char, char) - Method in interface org.libj.util.function.BiObjBiCharConsumer
Performs this operation on the given arguments.
accept(T, U, double, double) - Method in interface org.libj.util.function.BiObjBiDoubleConsumer
Performs this operation on the given arguments.
accept(T, U, float, float) - Method in interface org.libj.util.function.BiObjBiFloatConsumer
Performs this operation on the given arguments.
accept(T, U, int, int) - Method in interface org.libj.util.function.BiObjBiIntConsumer
Performs this operation on the given arguments.
accept(T, U, long, long) - Method in interface org.libj.util.function.BiObjBiLongConsumer
Performs this operation on the given arguments.
accept(T, U, short, short) - Method in interface org.libj.util.function.BiObjBiShortConsumer
Performs this operation on the given arguments.
accept(T, U, boolean) - Method in interface org.libj.util.function.BiObjBooleanConsumer
Performs this operation on the given arguments.
accept(T, U, byte) - Method in interface org.libj.util.function.BiObjByteConsumer
Performs this operation on the given arguments.
accept(T, U, char) - Method in interface org.libj.util.function.BiObjCharConsumer
Performs this operation on the given arguments.
accept(T, U, double) - Method in interface org.libj.util.function.BiObjDoubleConsumer
Performs this operation on the given arguments.
accept(T, U, float) - Method in interface org.libj.util.function.BiObjFloatConsumer
Performs this operation on the given arguments.
accept(T, U, int) - Method in interface org.libj.util.function.BiObjIntConsumer
Performs this operation on the given arguments.
accept(T, U, long) - Method in interface org.libj.util.function.BiObjLongConsumer
Performs this operation on the given arguments.
accept(T, U, short) - Method in interface org.libj.util.function.BiObjShortConsumer
Performs this operation on the given arguments.
accept(short, short) - Method in interface org.libj.util.function.BiShortConsumer
Performs this operation on the given argument.
accept(boolean) - Method in interface org.libj.util.function.BooleanConsumer
Performs this operation on the given argument.
accept(byte) - Method in interface org.libj.util.function.ByteConsumer
Performs this operation on the given argument.
accept(char) - Method in interface org.libj.util.function.CharConsumer
Performs this operation on the given argument.
accept(float) - Method in interface org.libj.util.function.FloatConsumer
Performs this operation on the given argument.
accept(T, boolean, boolean) - Method in interface org.libj.util.function.ObjBiBooleanConsumer
Performs this operation on the given arguments.
accept(T, byte, byte) - Method in interface org.libj.util.function.ObjBiByteConsumer
Performs this operation on the given arguments.
accept(T, char, char) - Method in interface org.libj.util.function.ObjBiCharConsumer
Performs this operation on the given arguments.
accept(T, double, double) - Method in interface org.libj.util.function.ObjBiDoubleConsumer
Performs this operation on the given arguments.
accept(T, float, float) - Method in interface org.libj.util.function.ObjBiFloatConsumer
Performs this operation on the given arguments.
accept(T, int, int) - Method in interface org.libj.util.function.ObjBiIntConsumer
Performs this operation on the given arguments.
accept(T, long, long) - Method in interface org.libj.util.function.ObjBiLongConsumer
Performs this operation on the given arguments.
accept(T, short, short) - Method in interface org.libj.util.function.ObjBiShortConsumer
Performs this operation on the given arguments.
accept(T, boolean) - Method in interface org.libj.util.function.ObjBooleanFunction
Performs this operation on the given arguments.
accept(T, byte) - Method in interface org.libj.util.function.ObjByteFunction
Performs this operation on the given arguments.
accept(T, char) - Method in interface org.libj.util.function.ObjCharFunction
Performs this operation on the given arguments.
accept(T, double) - Method in interface org.libj.util.function.ObjDoubleFunction
Performs this operation on the given arguments.
accept(T, float) - Method in interface org.libj.util.function.ObjFloatFunction
Performs this operation on the given arguments.
accept(T, int) - Method in interface org.libj.util.function.ObjIntFunction
Performs this operation on the given arguments.
accept(T, long) - Method in interface org.libj.util.function.ObjLongFunction
Performs this operation on the given arguments.
accept(T, short) - Method in interface org.libj.util.function.ObjShortFunction
Performs this operation on the given arguments.
accept(T, U, V, W, X) - Method in interface org.libj.util.function.PentaConsumer
Performs this operation on the given arguments.
accept(T, U, V, W) - Method in interface org.libj.util.function.QuadConsumer
Performs this operation on the given arguments.
accept(short) - Method in interface org.libj.util.function.ShortConsumer
Performs this operation on the given argument.
accept(T, U) - Method in interface org.libj.util.function.ThrowingBiConsumer
 
accept(T) - Method in interface org.libj.util.function.ThrowingConsumer
 
accept(T, U, V) - Method in interface org.libj.util.function.ThrowingTriConsumer
 
accept(boolean, boolean, boolean) - Method in interface org.libj.util.function.TriBooleanConsumer
Performs this operation on the given argument.
accept(byte, byte, byte) - Method in interface org.libj.util.function.TriByteConsumer
Performs this operation on the given argument.
accept(char, char, char) - Method in interface org.libj.util.function.TriCharConsumer
Performs this operation on the given argument.
accept(T, U, V) - Method in interface org.libj.util.function.TriConsumer
Performs this operation on the given arguments.
accept(double, double, double) - Method in interface org.libj.util.function.TriDoubleConsumer
Performs this operation on the given argument.
accept(float, float, float) - Method in interface org.libj.util.function.TriFloatConsumer
Performs this operation on the given argument.
accept(int, int, int) - Method in interface org.libj.util.function.TriIntConsumer
Performs this operation on the given argument.
accept(long, long, long) - Method in interface org.libj.util.function.TriLongConsumer
Performs this operation on the given argument.
accept(short, short, short) - Method in interface org.libj.util.function.TriShortConsumer
Performs this operation on the given argument.
acceptThrows(T, U) - Method in interface org.libj.util.function.ThrowingBiConsumer
Performs this operation on the given argument, allowing an exception to be thrown.
acceptThrows(T) - Method in interface org.libj.util.function.ThrowingConsumer
Performs this operation on the given argument, allowing an exception to be thrown.
acceptThrows(T, U, V) - Method in interface org.libj.util.function.ThrowingTriConsumer
Performs this operation on the given argument, allowing an exception to be thrown.
add(E) - Method in class org.libj.util.ConcurrentHashSet
 
add(E) - Method in class org.libj.util.CursorListIterator
 
add(E) - Method in class org.libj.util.DelegateCollection
 
add(E) - Method in class org.libj.util.DelegateList
 
add(int, E) - Method in class org.libj.util.DelegateList
 
add(E) - Method in class org.libj.util.DelegateListIterator
 
add(E) - Method in class org.libj.util.DelegateSet
 
add(E) - Method in class org.libj.util.IdentityHashSet
 
add(E) - Method in class org.libj.util.ObservableCollection
add(E) - Method in class org.libj.util.ObservableList
add(int, E) - Method in class org.libj.util.ObservableList
add(E) - Method in class org.libj.util.ObservableList.ObservableListIterator
 
add(E) - Method in class org.libj.util.ObservableSet
add(byte) - Method in class org.libj.util.primitive.ArrayByteList
 
add(int, byte) - Method in class org.libj.util.primitive.ArrayByteList
 
add(char) - Method in class org.libj.util.primitive.ArrayCharList
 
add(int, char) - Method in class org.libj.util.primitive.ArrayCharList
 
add(double) - Method in class org.libj.util.primitive.ArrayDoubleList
 
add(int, double) - Method in class org.libj.util.primitive.ArrayDoubleList
 
add(float) - Method in class org.libj.util.primitive.ArrayFloatList
 
add(int, float) - Method in class org.libj.util.primitive.ArrayFloatList
 
add(int) - Method in class org.libj.util.primitive.ArrayIntList
 
add(int, int) - Method in class org.libj.util.primitive.ArrayIntList
 
add(long) - Method in class org.libj.util.primitive.ArrayLongList
 
add(int, long) - Method in class org.libj.util.primitive.ArrayLongList
 
add(short) - Method in class org.libj.util.primitive.ArrayShortList
 
add(int, short) - Method in class org.libj.util.primitive.ArrayShortList
 
add(byte) - Method in interface org.libj.util.primitive.ByteCollection
Ensures that this collection contains the specified value (optional operation).
add(byte) - Method in interface org.libj.util.primitive.ByteList
Appends the specified value to the end of this list.
add(int, byte) - Method in interface org.libj.util.primitive.ByteList
Inserts the specified value at the specified position in this list.
add(byte) - Method in interface org.libj.util.primitive.ByteListIterator
Inserts the specified value into the list (optional operation).
add(byte) - Method in interface org.libj.util.primitive.ByteSet
Adds the specified value to this set if it is not already present.
add(char) - Method in interface org.libj.util.primitive.CharCollection
Ensures that this collection contains the specified value (optional operation).
add(char) - Method in interface org.libj.util.primitive.CharList
Appends the specified value to the end of this list.
add(int, char) - Method in interface org.libj.util.primitive.CharList
Inserts the specified value at the specified position in this list.
add(char) - Method in interface org.libj.util.primitive.CharListIterator
Inserts the specified value into the list (optional operation).
add(char) - Method in interface org.libj.util.primitive.CharSet
Adds the specified value to this set if it is not already present.
add(double) - Method in interface org.libj.util.primitive.DoubleCollection
Ensures that this collection contains the specified value (optional operation).
add(double) - Method in interface org.libj.util.primitive.DoubleList
Appends the specified value to the end of this list.
add(int, double) - Method in interface org.libj.util.primitive.DoubleList
Inserts the specified value at the specified position in this list.
add(double) - Method in interface org.libj.util.primitive.DoubleListIterator
Inserts the specified value into the list (optional operation).
add(double) - Method in interface org.libj.util.primitive.DoubleSet
Adds the specified value to this set if it is not already present.
add(float) - Method in interface org.libj.util.primitive.FloatCollection
Ensures that this collection contains the specified value (optional operation).
add(float) - Method in interface org.libj.util.primitive.FloatList
Appends the specified value to the end of this list.
add(int, float) - Method in interface org.libj.util.primitive.FloatList
Inserts the specified value at the specified position in this list.
add(float) - Method in interface org.libj.util.primitive.FloatListIterator
Inserts the specified value into the list (optional operation).
add(float) - Method in interface org.libj.util.primitive.FloatSet
Adds the specified value to this set if it is not already present.
add(byte) - Method in class org.libj.util.primitive.HashByteSet
 
add(char) - Method in class org.libj.util.primitive.HashCharSet
 
add(double) - Method in class org.libj.util.primitive.HashDoubleSet
 
add(float) - Method in class org.libj.util.primitive.HashFloatSet
 
add(int) - Method in class org.libj.util.primitive.HashIntSet
 
add(long) - Method in class org.libj.util.primitive.HashLongSet
 
add(short) - Method in class org.libj.util.primitive.HashShortSet
 
add(int) - Method in interface org.libj.util.primitive.IntCollection
Ensures that this collection contains the specified value (optional operation).
add(int) - Method in interface org.libj.util.primitive.IntList
Appends the specified value to the end of this list.
add(int, int) - Method in interface org.libj.util.primitive.IntList
Inserts the specified value at the specified position in this list.
add(int) - Method in interface org.libj.util.primitive.IntListIterator
Inserts the specified value into the list (optional operation).
add(int) - Method in interface org.libj.util.primitive.IntSet
Adds the specified value to this set if it is not already present.
add(long) - Method in interface org.libj.util.primitive.LongCollection
Ensures that this collection contains the specified value (optional operation).
add(long) - Method in interface org.libj.util.primitive.LongList
Appends the specified value to the end of this list.
add(int, long) - Method in interface org.libj.util.primitive.LongList
Inserts the specified value at the specified position in this list.
add(long) - Method in interface org.libj.util.primitive.LongListIterator
Inserts the specified value into the list (optional operation).
add(long) - Method in interface org.libj.util.primitive.LongSet
Adds the specified value to this set if it is not already present.
add(short) - Method in interface org.libj.util.primitive.ShortCollection
Ensures that this collection contains the specified value (optional operation).
add(short) - Method in interface org.libj.util.primitive.ShortList
Appends the specified value to the end of this list.
add(int, short) - Method in interface org.libj.util.primitive.ShortList
Inserts the specified value at the specified position in this list.
add(short) - Method in interface org.libj.util.primitive.ShortListIterator
Inserts the specified value into the list (optional operation).
add(short) - Method in interface org.libj.util.primitive.ShortSet
Adds the specified value to this set if it is not already present.
add(K) - Method in class org.libj.util.RefDigraph
 
add(K, V) - Method in class org.libj.util.RefDigraph
Add directed edge (from -> to) to this digraph.
add(T) - Method in class org.libj.util.TransCollection
 
add(T) - Method in class org.libj.util.TransList
 
add(int, T) - Method in class org.libj.util.TransList
 
add(T) - Method in class org.libj.util.TransSet
 
addAll(Collection<? extends E>) - Method in class org.libj.util.DelegateCollection
 
addAll(Collection<? extends E>) - Method in class org.libj.util.DelegateList
 
addAll(int, Collection<? extends E>) - Method in class org.libj.util.DelegateList
 
addAll(Collection<? extends E>) - Method in class org.libj.util.DelegateSet
 
addAll(Collection<? extends E>) - Method in class org.libj.util.ObservableCollection
addAll(Collection<? extends E>) - Method in class org.libj.util.ObservableList
addAll(int, Collection<? extends E>) - Method in class org.libj.util.ObservableList
addAll(Collection<? extends E>) - Method in class org.libj.util.ObservableSet
addAll(ArrayByteList) - Method in class org.libj.util.primitive.ArrayByteList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(ArrayByteList, int, int) - Method in class org.libj.util.primitive.ArrayByteList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(byte[], int, int) - Method in class org.libj.util.primitive.ArrayByteList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(byte...) - Method in class org.libj.util.primitive.ArrayByteList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, ArrayByteList, int, int) - Method in class org.libj.util.primitive.ArrayByteList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, ArrayByteList) - Method in class org.libj.util.primitive.ArrayByteList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, byte[], int, int) - Method in class org.libj.util.primitive.ArrayByteList
 
addAll(Collection<Byte>) - Method in class org.libj.util.primitive.ArrayByteList
 
addAll(ByteCollection) - Method in class org.libj.util.primitive.ArrayByteList
 
addAll(int, Collection<Byte>) - Method in class org.libj.util.primitive.ArrayByteList
 
addAll(int, ByteCollection) - Method in class org.libj.util.primitive.ArrayByteList
 
addAll(ArrayCharList) - Method in class org.libj.util.primitive.ArrayCharList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(ArrayCharList, int, int) - Method in class org.libj.util.primitive.ArrayCharList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(char[], int, int) - Method in class org.libj.util.primitive.ArrayCharList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(char...) - Method in class org.libj.util.primitive.ArrayCharList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, ArrayCharList, int, int) - Method in class org.libj.util.primitive.ArrayCharList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, ArrayCharList) - Method in class org.libj.util.primitive.ArrayCharList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, char[], int, int) - Method in class org.libj.util.primitive.ArrayCharList
 
addAll(Collection<Character>) - Method in class org.libj.util.primitive.ArrayCharList
 
addAll(CharCollection) - Method in class org.libj.util.primitive.ArrayCharList
 
addAll(int, Collection<Character>) - Method in class org.libj.util.primitive.ArrayCharList
 
addAll(int, CharCollection) - Method in class org.libj.util.primitive.ArrayCharList
 
addAll(ArrayDoubleList) - Method in class org.libj.util.primitive.ArrayDoubleList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(ArrayDoubleList, int, int) - Method in class org.libj.util.primitive.ArrayDoubleList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(double[], int, int) - Method in class org.libj.util.primitive.ArrayDoubleList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(double...) - Method in class org.libj.util.primitive.ArrayDoubleList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, ArrayDoubleList, int, int) - Method in class org.libj.util.primitive.ArrayDoubleList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, ArrayDoubleList) - Method in class org.libj.util.primitive.ArrayDoubleList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, double[], int, int) - Method in class org.libj.util.primitive.ArrayDoubleList
 
addAll(Collection<Double>) - Method in class org.libj.util.primitive.ArrayDoubleList
 
addAll(DoubleCollection) - Method in class org.libj.util.primitive.ArrayDoubleList
 
addAll(int, Collection<Double>) - Method in class org.libj.util.primitive.ArrayDoubleList
 
addAll(int, DoubleCollection) - Method in class org.libj.util.primitive.ArrayDoubleList
 
addAll(ArrayFloatList) - Method in class org.libj.util.primitive.ArrayFloatList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(ArrayFloatList, int, int) - Method in class org.libj.util.primitive.ArrayFloatList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(float[], int, int) - Method in class org.libj.util.primitive.ArrayFloatList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(float...) - Method in class org.libj.util.primitive.ArrayFloatList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, ArrayFloatList, int, int) - Method in class org.libj.util.primitive.ArrayFloatList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, ArrayFloatList) - Method in class org.libj.util.primitive.ArrayFloatList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, float[], int, int) - Method in class org.libj.util.primitive.ArrayFloatList
 
addAll(Collection<Float>) - Method in class org.libj.util.primitive.ArrayFloatList
 
addAll(FloatCollection) - Method in class org.libj.util.primitive.ArrayFloatList
 
addAll(int, Collection<Float>) - Method in class org.libj.util.primitive.ArrayFloatList
 
addAll(int, FloatCollection) - Method in class org.libj.util.primitive.ArrayFloatList
 
addAll(ArrayIntList) - Method in class org.libj.util.primitive.ArrayIntList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(ArrayIntList, int, int) - Method in class org.libj.util.primitive.ArrayIntList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(int[], int, int) - Method in class org.libj.util.primitive.ArrayIntList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int...) - Method in class org.libj.util.primitive.ArrayIntList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, ArrayIntList, int, int) - Method in class org.libj.util.primitive.ArrayIntList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, ArrayIntList) - Method in class org.libj.util.primitive.ArrayIntList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, int[], int, int) - Method in class org.libj.util.primitive.ArrayIntList
 
addAll(Collection<Integer>) - Method in class org.libj.util.primitive.ArrayIntList
 
addAll(IntCollection) - Method in class org.libj.util.primitive.ArrayIntList
 
addAll(int, Collection<Integer>) - Method in class org.libj.util.primitive.ArrayIntList
 
addAll(int, IntCollection) - Method in class org.libj.util.primitive.ArrayIntList
 
addAll(ArrayLongList) - Method in class org.libj.util.primitive.ArrayLongList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(ArrayLongList, int, int) - Method in class org.libj.util.primitive.ArrayLongList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(long[], int, int) - Method in class org.libj.util.primitive.ArrayLongList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(long...) - Method in class org.libj.util.primitive.ArrayLongList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, ArrayLongList, int, int) - Method in class org.libj.util.primitive.ArrayLongList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, ArrayLongList) - Method in class org.libj.util.primitive.ArrayLongList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, long[], int, int) - Method in class org.libj.util.primitive.ArrayLongList
 
addAll(Collection<Long>) - Method in class org.libj.util.primitive.ArrayLongList
 
addAll(LongCollection) - Method in class org.libj.util.primitive.ArrayLongList
 
addAll(int, Collection<Long>) - Method in class org.libj.util.primitive.ArrayLongList
 
addAll(int, LongCollection) - Method in class org.libj.util.primitive.ArrayLongList
 
addAll(ArrayShortList) - Method in class org.libj.util.primitive.ArrayShortList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(ArrayShortList, int, int) - Method in class org.libj.util.primitive.ArrayShortList
Appends all of the values in the specified list to the end of this list, in the order that they are returned by the specified list's Iterator.
addAll(short[], int, int) - Method in class org.libj.util.primitive.ArrayShortList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(short...) - Method in class org.libj.util.primitive.ArrayShortList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, ArrayShortList, int, int) - Method in class org.libj.util.primitive.ArrayShortList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, ArrayShortList) - Method in class org.libj.util.primitive.ArrayShortList
Inserts all of the values in the specified list into this list, starting at the specified position.
addAll(int, short[], int, int) - Method in class org.libj.util.primitive.ArrayShortList
 
addAll(Collection<Short>) - Method in class org.libj.util.primitive.ArrayShortList
 
addAll(ShortCollection) - Method in class org.libj.util.primitive.ArrayShortList
 
addAll(int, Collection<Short>) - Method in class org.libj.util.primitive.ArrayShortList
 
addAll(int, ShortCollection) - Method in class org.libj.util.primitive.ArrayShortList
 
addAll(byte...) - Method in interface org.libj.util.primitive.ByteCollection
Appends all of the values in the specified array to the end of this collection, in the order that they appear in the array.
addAll(ByteCollection) - Method in interface org.libj.util.primitive.ByteCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's ByteIterator.
addAll(Collection<Byte>) - Method in interface org.libj.util.primitive.ByteCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's Iterator.
addAll(int, byte[], int, int) - Method in interface org.libj.util.primitive.ByteList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, byte[]) - Method in interface org.libj.util.primitive.ByteList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(byte[], int, int) - Method in interface org.libj.util.primitive.ByteList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(byte...) - Method in interface org.libj.util.primitive.ByteList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, Collection<Byte>) - Method in interface org.libj.util.primitive.ByteList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Byte>) - Method in interface org.libj.util.primitive.ByteList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, ByteCollection) - Method in interface org.libj.util.primitive.ByteList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(ByteCollection) - Method in interface org.libj.util.primitive.ByteList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Byte>) - Method in interface org.libj.util.primitive.ByteSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(ByteCollection) - Method in interface org.libj.util.primitive.ByteSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(char...) - Method in interface org.libj.util.primitive.CharCollection
Appends all of the values in the specified array to the end of this collection, in the order that they appear in the array.
addAll(CharCollection) - Method in interface org.libj.util.primitive.CharCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's CharIterator.
addAll(Collection<Character>) - Method in interface org.libj.util.primitive.CharCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's Iterator.
addAll(int, char[], int, int) - Method in interface org.libj.util.primitive.CharList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, char[]) - Method in interface org.libj.util.primitive.CharList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(char[], int, int) - Method in interface org.libj.util.primitive.CharList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(char...) - Method in interface org.libj.util.primitive.CharList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, Collection<Character>) - Method in interface org.libj.util.primitive.CharList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Character>) - Method in interface org.libj.util.primitive.CharList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, CharCollection) - Method in interface org.libj.util.primitive.CharList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(CharCollection) - Method in interface org.libj.util.primitive.CharList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Character>) - Method in interface org.libj.util.primitive.CharSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(CharCollection) - Method in interface org.libj.util.primitive.CharSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(double...) - Method in interface org.libj.util.primitive.DoubleCollection
Appends all of the values in the specified array to the end of this collection, in the order that they appear in the array.
addAll(DoubleCollection) - Method in interface org.libj.util.primitive.DoubleCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's DoubleIterator.
addAll(Collection<Double>) - Method in interface org.libj.util.primitive.DoubleCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's Iterator.
addAll(int, double[], int, int) - Method in interface org.libj.util.primitive.DoubleList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, double[]) - Method in interface org.libj.util.primitive.DoubleList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(double[], int, int) - Method in interface org.libj.util.primitive.DoubleList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(double...) - Method in interface org.libj.util.primitive.DoubleList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, Collection<Double>) - Method in interface org.libj.util.primitive.DoubleList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Double>) - Method in interface org.libj.util.primitive.DoubleList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, DoubleCollection) - Method in interface org.libj.util.primitive.DoubleList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(DoubleCollection) - Method in interface org.libj.util.primitive.DoubleList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Double>) - Method in interface org.libj.util.primitive.DoubleSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(DoubleCollection) - Method in interface org.libj.util.primitive.DoubleSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(float...) - Method in interface org.libj.util.primitive.FloatCollection
Appends all of the values in the specified array to the end of this collection, in the order that they appear in the array.
addAll(FloatCollection) - Method in interface org.libj.util.primitive.FloatCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's FloatIterator.
addAll(Collection<Float>) - Method in interface org.libj.util.primitive.FloatCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's Iterator.
addAll(int, float[], int, int) - Method in interface org.libj.util.primitive.FloatList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, float[]) - Method in interface org.libj.util.primitive.FloatList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(float[], int, int) - Method in interface org.libj.util.primitive.FloatList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(float...) - Method in interface org.libj.util.primitive.FloatList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, Collection<Float>) - Method in interface org.libj.util.primitive.FloatList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Float>) - Method in interface org.libj.util.primitive.FloatList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, FloatCollection) - Method in interface org.libj.util.primitive.FloatList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(FloatCollection) - Method in interface org.libj.util.primitive.FloatList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Float>) - Method in interface org.libj.util.primitive.FloatSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(FloatCollection) - Method in interface org.libj.util.primitive.FloatSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(ByteCollection) - Method in class org.libj.util.primitive.HashByteSet
 
addAll(Collection<Byte>) - Method in class org.libj.util.primitive.HashByteSet
 
addAll(HashByteSet) - Method in class org.libj.util.primitive.HashByteSet
Adds all of the values in the specified set to this set if they're not already present.
addAll(CharCollection) - Method in class org.libj.util.primitive.HashCharSet
 
addAll(Collection<Character>) - Method in class org.libj.util.primitive.HashCharSet
 
addAll(HashCharSet) - Method in class org.libj.util.primitive.HashCharSet
Adds all of the values in the specified set to this set if they're not already present.
addAll(DoubleCollection) - Method in class org.libj.util.primitive.HashDoubleSet
 
addAll(Collection<Double>) - Method in class org.libj.util.primitive.HashDoubleSet
 
addAll(HashDoubleSet) - Method in class org.libj.util.primitive.HashDoubleSet
Adds all of the values in the specified set to this set if they're not already present.
addAll(FloatCollection) - Method in class org.libj.util.primitive.HashFloatSet
 
addAll(Collection<Float>) - Method in class org.libj.util.primitive.HashFloatSet
 
addAll(HashFloatSet) - Method in class org.libj.util.primitive.HashFloatSet
Adds all of the values in the specified set to this set if they're not already present.
addAll(IntCollection) - Method in class org.libj.util.primitive.HashIntSet
 
addAll(Collection<Integer>) - Method in class org.libj.util.primitive.HashIntSet
 
addAll(HashIntSet) - Method in class org.libj.util.primitive.HashIntSet
Adds all of the values in the specified set to this set if they're not already present.
addAll(LongCollection) - Method in class org.libj.util.primitive.HashLongSet
 
addAll(Collection<Long>) - Method in class org.libj.util.primitive.HashLongSet
 
addAll(HashLongSet) - Method in class org.libj.util.primitive.HashLongSet
Adds all of the values in the specified set to this set if they're not already present.
addAll(ShortCollection) - Method in class org.libj.util.primitive.HashShortSet
 
addAll(Collection<Short>) - Method in class org.libj.util.primitive.HashShortSet
 
addAll(HashShortSet) - Method in class org.libj.util.primitive.HashShortSet
Adds all of the values in the specified set to this set if they're not already present.
addAll(int...) - Method in interface org.libj.util.primitive.IntCollection
Appends all of the values in the specified array to the end of this collection, in the order that they appear in the array.
addAll(IntCollection) - Method in interface org.libj.util.primitive.IntCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's IntIterator.
addAll(Collection<Integer>) - Method in interface org.libj.util.primitive.IntCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's Iterator.
addAll(int, int[], int, int) - Method in interface org.libj.util.primitive.IntList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, int[]) - Method in interface org.libj.util.primitive.IntList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int[], int, int) - Method in interface org.libj.util.primitive.IntList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int...) - Method in interface org.libj.util.primitive.IntList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, Collection<Integer>) - Method in interface org.libj.util.primitive.IntList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Integer>) - Method in interface org.libj.util.primitive.IntList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, IntCollection) - Method in interface org.libj.util.primitive.IntList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(IntCollection) - Method in interface org.libj.util.primitive.IntList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Integer>) - Method in interface org.libj.util.primitive.IntSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(IntCollection) - Method in interface org.libj.util.primitive.IntSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(long...) - Method in interface org.libj.util.primitive.LongCollection
Appends all of the values in the specified array to the end of this collection, in the order that they appear in the array.
addAll(LongCollection) - Method in interface org.libj.util.primitive.LongCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's LongIterator.
addAll(Collection<Long>) - Method in interface org.libj.util.primitive.LongCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's Iterator.
addAll(int, long[], int, int) - Method in interface org.libj.util.primitive.LongList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, long[]) - Method in interface org.libj.util.primitive.LongList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(long[], int, int) - Method in interface org.libj.util.primitive.LongList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(long...) - Method in interface org.libj.util.primitive.LongList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, Collection<Long>) - Method in interface org.libj.util.primitive.LongList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Long>) - Method in interface org.libj.util.primitive.LongList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, LongCollection) - Method in interface org.libj.util.primitive.LongList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(LongCollection) - Method in interface org.libj.util.primitive.LongList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Long>) - Method in interface org.libj.util.primitive.LongSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(LongCollection) - Method in interface org.libj.util.primitive.LongSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(short...) - Method in interface org.libj.util.primitive.ShortCollection
Appends all of the values in the specified array to the end of this collection, in the order that they appear in the array.
addAll(ShortCollection) - Method in interface org.libj.util.primitive.ShortCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's ShortIterator.
addAll(Collection<Short>) - Method in interface org.libj.util.primitive.ShortCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's Iterator.
addAll(int, short[], int, int) - Method in interface org.libj.util.primitive.ShortList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, short[]) - Method in interface org.libj.util.primitive.ShortList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(short[], int, int) - Method in interface org.libj.util.primitive.ShortList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(short...) - Method in interface org.libj.util.primitive.ShortList
Appends all of the values in the specified array to the end of this list, in the order that they appear in the array.
addAll(int, Collection<Short>) - Method in interface org.libj.util.primitive.ShortList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Short>) - Method in interface org.libj.util.primitive.ShortList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, ShortCollection) - Method in interface org.libj.util.primitive.ShortList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(ShortCollection) - Method in interface org.libj.util.primitive.ShortList
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<Short>) - Method in interface org.libj.util.primitive.ShortSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(ShortCollection) - Method in interface org.libj.util.primitive.ShortSet
Adds all of the values in the specified collection to this set if they're not already present.
addAll(Collection<? extends T>) - Method in class org.libj.util.TransCollection
 
addAll(Collection<? extends T>) - Method in class org.libj.util.TransList
 
addAll(int, Collection<? extends T>) - Method in class org.libj.util.TransList
 
addAll(Collection<? extends T>) - Method in class org.libj.util.TransSet
 
addFast(int, E) - Method in class org.libj.util.ObservableList
 
addSuppressed(T, T) - Static method in class org.libj.util.Throwables
Adds the suppressed exception to the target.
addTime(Date, int) - Static method in class org.libj.util.Dates
Returns a new Date object with its time set by date, and the specified temporal parameters added each current value.
addTime(Date, int, int) - Static method in class org.libj.util.Dates
Returns a new Date object with its time set by date, and the specified temporal parameters added each current value.
addTime(Date, int, int, int) - Static method in class org.libj.util.Dates
Returns a new Date object with its time set by date, and the specified temporal parameters added each current value.
addTime(Date, int, int, int, int) - Static method in class org.libj.util.Dates
Returns a new Date object with its time set by date, and the specified temporal parameters added each current value.
addTimeInPlace(Date, int) - Static method in class org.libj.util.Dates
Returns date with its time mutated by adding the specified temporal parameters to its current value.
addTimeInPlace(Date, int, int) - Static method in class org.libj.util.Dates
Returns date with its time mutated by adding the specified temporal parameters to its current value.
addTimeInPlace(Date, int, int, int) - Static method in class org.libj.util.Dates
Returns date with its time mutated by adding the specified temporal parameters to its current value.
addTimeInPlace(Date, int, int, int, int) - Static method in class org.libj.util.Dates
Returns date with its time mutated by adding the specified temporal parameters to its current value.
afterAdd(int, E, RuntimeException) - Method in class org.libj.util.CompositeList
 
afterAdd(int, E, RuntimeException) - Method in class org.libj.util.CompositeList.ComponentList
 
afterAdd(int, V, RuntimeException) - Method in class org.libj.util.MirrorList
 
afterAdd(E, RuntimeException) - Method in class org.libj.util.ObservableCollection
Callback method that is invoked immediately after an element is added to the enclosed Collection.
afterAdd(int, E, RuntimeException) - Method in class org.libj.util.ObservableList
Callback method that is invoked immediately after an element is added to the enclosed List.
afterAdd(int, E, RuntimeException) - Method in class org.libj.util.ObservableList.ObservableSubList
 
afterAdd(Map.Entry<K, V>, RuntimeException) - Method in class org.libj.util.ObservableMap.ObservableEntrySet
 
afterAdd(E, RuntimeException) - Method in class org.libj.util.ObservableSet
Callback method that is invoked immediately after an element is added to the enclosed Set.
afterContainsKey(Object, boolean, RuntimeException) - Method in class org.libj.util.MirrorMap
 
afterContainsKey(Object, boolean, RuntimeException) - Method in class org.libj.util.ObservableMap
Callback method that is invoked immediately after a key is dereferenced for inclusion via ObservableMap.containsKey(Object).
afterContainsValue(Object, boolean, RuntimeException) - Method in class org.libj.util.MirrorMap
 
afterContainsValue(Object, boolean, RuntimeException) - Method in class org.libj.util.ObservableMap
Callback method that is invoked immediately after a value is dereferenced for inclusion via ObservableMap.containsValue(Object).
afterGet(int, V, ListIterator<? super V>, RuntimeException) - Method in class org.libj.util.MirrorList
 
afterGet(Object, V, RuntimeException) - Method in class org.libj.util.MirrorMap
 
afterGet(Map.Entry<K, V>, RuntimeException) - Method in class org.libj.util.MirrorMap.ObservableMirrorEntrySet
 
afterGet(E, RuntimeException) - Method in class org.libj.util.ObservableCollection
Callback method that is invoked immediately after a value is retrieved via Iterator.next().
afterGet(int, E, ListIterator<? super E>, RuntimeException) - Method in class org.libj.util.ObservableList
Callback method that is invoked immediately after an element is retrieved from the enclosed List.
afterGet(int, E, ListIterator<? super E>, RuntimeException) - Method in class org.libj.util.ObservableList.ObservableSubList
 
afterGet(Object, V, RuntimeException) - Method in class org.libj.util.ObservableMap
Callback method that is invoked immediately after a value is retrieved from the enclosed Map.
afterGet(E, RuntimeException) - Method in class org.libj.util.ObservableSet
Callback method that is invoked immediately after a value is retrieved via Iterator.next().
afterPut(K, V, V, RuntimeException) - Method in class org.libj.util.MirrorMap
 
afterPut(K, V, V, RuntimeException) - Method in class org.libj.util.ObservableMap
Callback method that is invoked immediately after an entry is put into the enclosed Map.
afterRemove(Object, RuntimeException) - Method in class org.libj.util.MirrorList
 
afterRemove(Object, V, RuntimeException) - Method in class org.libj.util.MirrorMap
 
afterRemove(Object, RuntimeException) - Method in class org.libj.util.ObservableCollection
Callback method that is invoked immediately after an element is removed from the enclosed Collection.
afterRemove(Object, RuntimeException) - Method in class org.libj.util.ObservableList
Callback method that is invoked immediately after an element is removed from the enclosed List.
afterRemove(Object, RuntimeException) - Method in class org.libj.util.ObservableList.ObservableSubList
 
afterRemove(Object, V, RuntimeException) - Method in class org.libj.util.ObservableMap
Callback method that is invoked immediately after an entry is removed from the enclosed Map.
afterRemove(Object, RuntimeException) - Method in class org.libj.util.ObservableMap.ObservableEntrySet
 
afterRemove(Object, RuntimeException) - Method in class org.libj.util.ObservableMap.ObservableKeySet
 
afterRemove(Object, RuntimeException) - Method in class org.libj.util.ObservableSet
Callback method that is invoked immediately after an element is removed from the enclosed Set.
afterSet(int, V, RuntimeException) - Method in class org.libj.util.MirrorList
 
afterSet(int, E, RuntimeException) - Method in class org.libj.util.ObservableList
Callback method that is invoked immediately after an element is set at an index to the enclosed List.
afterSet(int, E, RuntimeException) - Method in class org.libj.util.ObservableList.ObservableSubList
 
and(BooleanPredicate) - Method in interface org.libj.util.function.BooleanPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(BytePredicate) - Method in interface org.libj.util.function.BytePredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(CharPredicate) - Method in interface org.libj.util.function.CharPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(FloatPredicate) - Method in interface org.libj.util.function.FloatPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(PentaPredicate<? super T, ? super U, ? super V, ? super W, ? super X>) - Method in interface org.libj.util.function.PentaPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(QuadPredicate<? super T, ? super U, ? super V, ? super W>) - Method in interface org.libj.util.function.QuadPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(ShortPredicate) - Method in interface org.libj.util.function.ShortPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(TriPredicate<? super T, ? super U, ? super V>) - Method in interface org.libj.util.function.TriPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
andThen(BiBooleanConsumer) - Method in interface org.libj.util.function.BiBooleanConsumer
Returns a composed BiBooleanConsumer that performs, in sequence, this operation followed by the after operation.
andThen(BiByteConsumer) - Method in interface org.libj.util.function.BiByteConsumer
Returns a composed BiByteConsumer that performs, in sequence, this operation followed by the after operation.
andThen(BiCharConsumer) - Method in interface org.libj.util.function.BiCharConsumer
Returns a composed BiCharConsumer that performs, in sequence, this operation followed by the after operation.
andThen(BiDoubleConsumer) - Method in interface org.libj.util.function.BiDoubleConsumer
Returns a composed BiDoubleConsumer that performs, in sequence, this operation followed by the after operation.
andThen(BiFloatConsumer) - Method in interface org.libj.util.function.BiFloatConsumer
Returns a composed BiFloatConsumer that performs, in sequence, this operation followed by the after operation.
andThen(BiIntConsumer) - Method in interface org.libj.util.function.BiIntConsumer
Returns a composed BiIntConsumer that performs, in sequence, this operation followed by the after operation.
andThen(BiLongConsumer) - Method in interface org.libj.util.function.BiLongConsumer
Returns a composed BiLongConsumer that performs, in sequence, this operation followed by the after operation.
andThen(BiShortConsumer) - Method in interface org.libj.util.function.BiShortConsumer
Returns a composed BiShortConsumer that performs, in sequence, this operation followed by the after operation.
andThen(BooleanConsumer) - Method in interface org.libj.util.function.BooleanConsumer
Returns a composed BooleanConsumer that performs, in sequence, this operation followed by the after operation.
andThen(BooleanUnaryOperator) - Method in interface org.libj.util.function.BooleanUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(ByteConsumer) - Method in interface org.libj.util.function.ByteConsumer
Returns a composed ByteConsumer that performs, in sequence, this operation followed by the after operation.
andThen(ByteUnaryOperator) - Method in interface org.libj.util.function.ByteUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(CharConsumer) - Method in interface org.libj.util.function.CharConsumer
Returns a composed CharConsumer that performs, in sequence, this operation followed by the after operation.
andThen(CharUnaryOperator) - Method in interface org.libj.util.function.CharUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(FloatConsumer) - Method in interface org.libj.util.function.FloatConsumer
Returns a composed FloatConsumer that performs, in sequence, this operation followed by the after operation.
andThen(FloatUnaryOperator) - Method in interface org.libj.util.function.FloatUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(PentaConsumer<? super T, ? super U, ? super V, ? super W, ? super X>) - Method in interface org.libj.util.function.PentaConsumer
Returns a composed PentaConsumer that performs, in sequence, this operation followed by the after operation.
andThen(Function<? super R, ? extends S>) - Method in interface org.libj.util.function.PentaFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(QuadConsumer<? super T, ? super U, ? super V, ? super W>) - Method in interface org.libj.util.function.QuadConsumer
Returns a composed QuadConsumer that performs, in sequence, this operation followed by the after operation.
andThen(Function<? super R, ? extends S>) - Method in interface org.libj.util.function.QuadFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(ShortConsumer) - Method in interface org.libj.util.function.ShortConsumer
Returns a composed ShortConsumer that performs, in sequence, this operation followed by the after operation.
andThen(ShortUnaryOperator) - Method in interface org.libj.util.function.ShortUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(TriBooleanConsumer) - Method in interface org.libj.util.function.TriBooleanConsumer
Returns a composed TriBooleanConsumer that performs, in sequence, this operation followed by the after operation.
andThen(TriByteConsumer) - Method in interface org.libj.util.function.TriByteConsumer
Returns a composed TriByteConsumer that performs, in sequence, this operation followed by the after operation.
andThen(TriCharConsumer) - Method in interface org.libj.util.function.TriCharConsumer
Returns a composed TriCharConsumer that performs, in sequence, this operation followed by the after operation.
andThen(TriConsumer<? super T, ? super U, ? super V>) - Method in interface org.libj.util.function.TriConsumer
Returns a composed TriConsumer that performs, in sequence, this operation followed by the after operation.
andThen(TriDoubleConsumer) - Method in interface org.libj.util.function.TriDoubleConsumer
Returns a composed TriDoubleConsumer that performs, in sequence, this operation followed by the after operation.
andThen(TriFloatConsumer) - Method in interface org.libj.util.function.TriFloatConsumer
Returns a composed TriFloatConsumer that performs, in sequence, this operation followed by the after operation.
andThen(Function<? super R, ? extends W>) - Method in interface org.libj.util.function.TriFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(TriIntConsumer) - Method in interface org.libj.util.function.TriIntConsumer
Returns a composed TriIntConsumer that performs, in sequence, this operation followed by the after operation.
andThen(TriLongConsumer) - Method in interface org.libj.util.function.TriLongConsumer
Returns a composed TriLongConsumer that performs, in sequence, this operation followed by the after operation.
andThen(TriShortConsumer) - Method in interface org.libj.util.function.TriShortConsumer
Returns a composed TriShortConsumer that performs, in sequence, this operation followed by the after operation.
Annotations - Class in org.libj.util
Utility functions for operations pertaining to Annotation.
apply(T, U, V, W, X) - Method in interface org.libj.util.function.PentaFunction
Applies this function to the given arguments.
apply(T, U, V, W) - Method in interface org.libj.util.function.QuadFunction
Applies this function to the given arguments.
apply(T, U) - Method in interface org.libj.util.function.ThrowingBiFunction
 
apply(T) - Method in interface org.libj.util.function.ThrowingFunction
 
apply(T, U, V) - Method in interface org.libj.util.function.TriFunction
Applies this function to the given arguments.
applyAsBoolean(boolean) - Method in interface org.libj.util.function.BooleanUnaryOperator
Applies this operator to the given operand.
applyAsBoolean(T) - Method in interface org.libj.util.function.ToBooleanFunction
Applies this function to the given argument.
applyAsByte(byte) - Method in interface org.libj.util.function.ByteUnaryOperator
Applies this operator to the given operand.
applyAsByte(T) - Method in interface org.libj.util.function.ToByteFunction
Applies this function to the given argument.
applyAsChar(char) - Method in interface org.libj.util.function.CharUnaryOperator
Applies this operator to the given operand.
applyAsChar(T) - Method in interface org.libj.util.function.ToCharFunction
Applies this function to the given argument.
applyAsFloat(float) - Method in interface org.libj.util.function.FloatUnaryOperator
Applies this operator to the given operand.
applyAsFloat(T) - Method in interface org.libj.util.function.ToFloatFunction
Applies this function to the given argument.
applyAsShort(short) - Method in interface org.libj.util.function.ShortUnaryOperator
Applies this operator to the given operand.
applyAsShort(T) - Method in interface org.libj.util.function.ToShortFunction
Applies this function to the given argument.
applyThrows(T, U) - Method in interface org.libj.util.function.ThrowingBiFunction
Performs this operation on the given argument, allowing an exception to be thrown.
applyThrows(T) - Method in interface org.libj.util.function.ThrowingFunction
Performs this operation on the given argument, allowing an exception to be thrown.
ArrayByteList - Class in org.libj.util.primitive
An unsynchronized implementation of a resizable-array of byte values.
ArrayByteList() - Constructor for class org.libj.util.primitive.ArrayByteList
Creates an empty list with an initial capacity of five.
ArrayByteList(int) - Constructor for class org.libj.util.primitive.ArrayByteList
Creates an empty list with the specified initial capacity.
ArrayByteList(byte[], int, int) - Constructor for class org.libj.util.primitive.ArrayByteList
Creates a list containing the values of the specified array.
ArrayByteList(byte...) - Constructor for class org.libj.util.primitive.ArrayByteList
Creates a list containing the values of the specified array.
ArrayByteList(Collection<Byte>) - Constructor for class org.libj.util.primitive.ArrayByteList
Creates a list containing the values of the specified collection, in the order they are returned by the collection's iterator.
ArrayCharList - Class in org.libj.util.primitive
An unsynchronized implementation of a resizable-array of char values.
ArrayCharList() - Constructor for class org.libj.util.primitive.ArrayCharList
Creates an empty list with an initial capacity of five.
ArrayCharList(int) - Constructor for class org.libj.util.primitive.ArrayCharList
Creates an empty list with the specified initial capacity.
ArrayCharList(char[], int, int) - Constructor for class org.libj.util.primitive.ArrayCharList
Creates a list containing the values of the specified array.
ArrayCharList(char...) - Constructor for class org.libj.util.primitive.ArrayCharList
Creates a list containing the values of the specified array.
ArrayCharList(Collection<Character>) - Constructor for class org.libj.util.primitive.ArrayCharList
Creates a list containing the values of the specified collection, in the order they are returned by the collection's iterator.
ArrayCharSequence - Class in org.libj.util
A CharSequence backed by a char[].
ArrayCharSequence(char[]) - Constructor for class org.libj.util.ArrayCharSequence
Creates a new ArrayCharSequence with the specified char[], with the char sequence range as 0 to buf.length.
ArrayCharSequence(char[], int) - Constructor for class org.libj.util.ArrayCharSequence
Creates a new ArrayCharSequence with the specified char[], with the char sequence range as 0 to count.
ArrayCharSequence(char[], int, int) - Constructor for class org.libj.util.ArrayCharSequence
Creates a new ArrayCharSequence with the specified char[], with the char sequence range as offset to count.
ArrayDoubleList - Class in org.libj.util.primitive
An unsynchronized implementation of a resizable-array of double values.
ArrayDoubleList() - Constructor for class org.libj.util.primitive.ArrayDoubleList
Creates an empty list with an initial capacity of five.
ArrayDoubleList(int) - Constructor for class org.libj.util.primitive.ArrayDoubleList
Creates an empty list with the specified initial capacity.
ArrayDoubleList(double[], int, int) - Constructor for class org.libj.util.primitive.ArrayDoubleList
Creates a list containing the values of the specified array.
ArrayDoubleList(double...) - Constructor for class org.libj.util.primitive.ArrayDoubleList
Creates a list containing the values of the specified array.
ArrayDoubleList(Collection<Double>) - Constructor for class org.libj.util.primitive.ArrayDoubleList
Creates a list containing the values of the specified collection, in the order they are returned by the collection's iterator.
ArrayFloatList - Class in org.libj.util.primitive
An unsynchronized implementation of a resizable-array of float values.
ArrayFloatList() - Constructor for class org.libj.util.primitive.ArrayFloatList
Creates an empty list with an initial capacity of five.
ArrayFloatList(int) - Constructor for class org.libj.util.primitive.ArrayFloatList
Creates an empty list with the specified initial capacity.
ArrayFloatList(float[], int, int) - Constructor for class org.libj.util.primitive.ArrayFloatList
Creates a list containing the values of the specified array.
ArrayFloatList(float...) - Constructor for class org.libj.util.primitive.ArrayFloatList
Creates a list containing the values of the specified array.
ArrayFloatList(Collection<Float>) - Constructor for class org.libj.util.primitive.ArrayFloatList
Creates a list containing the values of the specified collection, in the order they are returned by the collection's iterator.
ArrayIntList - Class in org.libj.util.primitive
An unsynchronized implementation of a resizable-array of int values.
ArrayIntList() - Constructor for class org.libj.util.primitive.ArrayIntList
Creates an empty list with an initial capacity of five.
ArrayIntList(int) - Constructor for class org.libj.util.primitive.ArrayIntList
Creates an empty list with the specified initial capacity.
ArrayIntList(int[], int, int) - Constructor for class org.libj.util.primitive.ArrayIntList
Creates a list containing the values of the specified array.
ArrayIntList(int...) - Constructor for class org.libj.util.primitive.ArrayIntList
Creates a list containing the values of the specified array.
ArrayIntList(Collection<Integer>) - Constructor for class org.libj.util.primitive.ArrayIntList
Creates a list containing the values of the specified collection, in the order they are returned by the collection's iterator.
ArrayLongList - Class in org.libj.util.primitive
An unsynchronized implementation of a resizable-array of long values.
ArrayLongList() - Constructor for class org.libj.util.primitive.ArrayLongList
Creates an empty list with an initial capacity of five.
ArrayLongList(int) - Constructor for class org.libj.util.primitive.ArrayLongList
Creates an empty list with the specified initial capacity.
ArrayLongList(long[], int, int) - Constructor for class org.libj.util.primitive.ArrayLongList
Creates a list containing the values of the specified array.
ArrayLongList(long...) - Constructor for class org.libj.util.primitive.ArrayLongList
Creates a list containing the values of the specified array.
ArrayLongList(Collection<Long>) - Constructor for class org.libj.util.primitive.ArrayLongList
Creates a list containing the values of the specified collection, in the order they are returned by the collection's iterator.
ArrayShortList - Class in org.libj.util.primitive
An unsynchronized implementation of a resizable-array of short values.
ArrayShortList() - Constructor for class org.libj.util.primitive.ArrayShortList
Creates an empty list with an initial capacity of five.
ArrayShortList(int) - Constructor for class org.libj.util.primitive.ArrayShortList
Creates an empty list with the specified initial capacity.
ArrayShortList(short[], int, int) - Constructor for class org.libj.util.primitive.ArrayShortList
Creates a list containing the values of the specified array.
ArrayShortList(short...) - Constructor for class org.libj.util.primitive.ArrayShortList
Creates a list containing the values of the specified array.
ArrayShortList(Collection<Short>) - Constructor for class org.libj.util.primitive.ArrayShortList
Creates a list containing the values of the specified collection, in the order they are returned by the collection's iterator.
ArrayUtil - Class in org.libj.util
Utility functions for operations pertaining to arrays.
asCollection(C, T[]) - Static method in class org.libj.util.CollectionUtil
Returns the specified collection with the provided parameters array added as members to the collection.
asCollection(C, T, T...) - Static method in class org.libj.util.CollectionUtil
Returns the specified collection with the provided vararg parameters added as members to the collection.
asCollection(C, T[], int, int) - Static method in class org.libj.util.CollectionUtil
Returns the specified collection with the provided array of members added to the collection.
assertModifiable() - Method in class org.libj.util.CursorListIterator
Asserts that a call to a modifying operation can be made, for which only one is allowed after each call to CursorListIterator.next() or CursorListIterator.previous().
average(BigDecimal...) - Static method in class org.libj.util.Numbers
Computes the average of the specified numbers.
average(BigInteger...) - Static method in class org.libj.util.Numbers
Computes the average of the specified numbers.
average(byte...) - Static method in class org.libj.util.Numbers
Computes the average of the specified numbers.
average(short...) - Static method in class org.libj.util.Numbers
Computes the average of the specified numbers.
average(int...) - Static method in class org.libj.util.Numbers
Computes the average of the specified numbers.
average(long...) - Static method in class org.libj.util.Numbers
Computes the average of the specified numbers.
average(float...) - Static method in class org.libj.util.Numbers
Computes the average of the specified numbers.
average(double...) - Static method in class org.libj.util.Numbers
Computes the average of the specified numbers.
awaitTermination(long, TimeUnit) - Method in class org.libj.util.concurrent.SynchronizingExecutorService
 

B

Base32 - Class in org.libj.util
Encodes and decodes Base32.
Base32(byte[]) - Constructor for class org.libj.util.Base32
Create a new Base32 object with the provided raw bytes.
Base32(String) - Constructor for class org.libj.util.Base32
Create a new Base32 object with the provided base32-encoded string value.
beforeAdd(int, V) - Method in class org.libj.util.MirrorList
 
beforeAdd(E) - Method in class org.libj.util.ObservableCollection
Callback method that is invoked immediately before an element is added to the enclosed Collection.
beforeAdd(int, E) - Method in class org.libj.util.ObservableList
Callback method that is invoked immediately before an element is added to the enclosed List.
beforeAdd(int, E) - Method in class org.libj.util.ObservableList.ObservableSubList
 
beforeAdd(Map.Entry<K, V>) - Method in class org.libj.util.ObservableMap.ObservableEntrySet
 
beforeAdd(K) - Method in class org.libj.util.ObservableMap.ObservableKeySet
 
beforeAdd(E) - Method in class org.libj.util.ObservableSet
Callback method that is invoked immediately before an element is added to the enclosed Set.
beforeAdd(int, E) - Method in class org.libj.util.SortedList
 
beforeContainsKey(Object) - Method in class org.libj.util.MirrorMap
 
beforeContainsKey(Object) - Method in class org.libj.util.ObservableMap
Callback method that is invoked immediately before a key is dereferenced for inclusion via ObservableMap.containsKey(Object).
beforeContainsValue(Object) - Method in class org.libj.util.MirrorMap
 
beforeContainsValue(Object) - Method in class org.libj.util.ObservableMap
Callback method that is invoked immediately before a value is dereferenced for inclusion via ObservableMap.containsValue(Object).
beforeGet(int, ListIterator<V>) - Method in class org.libj.util.MirrorList
 
beforeGet(Object) - Method in class org.libj.util.MirrorMap
 
beforeGet(int, ListIterator<E>) - Method in class org.libj.util.ObservableList
Callback method that is invoked immediately before an element is retrieved from the enclosed List.
beforeGet(int, ListIterator<E>) - Method in class org.libj.util.ObservableList.ObservableSubList
 
beforeGet(Object) - Method in class org.libj.util.ObservableMap
Callback method that is invoked immediately before a value is retrieved via ObservableMap.get(Object).
beforePut(K, V, V) - Method in class org.libj.util.MirrorMap
 
beforePut(K, V, V) - Method in class org.libj.util.ObservableMap
Callback method that is invoked immediately before an entry is put into the enclosed Map.
beforeRemove(int) - Method in class org.libj.util.CompositeList
 
beforeRemove(int) - Method in class org.libj.util.CompositeList.ComponentList
 
beforeRemove(int) - Method in class org.libj.util.MirrorList
 
beforeRemove(Object, V) - Method in class org.libj.util.MirrorMap
 
beforeRemove(Object) - Method in class org.libj.util.ObservableCollection
Callback method that is invoked immediately before an element is removed from the enclosed Collection.
beforeRemove(int) - Method in class org.libj.util.ObservableList
Callback method that is invoked immediately before an element is removed from the enclosed List.
beforeRemove(int) - Method in class org.libj.util.ObservableList.ObservableSubList
 
beforeRemove(Object, V) - Method in class org.libj.util.ObservableMap
Callback method that is invoked immediately before an entry is removed from the enclosed Map.
beforeRemove(Object) - Method in class org.libj.util.ObservableMap.ObservableEntrySet
 
beforeRemove(Object) - Method in class org.libj.util.ObservableMap.ObservableKeySet
 
beforeRemove(Object) - Method in class org.libj.util.ObservableSet
Callback method that is invoked immediately before an element is removed from the enclosed Set.
beforeSet(int, E) - Method in class org.libj.util.CompositeList
 
beforeSet(int, E) - Method in class org.libj.util.CompositeList.ComponentList
 
beforeSet(int, V) - Method in class org.libj.util.MirrorList
 
beforeSet(int, E) - Method in class org.libj.util.ObservableList
Callback method that is invoked immediately before an element is set at an index in the enclosed List.
beforeSet(int, E) - Method in class org.libj.util.ObservableList.ObservableSubList
 
beforeSet(int, E) - Method in class org.libj.util.SortedList
 
BiBooleanConsumer - Interface in org.libj.util.function
Represents an operation that accepts two boolean-valued arguments and returns no result.
BiByteConsumer - Interface in org.libj.util.function
Represents an operation that accepts two byte-valued arguments and returns no result.
BiCharConsumer - Interface in org.libj.util.function
Represents an operation that accepts two char-valued arguments and returns no result.
BiDoubleConsumer - Interface in org.libj.util.function
Represents an operation that accepts two double-valued arguments and returns no result.
BiFloatConsumer - Interface in org.libj.util.function
Represents an operation that accepts two float-valued arguments and returns no result.
BiIntConsumer - Interface in org.libj.util.function
Represents an operation that accepts two int-valued arguments and returns no result.
BiLongConsumer - Interface in org.libj.util.function
Represents an operation that accepts two long-valued arguments and returns no result.
BiMap<K,V> - Class in org.libj.util
Bidirectional map that maintains both key->value and value->key mappings.
BiMap(Map<K, V>, Map<V, K>) - Constructor for class org.libj.util.BiMap
Construct a new bidirectional map with the provided source maps.
BiMap() - Constructor for class org.libj.util.BiMap
Creates an empty instance.
binaryClosestSearch(T[], T) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(T[], int, int, T) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(T[], T, Comparator<? super T>) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(T[], int, int, T, Comparator<? super T>) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(byte[], byte) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(byte[], int, int, byte) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(byte[], int, int, byte, ByteComparator) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(short[], short) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(short[], int, int, short) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(short[], int, int, short, ShortComparator) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(int[], int) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(int[], int, int, int) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(int[], int, int, int, IntComparator) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(float[], float) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(float[], int, int, float) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(float[], int, int, float, FloatComparator) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(double[], double) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(double[], int, int, double) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(double[], int, int, double, DoubleComparator) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(long[], long) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(long[], int, int, long) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(long[], int, int, long, LongComparator) - Static method in class org.libj.util.ArrayUtil
Find the index of the sorted array whose value most closely matches the value provided.
binaryClosestSearch(List<? extends T>, T) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted List whose value most closely matches the value provided.
binaryClosestSearch(List<? extends T>, int, int, T) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted List whose value most closely matches the value provided.
binaryClosestSearch(List<? extends T>, T, Comparator<? super T>) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted List whose value most closely matches the value provided.
binaryClosestSearch(List<? extends T>, int, int, T, Comparator<? super T>) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted List whose value most closely matches the value provided.
binaryClosestSearch(ArrayIntList, int) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayIntList whose value most closely matches the value provided.
binaryClosestSearch(ArrayIntList, int, IntComparator) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayIntList whose value most closely matches the value provided.
binaryClosestSearch(ArrayIntList, int, int, int) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayIntList whose value most closely matches the value provided.
binaryClosestSearch(ArrayIntList, int, int, int, IntComparator) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayIntList whose value most closely matches the value provided.
binaryClosestSearch(ArrayLongList, long) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayLongList whose value most closely matches the value provided.
binaryClosestSearch(ArrayLongList, long, LongComparator) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayLongList whose value most closely matches the value provided.
binaryClosestSearch(ArrayLongList, int, int, long) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayLongList whose value most closely matches the value provided.
binaryClosestSearch(ArrayLongList, int, int, long, LongComparator) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayLongList whose value most closely matches the value provided.
binaryClosestSearch(ArrayFloatList, float) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayFloatList whose value most closely matches the value provided.
binaryClosestSearch(ArrayFloatList, float, FloatComparator) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayFloatList whose value most closely matches the value provided.
binaryClosestSearch(ArrayFloatList, int, int, float) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayFloatList whose value most closely matches the value provided.
binaryClosestSearch(ArrayFloatList, int, int, float, FloatComparator) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayFloatList whose value most closely matches the value provided.
binaryClosestSearch(ArrayDoubleList, double) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayDoubleList whose value most closely matches the value provided.
binaryClosestSearch(ArrayDoubleList, double, DoubleComparator) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayDoubleList whose value most closely matches the value provided.
binaryClosestSearch(ArrayDoubleList, int, int, double) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayDoubleList whose value most closely matches the value provided.
binaryClosestSearch(ArrayDoubleList, int, int, double, DoubleComparator) - Static method in class org.libj.util.CollectionUtil
Find the index of the sorted ArrayDoubleList whose value most closely matches the value provided.
binarySearch(List<? extends T>, int, int, T) - Static method in class org.libj.util.CollectionUtil
Searches a range of the specified list for the specified object using the binary search algorithm.
binarySearch(List<? extends T>, T) - Static method in class org.libj.util.CollectionUtil
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(List<? extends T>, int, int, T, Comparator<? super T>) - Static method in class org.libj.util.CollectionUtil
Searches a range of the specified list for the specified object using the binary search algorithm.
binarySearch(List<? extends T>, T, Comparator<? super T>) - Static method in class org.libj.util.CollectionUtil
Searches the specified list for the specified object using the binary search algorithm.
BiObjBiBooleanConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and two boolean-valued arguments, and returns no result.
BiObjBiByteConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and two byte-valued arguments, and returns no result.
BiObjBiCharConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and two char-valued arguments, and returns no result.
BiObjBiDoubleConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and two double-valued arguments, and returns no result.
BiObjBiFloatConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and two float-valued arguments, and returns no result.
BiObjBiIntConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and two int-valued arguments, and returns no result.
BiObjBiLongConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and two long-valued arguments, and returns no result.
BiObjBiShortConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and two short-valued arguments, and returns no result.
BiObjBooleanConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and a boolean-valued argument, and returns no result.
BiObjByteConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and a byte-valued argument, and returns no result.
BiObjCharConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and a char-valued argument, and returns no result.
BiObjDoubleConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and a double-valued argument, and returns no result.
BiObjFloatConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and a float-valued argument, and returns no result.
BiObjIntConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and a int-valued argument, and returns no result.
BiObjLongConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and a long-valued argument, and returns no result.
BiObjShortConsumer<T,U> - Interface in org.libj.util.function
Represents an operation that accepts two object-valued argument and a short-valued argument, and returns no result.
BiShortConsumer - Interface in org.libj.util.function
Represents an operation that accepts two short-valued arguments and returns no result.
BooleanConsumer - Interface in org.libj.util.function
Represents an operation that accepts a single boolean-valued argument and returns no result.
BooleanPredicate - Interface in org.libj.util.function
Represents a predicate (boolean-valued function) of one boolean-valued argument.
BooleanUnaryOperator - Interface in org.libj.util.function
Represents an operation on a single boolean-valued operand that produces a boolean-valued result.
borders - Variable in class org.libj.util.StreamSearcher.Byte
 
borders - Variable in class org.libj.util.StreamSearcher.Char
 
Buffers - Class in org.libj.util
This utility class implements functions to #set(...), #clear(...), and #get(...) bit values from an argument byte[].
buildIndex(int) - Static method in class org.libj.util.primitive.PrimitiveSort
 
Byte(byte[]...) - Constructor for class org.libj.util.StreamSearcher.Byte
Creates a new Byte instance with the specified byte[] vararg array representing the search patterns.
ByteCollection - Interface in org.libj.util.primitive
The root interface in the byte collection hierarchy.
ByteComparator - Interface in org.libj.util.primitive
A comparison function, which imposes a total ordering on some collection of bytes.
ByteConsumer - Interface in org.libj.util.function
Represents an operation that accepts a single byte-valued argument and returns no result.
ByteIterable - Interface in org.libj.util.primitive
Interface that defines the ByteIterable.iterator() method for ByteIterator.
ByteIterator - Interface in org.libj.util.primitive
A replica of the Iterator interface that defines synonymous methods for the iteration over byte values instead of Object references.
ByteList - Interface in org.libj.util.primitive
An ordered collection (also known as a sequence), of byte values.
ByteListIterator - Interface in org.libj.util.primitive
A replica of the ListIterator interface that defines synonymous methods for the iteration over byte values instead of Object references.
BytePredicate - Interface in org.libj.util.function
Represents a predicate (boolean-valued function) of one byte-valued argument.
Bytes - Class in org.libj.util
Functions implementing common operations on byte[] references.
ByteSet - Interface in org.libj.util.primitive
A collection of byte values that contains no duplicates.
ByteUnaryOperator - Interface in org.libj.util.function
Represents an operation on a single byte-valued operand that produces a byte-valued result.

C

CalendarUtil - Class in org.libj.util
Utility functions for operations pertaining to Calendar.
canonicalize(String) - Static method in class org.libj.util.StringPaths
Returns the canonical form of the specified path, where ".." and "." path names are dereferenced, and redundant '/' (or '\' for Windows) path separators are removed.
canonicalize(StringBuilder) - Static method in class org.libj.util.StringPaths
Returns the canonical form of the specified path, where ".." and "." path names are dereferenced, and redundant '/' path separators are removed.
ceilingEntry(K) - Method in class org.libj.util.TreeBiMap
 
ceilingKey(K) - Method in class org.libj.util.TreeBiMap
 
Char(char[]...) - Constructor for class org.libj.util.StreamSearcher.Char
Creates a new StreamSearcher.Char instance with the specified char[] vararg array representing the search patterns.
CharacterClassEnum - Enum in org.libj.util
 
characteristics() - Method in class org.libj.util.DelegateSpliterator
 
Characters - Class in org.libj.util
Utility functions for operations pertaining to char and Character.
charAt(int) - Method in class org.libj.util.ArrayCharSequence
 
CharCollection - Interface in org.libj.util.primitive
The root interface in the char collection hierarchy.
CharComparator - Interface in org.libj.util.primitive
A comparison function, which imposes a total ordering on some collection of chars.
CharConsumer - Interface in org.libj.util.function
Represents an operation that accepts a single char-valued argument and returns no result.
CharIterable - Interface in org.libj.util.primitive
Interface that defines the CharIterable.iterator() method for CharIterator.
CharIterator - Interface in org.libj.util.primitive
A replica of the Iterator interface that defines synonymous methods for the iteration over char values instead of Object references.
CharList - Interface in org.libj.util.primitive
An ordered collection (also known as a sequence), of char values.
CharListIterator - Interface in org.libj.util.primitive
A replica of the ListIterator interface that defines synonymous methods for the iteration over char values instead of Object references.
CharPredicate - Interface in org.libj.util.function
Represents a predicate (boolean-valued function) of one char-valued argument.
CharSet - Interface in org.libj.util.primitive
A collection of char values that contains no duplicates.
CharUnaryOperator - Interface in org.libj.util.function
Represents an operation on a single char-valued operand that produces a char-valued result.
check(byte, int) - Static method in class org.libj.util.Enums.Mask
Checks whether the bit position represented by the specified ordinal is set in the specified mask.
check(short, int) - Static method in class org.libj.util.Enums.Mask
Checks whether the bit position represented by the specified ordinal is set in the specified mask.
check(int, int) - Static method in class org.libj.util.Enums.Mask
Checks whether the bit position represented by the specified ordinal is set in the specified mask.
check(long, int) - Static method in class org.libj.util.Enums.Mask
Checks whether the bit position represented by the specified ordinal is set in the specified mask.
check(byte, Enum<?>) - Static method in class org.libj.util.Enums.Mask
Checks whether the bit position represented by the ordinal of the specified enum is set in the specified mask.
check(short, Enum<?>) - Static method in class org.libj.util.Enums.Mask
Checks whether the bit position represented by the ordinal of the specified enum is set in the specified mask.
check(int, Enum<?>) - Static method in class org.libj.util.Enums.Mask
Checks whether the bit position represented by the ordinal of the specified enum is set in the specified mask.
check(long, Enum<?>) - Static method in class org.libj.util.Enums.Mask
Checks whether the bit position represented by the ordinal of the specified enum is set in the specified mask.
checkedMultiple(long, long) - Static method in class org.libj.util.Numbers
Returns the multiple of the specified values, throwing an ArithmeticException if the resulting value cannot be represented as a long due to overflow.
child - Variable in class org.libj.util.primitive.PrimitiveArrayList
 
ClassLoaders - Class in org.libj.util
Utility functions for operations pertaining to ClassLoader.
clear(byte[], int) - Static method in class org.libj.util.Buffers
Sets the bit in buf specified by the bit index to false.
clear(char[], int) - Static method in class org.libj.util.Buffers
Sets the bit in buf specified by the bit index to false.
clear(short[], int) - Static method in class org.libj.util.Buffers
Sets the bit in buf specified by the bit index to false.
clear(int[], int) - Static method in class org.libj.util.Buffers
Sets the bit in buf specified by the bit index to false.
clear(long[], int) - Static method in class org.libj.util.Buffers
Sets the bit in buf specified by the bit index to false.
clear() - Method in class org.libj.util.ConcurrentHashSet
 
clear() - Method in class org.libj.util.DelegateCollection
 
clear() - Method in class org.libj.util.DelegateList
 
clear() - Method in class org.libj.util.DelegateMap
 
clear() - Method in class org.libj.util.DelegateSet
 
clear() - Method in class org.libj.util.IdentityHashSet
 
clear() - Method in class org.libj.util.ObservableCollection
clear() - Method in class org.libj.util.ObservableList
clear() - Method in class org.libj.util.ObservableMap
clear() - Method in class org.libj.util.ObservableSet
clear() - Method in interface org.libj.util.primitive.ByteList
Removes all of the elements from this list.
clear() - Method in interface org.libj.util.primitive.ByteSet
Removes all of the values from this set.
clear() - Method in interface org.libj.util.primitive.CharList
Removes all of the elements from this list.
clear() - Method in interface org.libj.util.primitive.CharSet
Removes all of the values from this set.
clear() - Method in interface org.libj.util.primitive.DoubleList
Removes all of the elements from this list.
clear() - Method in interface org.libj.util.primitive.DoubleSet
Removes all of the values from this set.
clear() - Method in interface org.libj.util.primitive.FloatList
Removes all of the elements from this list.
clear() - Method in interface org.libj.util.primitive.FloatSet
Removes all of the values from this set.
clear() - Method in class org.libj.util.primitive.HashByteSet
 
clear() - Method in class org.libj.util.primitive.HashCharSet
 
clear() - Method in class org.libj.util.primitive.HashDoubleSet
 
clear() - Method in class org.libj.util.primitive.HashFloatSet
 
clear() - Method in class org.libj.util.primitive.HashIntSet
 
clear() - Method in class org.libj.util.primitive.HashLongSet
 
clear() - Method in class org.libj.util.primitive.HashShortSet
 
clear() - Method in interface org.libj.util.primitive.IntList
Removes all of the elements from this list.
clear() - Method in interface org.libj.util.primitive.IntSet
Removes all of the values from this set.
clear() - Method in interface org.libj.util.primitive.LongList
Removes all of the elements from this list.
clear() - Method in interface org.libj.util.primitive.LongSet
Removes all of the values from this set.
clear() - Method in class org.libj.util.primitive.PrimitiveArrayList
Removes all of the elements from this list.
clear() - Method in interface org.libj.util.primitive.PrimitiveCollection
Removes all of the values from this collection.
clear() - Method in interface org.libj.util.primitive.ShortList
Removes all of the elements from this list.
clear() - Method in interface org.libj.util.primitive.ShortSet
Removes all of the values from this set.
clone(E) - Method in class org.libj.util.CompositeList
Returns a clone of the specified item.
clone() - Method in class org.libj.util.CompositeList
 
clone() - Method in class org.libj.util.CompositeList.ComponentList
 
clone() - Method in class org.libj.util.ConcurrentHashSet
Returns a shallow copy of this ConcurrentHashSet instance (the elements themselves are not cloned).
clone() - Method in class org.libj.util.Digraph
 
clone() - Method in class org.libj.util.HashBiMap
 
clone() - Method in class org.libj.util.IdentityArrayList
 
clone() - Method in class org.libj.util.IdentityHashBiMap
 
clone() - Method in class org.libj.util.IdentityHashSet
Returns a shallow copy of this IdentityHashSet instance (the elements themselves are not cloned).
clone(T) - Static method in class org.libj.util.ObjectUtil
Returns a clone of the specified object that implements the Cloneable interface.
clone() - Method in class org.libj.util.primitive.ArrayByteList
 
clone() - Method in class org.libj.util.primitive.ArrayCharList
 
clone() - Method in class org.libj.util.primitive.ArrayDoubleList
 
clone() - Method in class org.libj.util.primitive.ArrayFloatList
 
clone() - Method in class org.libj.util.primitive.ArrayIntList
 
clone() - Method in class org.libj.util.primitive.ArrayLongList
 
clone() - Method in class org.libj.util.primitive.ArrayShortList
 
clone() - Method in class org.libj.util.primitive.HashByteSet
 
clone() - Method in class org.libj.util.primitive.HashCharSet
 
clone() - Method in class org.libj.util.primitive.HashDoubleSet
 
clone() - Method in class org.libj.util.primitive.HashFloatSet
 
clone() - Method in class org.libj.util.primitive.HashIntSet
 
clone() - Method in class org.libj.util.primitive.HashLongSet
 
clone() - Method in class org.libj.util.primitive.HashShortSet
 
clone() - Method in class org.libj.util.primitive.PrimitiveArrayList
Creates and returns a copy of this list, containing the same value data in this list.
clone() - Method in class org.libj.util.RefDigraph
 
clone() - Method in class org.libj.util.TreeBiMap
 
close() - Method in class org.libj.util.zip.ZipWriter
Closes the writer.
CollectionUtil - Class in org.libj.util
Utility functions for operations pertaining to Collection and List.
combine(T[][]) - Static method in class org.libj.util.Groups
Combines all subsets of elements in the specified 2-dimensional array, where: n = the total number of elements in the 2-dimensional array. r = the length of the first dimension of the 2-dimensional array. Time Complexity: O(n choose r)
compact() - Method in class org.libj.util.primitive.HashByteSet
Compact the backing arrays by rehashing with a capacity just larger than current size and giving consideration to the load factor.
compact() - Method in class org.libj.util.primitive.HashCharSet
Compact the backing arrays by rehashing with a capacity just larger than current size and giving consideration to the load factor.
compact() - Method in class org.libj.util.primitive.HashDoubleSet
Compact the backing arrays by rehashing with a capacity just larger than current size and giving consideration to the load factor.
compact() - Method in class org.libj.util.primitive.HashFloatSet
Compact the backing arrays by rehashing with a capacity just larger than current size and giving consideration to the load factor.
compact() - Method in class org.libj.util.primitive.HashIntSet
Compact the backing arrays by rehashing with a capacity just larger than current size and giving consideration to the load factor.
compact() - Method in class org.libj.util.primitive.HashLongSet
Compact the backing arrays by rehashing with a capacity just larger than current size and giving consideration to the load factor.
compact() - Method in class org.libj.util.primitive.HashShortSet
Compact the backing arrays by rehashing with a capacity just larger than current size and giving consideration to the load factor.
comparator() - Method in class org.libj.util.TreeBiMap
 
compare(T, T) - Method in class org.libj.util.FixedOrderComparator
 
compare(Number, Number) - Static method in class org.libj.util.Numbers
Compares the specified numbers, returning a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
compare(byte, byte) - Method in interface org.libj.util.primitive.ByteComparator
Compares its two arguments for order.
compare(char, char) - Method in interface org.libj.util.primitive.CharComparator
Compares its two arguments for order.
compare(double, double) - Method in interface org.libj.util.primitive.DoubleComparator
Compares its two arguments for order.
compare(float, float) - Method in interface org.libj.util.primitive.FloatComparator
Compares its two arguments for order.
compare(int, int) - Method in interface org.libj.util.primitive.IntComparator
Compares its two arguments for order.
compare(long, long) - Method in interface org.libj.util.primitive.LongComparator
Compares its two arguments for order.
compare(short, short) - Method in interface org.libj.util.primitive.ShortComparator
Compares its two arguments for order.
compare(Temporal, Temporal) - Static method in class org.libj.util.Temporals
Compares the specified Temporal objects for order.
compare(LocalTime, LocalTime) - Static method in class org.libj.util.Temporals
Compares the specified LocalTime objects for order.
compare(LocalDate, LocalDate) - Static method in class org.libj.util.Temporals
Compares the specified LocalDate objects for order.
compare(LocalDateTime, LocalDateTime) - Static method in class org.libj.util.Temporals
Compares the specified LocalDateTime objects for order.
compare(LocalDate, LocalDateTime) - Static method in class org.libj.util.Temporals
Compares the specified LocalDate and LocalDateTime objects for order.
compare(LocalDateTime, LocalDate) - Static method in class org.libj.util.Temporals
Compares the specified LocalDateTime and LocalDate objects for order.
ComponentList(T) - Constructor for class org.libj.util.CompositeList.ComponentList
Creates a new CompositeList.ComponentList that maintains elements for the specified type.
compose(BooleanUnaryOperator) - Method in interface org.libj.util.function.BooleanUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(ByteUnaryOperator) - Method in interface org.libj.util.function.ByteUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(CharUnaryOperator) - Method in interface org.libj.util.function.CharUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(FloatUnaryOperator) - Method in interface org.libj.util.function.FloatUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(ShortUnaryOperator) - Method in interface org.libj.util.function.ShortUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
CompositeList<E,T> - Class in org.libj.util
The CompositeList<E,T> is comprised of ComponentList<E>s that each maintain elements (of type <E>) conforming to a particular type <T>.
CompositeList() - Constructor for class org.libj.util.CompositeList
Creates a new CompositeList with type values unspecified.
CompositeList(T...) - Constructor for class org.libj.util.CompositeList
Creates a new CompositeList with the specified types for which CompositeList.ComponentLists will be created.
CompositeList(Collection<? extends T>) - Constructor for class org.libj.util.CompositeList
Creates a new CompositeList with the specified types for which CompositeList.ComponentLists will be created.
CompositeList.ComponentList - Class in org.libj.util
The component list of the CompositeList that stores instances extending type <E>, which is separated from other such CompositeList.ComponentLists by objects of type <T>.
compress(Number) - Static method in class org.libj.util.Numbers
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.libj.util.DelegateMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.libj.util.ObservableMap
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.libj.util.DelegateMap
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.libj.util.ObservableMap
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.libj.util.DelegateMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.libj.util.ObservableMap
concat(T[]...) - Static method in class org.libj.util.ArrayUtil
Concatenate the provided arrays of a common type into a single array.
concat(T[], T...) - Static method in class org.libj.util.ArrayUtil
Concatenate the provided arrays of a common type into a single array.
concat(T[], T) - Static method in class org.libj.util.ArrayUtil
Concatenate the provided arrays of a common type into a single array.
concat(C, Collection<? extends T>...) - Static method in class org.libj.util.CollectionUtil
Returns the specified target collection with the elements of the specified vararg parameter collections concatenated as members to the target collection.
ConcurrentHashSet<E> - Class in org.libj.util
A concurrent HashSet implementation backed by a ConcurrentHashMap.
ConcurrentHashSet() - Constructor for class org.libj.util.ConcurrentHashSet
Constructs a new, empty set; the backing ConcurrentHashMap instance has default expected maximum size (16).
ConcurrentHashSet(Collection<? extends E>) - Constructor for class org.libj.util.ConcurrentHashSet
Constructs a new set containing the elements in the specified collection.
ConcurrentHashSet(int) - Constructor for class org.libj.util.ConcurrentHashSet
Constructs a new, empty set; the backing ConcurrentHashMap instance has the specified initial capacity and default load factor (0.75).
contains(T[], T) - Static method in class org.libj.util.ArrayUtil
Check for the existence of an object in an array.
contains(Object) - Method in class org.libj.util.ConcurrentHashSet
 
contains(Object) - Method in class org.libj.util.DelegateCollection
 
contains(Object) - Method in class org.libj.util.DelegateList
 
contains(Object) - Method in class org.libj.util.DelegateSet
 
contains(Object) - Method in class org.libj.util.IdentityArrayList
 
contains(Object) - Method in class org.libj.util.IdentityArrayList.IdentitySubList
 
contains(Object) - Method in class org.libj.util.IdentityHashSet
 
contains(Object) - Method in class org.libj.util.ObservableCollection
contains(Object) - Method in class org.libj.util.ObservableList
contains(Object) - Method in class org.libj.util.ObservableSet
contains(byte) - Method in interface org.libj.util.primitive.ByteCollection
Returns true if this collection contains the specified value.
contains(byte) - Method in interface org.libj.util.primitive.ByteList
Returns true if this list contains the specified value.
contains(byte) - Method in interface org.libj.util.primitive.ByteSet
Returns true if this set contains the specified value.
contains(char) - Method in interface org.libj.util.primitive.CharCollection
Returns true if this collection contains the specified value.
contains(char) - Method in interface org.libj.util.primitive.CharList
Returns true if this list contains the specified value.
contains(char) - Method in interface org.libj.util.primitive.CharSet
Returns true if this set contains the specified value.
contains(double) - Method in interface org.libj.util.primitive.DoubleCollection
Returns true if this collection contains the specified value.
contains(double) - Method in interface org.libj.util.primitive.DoubleList
Returns true if this list contains the specified value.
contains(double) - Method in interface org.libj.util.primitive.DoubleSet
Returns true if this set contains the specified value.
contains(float) - Method in interface org.libj.util.primitive.FloatCollection
Returns true if this collection contains the specified value.
contains(float) - Method in interface org.libj.util.primitive.FloatList
Returns true if this list contains the specified value.
contains(float) - Method in interface org.libj.util.primitive.FloatSet
Returns true if this set contains the specified value.
contains(byte) - Method in class org.libj.util.primitive.HashByteSet
 
contains(char) - Method in class org.libj.util.primitive.HashCharSet
 
contains(double) - Method in class org.libj.util.primitive.HashDoubleSet
 
contains(float) - Method in class org.libj.util.primitive.HashFloatSet
 
contains(int) - Method in class org.libj.util.primitive.HashIntSet
 
contains(long) - Method in class org.libj.util.primitive.HashLongSet
 
contains(short) - Method in class org.libj.util.primitive.HashShortSet
 
contains(int) - Method in interface org.libj.util.primitive.IntCollection
Returns true if this collection contains the specified value.
contains(int) - Method in interface org.libj.util.primitive.IntList
Returns true if this list contains the specified value.
contains(int) - Method in interface org.libj.util.primitive.IntSet
Returns true if this set contains the specified value.
contains(long) - Method in interface org.libj.util.primitive.LongCollection
Returns true if this collection contains the specified value.
contains(long) - Method in interface org.libj.util.primitive.LongList
Returns true if this list contains the specified value.
contains(long) - Method in interface org.libj.util.primitive.LongSet
Returns true if this set contains the specified value.
contains(short) - Method in interface org.libj.util.primitive.ShortCollection
Returns true if this collection contains the specified value.
contains(short) - Method in interface org.libj.util.primitive.ShortList
Returns true if this list contains the specified value.
contains(short) - Method in interface org.libj.util.primitive.ShortSet
Returns true if this set contains the specified value.
contains(Object) - Method in class org.libj.util.TransCollection
 
contains(Object) - Method in class org.libj.util.TransList
 
contains(Object) - Method in class org.libj.util.TransSet
 
containsAll(Collection<?>) - Method in class org.libj.util.DelegateCollection
 
containsAll(Collection<?>) - Method in class org.libj.util.DelegateList
 
containsAll(Collection<?>) - Method in class org.libj.util.DelegateSet
 
containsAll(Collection<?>) - Method in class org.libj.util.ObservableCollection
containsAll(Collection<?>) - Method in class org.libj.util.ObservableList
containsAll(Collection<?>) - Method in class org.libj.util.ObservableSet
containsAll(ByteCollection) - Method in interface org.libj.util.primitive.ByteCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(Collection<Byte>) - Method in interface org.libj.util.primitive.ByteCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(byte...) - Method in interface org.libj.util.primitive.ByteList
Returns true if this collection contains all of the values in the specified array.
containsAll(Collection<Byte>) - Method in interface org.libj.util.primitive.ByteSet
Returns true if this set contains all of the values of the specified collection.
containsAll(ByteCollection) - Method in interface org.libj.util.primitive.ByteSet
Returns true if this set contains all of the values of the specified collection.
containsAll(CharCollection) - Method in interface org.libj.util.primitive.CharCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(Collection<Character>) - Method in interface org.libj.util.primitive.CharCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(char...) - Method in interface org.libj.util.primitive.CharList
Returns true if this collection contains all of the values in the specified array.
containsAll(Collection<Character>) - Method in interface org.libj.util.primitive.CharSet
Returns true if this set contains all of the values of the specified collection.
containsAll(CharCollection) - Method in interface org.libj.util.primitive.CharSet
Returns true if this set contains all of the values of the specified collection.
containsAll(DoubleCollection) - Method in interface org.libj.util.primitive.DoubleCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(Collection<Double>) - Method in interface org.libj.util.primitive.DoubleCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(double...) - Method in interface org.libj.util.primitive.DoubleList
Returns true if this collection contains all of the values in the specified array.
containsAll(Collection<Double>) - Method in interface org.libj.util.primitive.DoubleSet
Returns true if this set contains all of the values of the specified collection.
containsAll(DoubleCollection) - Method in interface org.libj.util.primitive.DoubleSet
Returns true if this set contains all of the values of the specified collection.
containsAll(FloatCollection) - Method in interface org.libj.util.primitive.FloatCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(Collection<Float>) - Method in interface org.libj.util.primitive.FloatCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(float...) - Method in interface org.libj.util.primitive.FloatList
Returns true if this collection contains all of the values in the specified array.
containsAll(Collection<Float>) - Method in interface org.libj.util.primitive.FloatSet
Returns true if this set contains all of the values of the specified collection.
containsAll(FloatCollection) - Method in interface org.libj.util.primitive.FloatSet
Returns true if this set contains all of the values of the specified collection.
containsAll(ByteCollection) - Method in class org.libj.util.primitive.HashByteSet
 
containsAll(Collection<Byte>) - Method in class org.libj.util.primitive.HashByteSet
 
containsAll(CharCollection) - Method in class org.libj.util.primitive.HashCharSet
 
containsAll(Collection<Character>) - Method in class org.libj.util.primitive.HashCharSet
 
containsAll(DoubleCollection) - Method in class org.libj.util.primitive.HashDoubleSet
 
containsAll(Collection<Double>) - Method in class org.libj.util.primitive.HashDoubleSet
 
containsAll(FloatCollection) - Method in class org.libj.util.primitive.HashFloatSet
 
containsAll(Collection<Float>) - Method in class org.libj.util.primitive.HashFloatSet
 
containsAll(IntCollection) - Method in class org.libj.util.primitive.HashIntSet
 
containsAll(Collection<Integer>) - Method in class org.libj.util.primitive.HashIntSet
 
containsAll(LongCollection) - Method in class org.libj.util.primitive.HashLongSet
 
containsAll(Collection<Long>) - Method in class org.libj.util.primitive.HashLongSet
 
containsAll(ShortCollection) - Method in class org.libj.util.primitive.HashShortSet
 
containsAll(Collection<Short>) - Method in class org.libj.util.primitive.HashShortSet
 
containsAll(IntCollection) - Method in interface org.libj.util.primitive.IntCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(Collection<Integer>) - Method in interface org.libj.util.primitive.IntCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(int...) - Method in interface org.libj.util.primitive.IntList
Returns true if this collection contains all of the values in the specified array.
containsAll(Collection<Integer>) - Method in interface org.libj.util.primitive.IntSet
Returns true if this set contains all of the values of the specified collection.
containsAll(IntCollection) - Method in interface org.libj.util.primitive.IntSet
Returns true if this set contains all of the values of the specified collection.
containsAll(LongCollection) - Method in interface org.libj.util.primitive.LongCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(Collection<Long>) - Method in interface org.libj.util.primitive.LongCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(long...) - Method in interface org.libj.util.primitive.LongList
Returns true if this collection contains all of the values in the specified array.
containsAll(Collection<Long>) - Method in interface org.libj.util.primitive.LongSet
Returns true if this set contains all of the values of the specified collection.
containsAll(LongCollection) - Method in interface org.libj.util.primitive.LongSet
Returns true if this set contains all of the values of the specified collection.
containsAll(ShortCollection) - Method in interface org.libj.util.primitive.ShortCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(Collection<Short>) - Method in interface org.libj.util.primitive.ShortCollection
Returns true if this collection contains all of the values in the specified collection.
containsAll(short...) - Method in interface org.libj.util.primitive.ShortList
Returns true if this collection contains all of the values in the specified array.
containsAll(Collection<Short>) - Method in interface org.libj.util.primitive.ShortSet
Returns true if this set contains all of the values of the specified collection.
containsAll(ShortCollection) - Method in interface org.libj.util.primitive.ShortSet
Returns true if this set contains all of the values of the specified collection.
containsAll(Collection<?>) - Method in class org.libj.util.SortedList
containsAll(Collection<?>) - Method in class org.libj.util.TransCollection
 
containsAll(Collection<?>) - Method in class org.libj.util.TransList
 
containsAll(Collection<?>) - Method in class org.libj.util.TransSet
 
containsComponentType(T) - Method in class org.libj.util.CompositeList
Returns true if this CompositeList contains the specified type registered for CompositeList.ComponentLists, regardless of whether the CompositeList.ComponentList has been instantiated or not.
containsKey(Object) - Method in class org.libj.util.DelegateMap
 
containsKey(Object) - Method in class org.libj.util.ObservableMap
containsValue(Object) - Method in class org.libj.util.BiMap
 
containsValue(Object) - Method in class org.libj.util.DelegateMap
 
containsValue(Object) - Method in class org.libj.util.ObservableMap
copy(T, T) - Static method in class org.libj.util.Throwables
Copies the cause, stack trace elements, and suppressed exceptions from the first specified Throwable, to the second.
createDecimalFormat(String) - Static method in class org.libj.util.DecimalFormatter
Returns a ThreadLocal of a DecimalFormat object using the given pattern and the symbols for the default FORMAT locale.
createRepeat(boolean, int) - Static method in class org.libj.util.ArrayUtil
Create a new array by repeating the provided value by the provided length number of times.
createRepeat(byte, int) - Static method in class org.libj.util.ArrayUtil
Create a new array by repeating the provided value by the provided length number of times.
createRepeat(char, int) - Static method in class org.libj.util.ArrayUtil
Create a new array by repeating the provided value by the provided length number of times.
createRepeat(double, int) - Static method in class org.libj.util.ArrayUtil
Create a new array by repeating the provided value by the provided length number of times.
createRepeat(float, int) - Static method in class org.libj.util.ArrayUtil
Create a new array by repeating the provided value by the provided length number of times.
createRepeat(int, int) - Static method in class org.libj.util.ArrayUtil
Create a new array by repeating the provided value by the provided length number of times.
createRepeat(long, int) - Static method in class org.libj.util.ArrayUtil
Create a new array by repeating the provided value by the provided length number of times.
createRepeat(short, int) - Static method in class org.libj.util.ArrayUtil
Create a new array by repeating the provided value by the provided length number of times.
createRepeat(T, int) - Static method in class org.libj.util.ArrayUtil
Create a new array by repeating the provided value by the provided length number of times.
CursorListIterator<E> - Class in org.libj.util
A DelegateListIterator that keeps track of and provides cursor index information to subclasses.
CursorListIterator(ListIterator<? extends E>) - Constructor for class org.libj.util.CursorListIterator
Creates a new CursorListIterator for the specified ListIterator.

D

data - Variable in class org.libj.util.DataEncoding
 
DataEncoding<D extends Serializable,E extends Serializable> - Class in org.libj.util
Abstraction of a data encoding.
DataEncoding(D, E) - Constructor for class org.libj.util.DataEncoding
Creates a new DataEncoding.
Dates - Class in org.libj.util
Utility functions for operations pertaining to Date.
DAYS_IN_WEEK - Static variable in class org.libj.util.Dates
Number of days in a week.
DecimalFormatter - Class in org.libj.util
Utility functions for operations pertaining to DecimalFormat.
decode(String) - Static method in class org.libj.util.Base32
Returns a new byte[] of the decoded base32 string.
decode(String, byte[], int) - Static method in class org.libj.util.Base32
Decode the base32 string into the provided bytes array.
decode(byte[]) - Static method in class org.libj.util.Diff
Decodes a byte array encoding of a diff into a Diff object.
decode(String, byte[], int) - Static method in class org.libj.util.Hexadecimal
Decode the hex string into the provided bytes array.
decode(String) - Static method in class org.libj.util.Hexadecimal
Returns a new byte[] of the decoded hex string.
decodeByte(long, int) - Static method in class org.libj.util.Numbers.Compound
Decodes the byte value at the specified position that is represented in the provided compounded long value.
decodeByte(int, int) - Static method in class org.libj.util.Numbers.Compound
Decodes the byte value at the specified position that is represented in the provided compounded int value.
decodeByte(short, int) - Static method in class org.libj.util.Numbers.Compound
Decodes the byte value at the specified position that is represented in the provided compounded short value.
decodeFloat(long, int) - Static method in class org.libj.util.Numbers.Compound
Decodes the float value at the specified position that is represented in the provided compounded long value.
decodeInt(long, int) - Static method in class org.libj.util.Numbers.Compound
Decodes the int value at the specified position that is represented in the provided compounded long value.
decodeShort(long, int) - Static method in class org.libj.util.Numbers.Compound
Decodes the short value at the specified position that is represented in the provided compounded long value.
decodeShort(int, int) - Static method in class org.libj.util.Numbers.Compound
Decodes the short value at the specified position that is represented in the provided compounded int value.
DelegateCollection<E> - Class in org.libj.util
A DelegateCollection contains some other Collection, to which it delegates its method calls, possibly transforming the data along the way or providing additional functionality.
DelegateCollection(Collection<E>) - Constructor for class org.libj.util.DelegateCollection
Creates a new DelegateCollection with the specified target Collection.
DelegateCollection() - Constructor for class org.libj.util.DelegateCollection
Creates a new DelegateCollection with a null target.
DelegateIterator<E> - Class in org.libj.util
A DelegateIterator contains some other Iterator, to which it delegates its method calls, possibly transforming the data along the way or providing additional functionality.
DelegateIterator(Iterator<E>) - Constructor for class org.libj.util.DelegateIterator
Creates a new DelegateIterator with the specified target Iterator.
DelegateIterator() - Constructor for class org.libj.util.DelegateIterator
Creates a new DelegateIterator with a null target.
DelegateList<E> - Class in org.libj.util
A DelegateList contains some other List, to which it delegates its method calls, possibly transforming the data along the way or providing additional functionality.
DelegateList(List<E>) - Constructor for class org.libj.util.DelegateList
Creates a new DelegateList with the specified target List.
DelegateList() - Constructor for class org.libj.util.DelegateList
Creates a new DelegateList with a null target.
DelegateListIterator<E> - Class in org.libj.util
A DelegateListIterator contains some other ListIterator, to which it delegates its method calls, possibly transforming the data along the way or providing additional functionality.
DelegateListIterator(ListIterator<? extends E>) - Constructor for class org.libj.util.DelegateListIterator
Creates a new DelegateListIterator with the specified target ListIterator.
DelegateListIterator() - Constructor for class org.libj.util.DelegateListIterator
Creates a new DelegateListIterator with a null target.
DelegateMap<K,V> - Class in org.libj.util
A DelegateMap contains some other Map, to which it delegates its method calls, possibly transforming the data along the way or providing additional functionality.
DelegateMap(Map<K, V>) - Constructor for class org.libj.util.DelegateMap
Creates a new DelegateMap with the specified target Map.
DelegateMap() - Constructor for class org.libj.util.DelegateMap
Creates a new DelegateMap with a null target.
DelegateSet<E> - Class in org.libj.util
A DelegateSet contains some other Set, to which it delegates its method calls, possibly transforming the data along the way or providing additional functionality.
DelegateSet(Set<E>) - Constructor for class org.libj.util.DelegateSet
Creates a new DelegateSet with the specified target Set.
DelegateSet() - Constructor for class org.libj.util.DelegateSet
Creates a new DelegateSet with a null target.
DelegateSpliterator<T> - Class in org.libj.util
A DelegateSpliterator contains some other Spliterator, to which it delegates its method calls, possibly transforming the data along the way or providing additional functionality.
DelegateSpliterator(Spliterator<T>) - Constructor for class org.libj.util.DelegateSpliterator
Creates a new DelegateSpliterator with the specified target Spliterator.
DelegateSpliterator() - Constructor for class org.libj.util.DelegateSpliterator
Creates a new DelegateSpliterator with a null target.
Delete(int) - Constructor for class org.libj.util.Diff.Delete
Creates a new Diff.Delete modification with the specified length.
Delete(byte[], int, byte) - Constructor for class org.libj.util.Diff.Delete
Creates a new Diff.Delete modification with the length encoded in the specified bytes.
descendingKeySet() - Method in class org.libj.util.TreeBiMap
 
descendingMap() - Method in class org.libj.util.TreeBiMap
 
Diff - Class in org.libj.util
This class implements an algorithm and encoding (the diff) for the representation of the steps necessary to transform a target string to the source string.
Diff(String, String) - Constructor for class org.libj.util.Diff
Creates a Diff that represents the steps necessary to transform a target string to the source string.
Diff(List<Diff.Mod>, byte) - Constructor for class org.libj.util.Diff
Creates a Diff from a list of Diff.Mod objects, and a lengthSize (the number of bits in the length number in each Diff.Mod object).
Diff.Delete - Class in org.libj.util
 
Diff.Equal - Class in org.libj.util
 
Diff.Insert - Class in org.libj.util
Class representing an insert modification.
Diff.Mod - Class in org.libj.util
Class representing an abstract modification.
Diff.Replace - Class in org.libj.util
 
digit(char, int) - Static method in class org.libj.util.Numbers
Returns the numeric value of the specified character representing a digit.
Digraph<T> - Class in org.libj.util
A directed graph of an arbitrary-sized set of arbitrary-typed vertices, permitting self-loops and parallel edges.
Digraph(int) - Constructor for class org.libj.util.Digraph
 
Digraph() - Constructor for class org.libj.util.Digraph
 
DoubleCollection - Interface in org.libj.util.primitive
The root interface in the double collection hierarchy.
DoubleComparator - Interface in org.libj.util.primitive
A comparison function, which imposes a total ordering on some collection of doubles.
DoubleIterable - Interface in org.libj.util.primitive
Interface that defines the DoubleIterable.iterator() method for DoubleIterator.
DoubleIterator - Interface in org.libj.util.primitive
A replica of the Iterator interface that defines synonymous methods for the iteration over double values instead of Object references.
DoubleList - Interface in org.libj.util.primitive
An ordered collection (also known as a sequence), of double values.
DoubleListIterator - Interface in org.libj.util.primitive
A replica of the ListIterator interface that defines synonymous methods for the iteration over double values instead of Object references.
DoubleSet - Interface in org.libj.util.primitive
A collection of double values that contains no duplicates.
dropDatePart(Date) - Static method in class org.libj.util.Dates
Returns a new Date object with its date part removed.
dropDatePart(long) - Static method in class org.libj.util.Dates
Returns a long time value with its date part removed.
dropMilliseconds(Date) - Static method in class org.libj.util.Dates
Returns a new Date object with its milliseconds part removed.
dropMilliseconds(long) - Static method in class org.libj.util.Dates
Returns a long time value with its milliseconds part removed.
dropSeconds(Date) - Static method in class org.libj.util.Dates
Returns a new Date object with its milliseconds part removed.
dropSeconds(long) - Static method in class org.libj.util.Dates
Returns a long time value with its seconds part removed.
dropTimePart(Date) - Static method in class org.libj.util.Dates
Returns a new Date object with its time part removed.
dropTimePart(long) - Static method in class org.libj.util.Dates
Returns a long time value with its time part removed.

E

EMPTY_ARRAY - Static variable in class org.libj.util.ArrayUtil
The empty Object[] array.
encode(byte[]) - Static method in class org.libj.util.Base32
Returns the base32 encoding of the provided bytes array.
encode(byte[], int, int) - Static method in class org.libj.util.Base32
Returns the base32 encoding of the provided bytes array.
encode(byte[], int) - Method in class org.libj.util.Diff.Insert
 
encode(byte[], int) - Method in class org.libj.util.Diff.Mod
Encodes this modification into the specified byte array, at the specified offset of bits.
encode(byte[], int) - Method in class org.libj.util.Diff.Replace
 
encode(byte[]) - Static method in class org.libj.util.Hexadecimal
Returns the hex encoding of the provided bytes array.
encode(byte[], int, int) - Static method in class org.libj.util.Hexadecimal
Returns the hexadecimal encoding of the provided bytes array.
encode(int, int) - Static method in class org.libj.util.Numbers.Compound
Encodes two ints into a long.
encode(short, short, short, short) - Static method in class org.libj.util.Numbers.Compound
Encodes four shorts into a long.
encode(byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class org.libj.util.Numbers.Compound
Encodes eight bytes into a long.
encode(float, float) - Static method in class org.libj.util.Numbers.Compound
Encodes two floats into a long.
encode(float, int) - Static method in class org.libj.util.Numbers.Compound
Encodes a float and an int into a long.
encode(int, float) - Static method in class org.libj.util.Numbers.Compound
Encodes an int and a float into a long.
encode(short, short) - Static method in class org.libj.util.Numbers.Compound
Encodes two shorts into an int.
encode(byte, byte, byte, byte) - Static method in class org.libj.util.Numbers.Compound
Encodes four bytes into an int.
encode(byte, byte) - Static method in class org.libj.util.Numbers.Compound
Encodes two bytes into a short.
encoded - Variable in class org.libj.util.DataEncoding
 
ensureCapacity(int) - Method in class org.libj.util.primitive.ArrayByteList
Increases the capacity of this ArrayByteList instance, if necessary, to ensure that it can hold at least the number of values specified by the minimum capacity argument.
ensureCapacity(int) - Method in class org.libj.util.primitive.ArrayCharList
Increases the capacity of this ArrayCharList instance, if necessary, to ensure that it can hold at least the number of values specified by the minimum capacity argument.
ensureCapacity(int) - Method in class org.libj.util.primitive.ArrayDoubleList
Increases the capacity of this ArrayDoubleList instance, if necessary, to ensure that it can hold at least the number of values specified by the minimum capacity argument.
ensureCapacity(int) - Method in class org.libj.util.primitive.ArrayFloatList
Increases the capacity of this ArrayFloatList instance, if necessary, to ensure that it can hold at least the number of values specified by the minimum capacity argument.
ensureCapacity(int) - Method in class org.libj.util.primitive.ArrayIntList
Increases the capacity of this ArrayIntList instance, if necessary, to ensure that it can hold at least the number of values specified by the minimum capacity argument.
ensureCapacity(int) - Method in class org.libj.util.primitive.ArrayLongList
Increases the capacity of this ArrayLongList instance, if necessary, to ensure that it can hold at least the number of values specified by the minimum capacity argument.
ensureCapacity(int) - Method in class org.libj.util.primitive.ArrayShortList
Increases the capacity of this ArrayShortList instance, if necessary, to ensure that it can hold at least the number of values specified by the minimum capacity argument.
entrySet - Variable in class org.libj.util.BiMap
 
entrySet() - Method in class org.libj.util.BiMap
 
entrySet() - Method in class org.libj.util.DelegateMap
 
entrySet() - Method in class org.libj.util.IdentityHashBiMap
 
entrySet - Variable in class org.libj.util.ObservableMap
 
entrySet() - Method in class org.libj.util.ObservableMap
 
Enumerations - Class in org.libj.util
Utility functions for operations pertaining to Enumeration.
Enums - Class in org.libj.util
Utility functions for operations pertaining to enum and Enum.
Enums.Mask - Class in org.libj.util
A utility class that provides functions to encode and decode enum instances to and from int or long values, whereby the bits of the int or long values represent the ordinal numbers of the enum instances.
epochMilliToIso8601(long) - Static method in class org.libj.util.Dates
Converts the provided epoch millis to a ISO-8601 formatted date-time string representation.
Equal(int) - Constructor for class org.libj.util.Diff.Equal
Creates a new Diff.Equal modification with the specified length.
Equal(byte[], int, byte) - Constructor for class org.libj.util.Diff.Equal
Creates a new Diff.Equal modification with the length encoded in the specified bytes.
equals(Object) - Method in class org.libj.util.ArrayCharSequence
 
equals(byte[], int, int, byte[], int, int) - Static method in class org.libj.util.ArrayUtil
Returns true if the two specified arrays of bytes, over the provided ranges, are equal to one another.
equals(char[], int, int, char[], int, int) - Static method in class org.libj.util.ArrayUtil
Returns true if the two specified arrays of chars, over the provided ranges, are equal to one another.
equals(short[], int, int, short[], int, int) - Static method in class org.libj.util.ArrayUtil
Returns true if the two specified arrays of shorts, over the provided ranges, are equal to one another.
equals(int[], int, int, int[], int, int) - Static method in class org.libj.util.ArrayUtil
Returns true if the two specified arrays of ints, over the provided ranges, are equal to one another.
equals(long[], int, int, long[], int, int) - Static method in class org.libj.util.ArrayUtil
Returns true if the two specified arrays of longs, over the provided ranges, are equal to one another.
equals(float[], int, int, float[], int, int) - Static method in class org.libj.util.ArrayUtil
Returns true if the two specified arrays of floats, over the provided ranges, are equal to one another.
equals(double[], int, int, double[], int, int) - Static method in class org.libj.util.ArrayUtil
Returns true if the two specified arrays of doubles, over the provided ranges, are equal to one another.
equals(Object[], int, int, Object[], int, int) - Static method in class org.libj.util.ArrayUtil
Returns true if the two specified arrays of objects, over the provided ranges, are equal to one another.
equals(Object) - Method in class org.libj.util.Base32
 
equals(Object) - Method in class org.libj.util.DelegateCollection
 
equals(Object) - Method in class org.libj.util.DelegateIterator
 
equals(Object) - Method in class org.libj.util.DelegateList
 
equals(Object) - Method in class org.libj.util.DelegateListIterator
 
equals(Object) - Method in class org.libj.util.DelegateMap
 
equals(Object) - Method in class org.libj.util.DelegateSet
 
equals(Object) - Method in class org.libj.util.DelegateSpliterator
 
equals(Object) - Method in class org.libj.util.Hexadecimal
 
equals(Object) - Method in class org.libj.util.ObservableCollection
equals(Object) - Method in class org.libj.util.ObservableList
equals(Object) - Method in class org.libj.util.ObservableMap
equals(Object) - Method in class org.libj.util.ObservableSet
equals(Object) - Method in class org.libj.util.primitive.ArrayByteList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.libj.util.primitive.ArrayCharList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.libj.util.primitive.ArrayDoubleList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.libj.util.primitive.ArrayFloatList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.libj.util.primitive.ArrayIntList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.libj.util.primitive.ArrayLongList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.libj.util.primitive.ArrayShortList
Compares the specified object with this list for equality.
equals(Object) - Method in interface org.libj.util.primitive.ByteList
Compares the specified object with this list for equality.
equals(Object) - Method in interface org.libj.util.primitive.ByteSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface org.libj.util.primitive.CharList
Compares the specified object with this list for equality.
equals(Object) - Method in interface org.libj.util.primitive.CharSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface org.libj.util.primitive.DoubleList
Compares the specified object with this list for equality.
equals(Object) - Method in interface org.libj.util.primitive.DoubleSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface org.libj.util.primitive.FloatList
Compares the specified object with this list for equality.
equals(Object) - Method in interface org.libj.util.primitive.FloatSet
Compares the specified object with this set for equality.
equals(Object) - Method in class org.libj.util.primitive.HashByteSet
 
equals(Object) - Method in class org.libj.util.primitive.HashCharSet
 
equals(Object) - Method in class org.libj.util.primitive.HashDoubleSet
 
equals(Object) - Method in class org.libj.util.primitive.HashFloatSet
 
equals(Object) - Method in class org.libj.util.primitive.HashIntSet
 
equals(Object) - Method in class org.libj.util.primitive.HashLongSet
 
equals(Object) - Method in class org.libj.util.primitive.HashShortSet
 
equals(Object) - Method in interface org.libj.util.primitive.IntList
Compares the specified object with this list for equality.
equals(Object) - Method in interface org.libj.util.primitive.IntSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface org.libj.util.primitive.LongList
Compares the specified object with this list for equality.
equals(Object) - Method in interface org.libj.util.primitive.LongSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface org.libj.util.primitive.PrimitiveCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in interface org.libj.util.primitive.ShortList
Compares the specified object with this list for equality.
equals(Object) - Method in interface org.libj.util.primitive.ShortSet
Compares the specified object with this set for equality.
equals(Object) - Method in class org.libj.util.RefDigraph
 
equivalent(Number, Number, double) - Static method in class org.libj.util.Numbers
Determines if the difference of the specified Number values is less than the provided epsilon.
escape(char) - Static method in class org.libj.util.Characters
Returns the escaped representation of the specified character.
estimateSize() - Method in class org.libj.util.DelegateSpliterator
 
execute(Runnable) - Method in class org.libj.util.concurrent.SynchronizingExecutorService
Executes the given command at some time in the future.
ExponentialBackoffRetryPolicy<E extends Exception> - Class in org.libj.util.retry
A RetryPolicy that defines a maximum number of retries, and a delay for retry attempts that increases exponentially based on a backoff factor.
ExponentialBackoffRetryPolicy(int, int, double, int, boolean, double) - Constructor for class org.libj.util.retry.ExponentialBackoffRetryPolicy
Creates a new ExponentialBackoffRetryPolicy with the specified maximum number of retries, and a delay for retry attempts that increases exponentially based on a backoff factor.
extract(ZipFile, File) - Static method in class org.libj.util.zip.ZipFiles
Extract a zipFile to destDir.
extract(ZipFile, File, Predicate<? super ZipEntry>) - Static method in class org.libj.util.zip.ZipFiles
Extract a zipFile to destDir.

F

fetch(A, A) - Method in class org.libj.util.TieredRangeFetcher
Returns a SortedMap of data from from (inclusive) to to (exclusive).
fetch(A, A, TieredRangeFetcher<A, B>) - Method in class org.libj.util.TieredRangeFetcher
Returns a SortedMap of data from from (inclusive) to to (exclusive).
fillIncremental(byte[], byte) - Static method in class org.libj.util.ArrayUtil
Fill the provided array with +1 incremental values starting at the provided start value from array[0], to array[array.length - 1].
fillIncremental(char[], char) - Static method in class org.libj.util.ArrayUtil
Fill the provided array with +1 incremental values starting at the provided start value from array[0], to array[array.length - 1].
fillIncremental(short[], short) - Static method in class org.libj.util.ArrayUtil
Fill the provided array with +1 incremental values starting at the provided start value from array[0], to array[array.length - 1].
fillIncremental(int[], int) - Static method in class org.libj.util.ArrayUtil
Fill the provided array with +1 incremental values starting at the provided start value from array[0], to array[array.length - 1].
fillIncremental(long[], long) - Static method in class org.libj.util.ArrayUtil
Fill the provided array with +1 incremental values starting at the provided start value from array[0], to array[array.length - 1].
fillIncremental(float[], float) - Static method in class org.libj.util.ArrayUtil
Fill the provided array with +1 incremental values starting at the provided start value from array[0], to array[array.length - 1].
fillIncremental(double[], double) - Static method in class org.libj.util.ArrayUtil
Fill the provided array with +1 incremental values starting at the provided start value from array[0], to array[array.length - 1].
filter(Predicate<? super T>, T...) - Static method in class org.libj.util.ArrayUtil
Filter the provided array with the specified Predicate.
filter(Iterator<? extends E>, Predicate<? super E>) - Static method in class org.libj.util.Iterators
Returns an Iterator that iterates over the elements of iterator satisfying the filter predicate.
findNext(CharacterClassEnum, int, char) - Static method in enum org.libj.util.CharacterClassEnum
 
findNextPositivePowerOfTwo(int) - Static method in class org.libj.util.primitive.HashPrimitiveSet
Returns the next power of 2 for the value that is greater than or equal to the specified value.
firstEntry() - Method in class org.libj.util.TreeBiMap
 
firstKey() - Method in class org.libj.util.TreeBiMap
 
FixedOrderComparator<T extends Comparable<? super T>> - Class in org.libj.util
A Comparator that accepts a fixed definition of terms specifying an order.
FixedOrderComparator(T...) - Constructor for class org.libj.util.FixedOrderComparator
Creates a new FixedOrderComparator with the specified order of terms.
FlatArrayIterator<E,T> - Class in org.libj.util
An Iterator for N-dimensional arrays of type <T> that iterates through the leaf members of the array of type <E>.
FlatArrayIterator(T[]) - Constructor for class org.libj.util.FlatArrayIterator
Creates a new FlatArrayIterator for array to be iterated.
FlatCollectionIterator<T,E> - Class in org.libj.util
An Iterator for N-dimensional Collections of type <T> that iterates through the leaf members of the Collection of type <E>.
FlatCollectionIterator(Collection<T>) - Constructor for class org.libj.util.FlatCollectionIterator
Creates a new FlatCollectionIterator for Collection to be iterated.
FlatIterableIterator<T,E> - Class in org.libj.util
An Iterator for N-dimensional collections implementing the Iterable interface of type <T> that iterates through the leaf members of the collections of type <E>.
FlatIterableIterator(T) - Constructor for class org.libj.util.FlatIterableIterator
Creates a new FlatSequentialIterator for collection to be iterated.
FlatIterator<E,T> - Class in org.libj.util
An Iterator for N-dimensional collections of type <T> that iterates through the leaf members of the collections of type <E>.
FlatIterator() - Constructor for class org.libj.util.FlatIterator
 
flatIterator(T[]) - Static method in class org.libj.util.Iterators
Returns a "flat" Iterator for the specified N-dimensional array of type <T>, whereby all nested array members are flattened at every depth.
flatIterator(List<T>) - Static method in class org.libj.util.Iterators
Returns a "flat" Iterator for the specified N-dimensional list of type <T>, whereby all nested list members are flattened at every depth.
FlatListIterator<E,T> - Class in org.libj.util
An Iterator for N-dimensional Lists of type <T> that iterates through the leaf members of the List of type <E>.
FlatListIterator(List<T>) - Constructor for class org.libj.util.FlatListIterator
Creates a new FlatListIterator for List to be iterated.
FlatSequentialIterator<E,T> - Class in org.libj.util
An Iterator for N-dimensional sequentially accessible collections of type <T> (arrays or lists) that iterates through the leaf members of the collections of type <E>.
FlatSequentialIterator(T) - Constructor for class org.libj.util.FlatSequentialIterator
Creates a new FlatSequentialIterator for collection to be iterated.
flatten(Object[]) - Static method in class org.libj.util.ArrayUtil
Returns a one-dimensional array with the members of the specified array, and the members of all nested arrays at every depth.
flatten(Object[], boolean) - Static method in class org.libj.util.ArrayUtil
Returns a one-dimensional array with the members of the specified array, and the members of all nested arrays at every depth.
flatten(T[], Function<? super T, T[]>, boolean) - Static method in class org.libj.util.ArrayUtil
Returns a one-dimensional array with the members of the specified array, and the members of all nested arrays at every depth.
flatten(Collection<T>, C) - Static method in class org.libj.util.CollectionUtil
Inserts the one-dimensional representation of the input collection into the specified output collection, whereby all nested Collection members are flattened at every depth.
flatten(Collection<T>, C, boolean) - Static method in class org.libj.util.CollectionUtil
Inserts the one-dimensional representation of the input collection into the specified output collection, whereby all nested Collection members are flattened at every depth.
flatten(Collection<? extends T>, C, Function<T, ? extends Collection<T>>, boolean) - Static method in class org.libj.util.CollectionUtil
Inserts the one-dimensional representation of the input collection into the specified output collection, whereby all nested Collection members are flattened at every depth.
flatten(L) - Static method in class org.libj.util.CollectionUtil
Flattens the specified list into a one-dimensional representation, in-place, replacing all nested List members with their expanded form, at every depth.
flatten(L, boolean) - Static method in class org.libj.util.CollectionUtil
Flattens the specified list into a one-dimensional representation, in-place, replacing all nested List members with their expanded form, at every depth.
flatten(L, Function<T, ? extends List<T>>, boolean) - Static method in class org.libj.util.CollectionUtil
Flattens the specified list into a one-dimensional representation, in-place, replacing all nested List members with their expanded form, at every depth.
FloatCollection - Interface in org.libj.util.primitive
The root interface in the float collection hierarchy.
FloatComparator - Interface in org.libj.util.primitive
A comparison function, which imposes a total ordering on some collection of floats.
FloatConsumer - Interface in org.libj.util.function
Represents an operation that accepts a single float-valued argument and returns no result.
FloatIterable - Interface in org.libj.util.primitive
Interface that defines the FloatIterable.iterator() method for FloatIterator.
FloatIterator - Interface in org.libj.util.primitive
A replica of the Iterator interface that defines synonymous methods for the iteration over float values instead of Object references.
FloatList - Interface in org.libj.util.primitive
An ordered collection (also known as a sequence), of float values.
FloatListIterator - Interface in org.libj.util.primitive
A replica of the ListIterator interface that defines synonymous methods for the iteration over float values instead of Object references.
FloatPredicate - Interface in org.libj.util.function
Represents a predicate (boolean-valued function) of one float-valued argument.
FloatSet - Interface in org.libj.util.primitive
A collection of float values that contains no duplicates.
FloatUnaryOperator - Interface in org.libj.util.function
Represents an operation on a single float-valued operand that produces a float-valued result.
floorEntry(K) - Method in class org.libj.util.TreeBiMap
 
floorKey(K) - Method in class org.libj.util.TreeBiMap
 
forEach(Consumer<? super E>) - Method in class org.libj.util.DelegateCollection
 
forEach(Consumer<? super E>) - Method in class org.libj.util.DelegateList
 
forEach(BiConsumer<? super K, ? super V>) - Method in class org.libj.util.DelegateMap
 
forEach(Consumer<? super E>) - Method in class org.libj.util.DelegateSet
 
forEach(Consumer<? super E>) - Method in class org.libj.util.ObservableCollection
forEach(Consumer<? super E>) - Method in class org.libj.util.ObservableList
forEach(BiConsumer<? super K, ? super V>) - Method in class org.libj.util.ObservableMap
forEach(Consumer<? super E>) - Method in class org.libj.util.ObservableSet
forEachRemaining(Consumer<? super E>) - Method in class org.libj.util.DelegateIterator
 
forEachRemaining(Consumer<? super E>) - Method in class org.libj.util.DelegateListIterator
 
forEachRemaining(ByteConsumer) - Method in interface org.libj.util.primitive.ByteIterator
Performs the given action for each remaining value until all values have been processed or the action throws an exception.
forEachRemaining(CharConsumer) - Method in interface org.libj.util.primitive.CharIterator
Performs the given action for each remaining value until all values have been processed or the action throws an exception.
forEachRemaining(DoubleConsumer) - Method in interface org.libj.util.primitive.DoubleIterator
Performs the given action for each remaining value until all values have been processed or the action throws an exception.
forEachRemaining(FloatConsumer) - Method in interface org.libj.util.primitive.FloatIterator
Performs the given action for each remaining value until all values have been processed or the action throws an exception.
forEachRemaining(IntConsumer) - Method in interface org.libj.util.primitive.IntIterator
Performs the given action for each remaining value until all values have been processed or the action throws an exception.
forEachRemaining(LongConsumer) - Method in interface org.libj.util.primitive.LongIterator
Performs the given action for each remaining value until all values have been processed or the action throws an exception.
forEachRemaining(ShortConsumer) - Method in interface org.libj.util.primitive.ShortIterator
Performs the given action for each remaining value until all values have been processed or the action throws an exception.
forEachRemainingReverse(Iterator<E>, Consumer<? super E>) - Static method in class org.libj.util.Iterators
Traverses iterator and executes consumer for each element in reverse order.
fromIndex - Variable in class org.libj.util.primitive.PrimitiveArrayList
 
fromRFC1766(String) - Static method in class org.libj.util.Locales
Returns a Locale representation of a string based locale that is in the form of RFC 1766 (i.e.

G

get(byte[], int) - Static method in class org.libj.util.Buffers
Returns the value of the bit at the specified index.
get(char[], int) - Static method in class org.libj.util.Buffers
Returns the value of the bit at the specified index.
get(short[], int) - Static method in class org.libj.util.Buffers
Returns the value of the bit at the specified index.
get(int[], int) - Static method in class org.libj.util.Buffers
Returns the value of the bit at the specified index.
get(long[], int) - Static method in class org.libj.util.Buffers
Returns the value of the bit at the specified index.
get(int) - Method in class org.libj.util.DelegateList
 
get(Object) - Method in class org.libj.util.DelegateMap
 
get(T[], int) - Method in class org.libj.util.FlatArrayIterator
 
get(List<T>, int) - Method in class org.libj.util.FlatListIterator
 
get(T, int) - Method in class org.libj.util.FlatSequentialIterator
Returns the element at index i of the sequentially accessible collection obj.
get() - Method in interface org.libj.util.function.ThrowingSupplier
 
get(int) - Method in class org.libj.util.ObservableList
get(Object) - Method in class org.libj.util.ObservableMap
get(int) - Method in class org.libj.util.primitive.ArrayByteList
 
get(int) - Method in class org.libj.util.primitive.ArrayCharList
 
get(int) - Method in class org.libj.util.primitive.ArrayDoubleList
 
get(int) - Method in class org.libj.util.primitive.ArrayFloatList
 
get(int) - Method in class org.libj.util.primitive.ArrayIntList
 
get(int) - Method in class org.libj.util.primitive.ArrayLongList
 
get(int) - Method in class org.libj.util.primitive.ArrayShortList
 
get(int) - Method in interface org.libj.util.primitive.ByteList
Returns the value at the specified position in this list.
get(int) - Method in interface org.libj.util.primitive.CharList
Returns the value at the specified position in this list.
get(int) - Method in interface org.libj.util.primitive.DoubleList
Returns the value at the specified position in this list.
get(int) - Method in interface org.libj.util.primitive.FloatList
Returns the value at the specified position in this list.
get(int) - Method in interface org.libj.util.primitive.IntList
Returns the value at the specified position in this list.
get(int) - Method in interface org.libj.util.primitive.LongList
Returns the value at the specified position in this list.
get(int) - Method in interface org.libj.util.primitive.ShortList
Returns the value at the specified position in this list.
get(int) - Method in class org.libj.util.TransList
 
getAttemptNo() - Method in exception org.libj.util.retry.RetryFailureException
Returns the attempt number on which the exception was thrown.
getAttributes(Annotation) - Static method in class org.libj.util.Annotations
Returns a map of name-value pairs representing the attributes in the specified annotation.
getBootstrapClassPath() - Static method in class org.libj.util.ClassLoaders
Returns a File array representing the paths in the classpath of the bootstrap ClassLoader.
getCanonicalParent(String) - Static method in class org.libj.util.StringPaths
Returns the canonical pathname of the parent of path, or null if path does not name a parent directory.
getClassPath() - Static method in class org.libj.util.ClassLoaders
Returns a File array representing the paths in the classpath of the system ClassLoader.
getComparator() - Method in class org.libj.util.DelegateSpliterator
 
getComponentList(T) - Method in class org.libj.util.CompositeList
Returns the CompositeList.ComponentList for the specified type.
getComponentList(int) - Method in class org.libj.util.CompositeList
Returns the CompositeList.ComponentList at the specified index of component lists.
getComponentType(Collection<?>) - Static method in class org.libj.util.CollectionUtil
Returns a class representing the component type of the specified collection.
getCompositeList() - Method in class org.libj.util.CompositeList.ComponentList
Returns the CompositeList of which this list is a component.
getCycle() - Method in class org.libj.util.RefDigraph
Returns a directed cycle (as a list of vertex K objects) if the digraph has one, and null otherwise.
getData() - Method in class org.libj.util.Base32
 
getData() - Method in class org.libj.util.DataEncoding
Returns the unencoded value.
getData() - Method in class org.libj.util.Hexadecimal
 
getDelayMs(int) - Method in class org.libj.util.retry.ExponentialBackoffRetryPolicy
 
getDelayMs(int) - Method in class org.libj.util.retry.LinearDelayRetryPolicy
 
getDelayMs() - Method in exception org.libj.util.retry.RetryFailureException
Returns the delay (in milliseconds) from the previous invocation attempt.
getDelayMs(int) - Method in class org.libj.util.retry.RetryPolicy
Returns the delay in milliseconds for the specified attempt number.
getEncoded() - Method in class org.libj.util.Base32
 
getEncoded() - Method in class org.libj.util.DataEncoding
Returns the encoded value.
getEncoded() - Method in class org.libj.util.Hexadecimal
 
getFast(int) - Method in class org.libj.util.ObservableList
 
getGroupNames(Pattern) - Static method in class org.libj.util.Patterns
Returns a string array of the group names of the specified pattern.
getInDegree(K) - Method in class org.libj.util.RefDigraph
 
getMaxRetries() - Method in class org.libj.util.retry.RetryPolicy
Returns the number of retry attempts allowed by this RetryPolicy.
getMilliOfSecond(Date) - Static method in class org.libj.util.Dates
Returns the milliseconds part of the specified dateTime.
getMirror() - Method in class org.libj.util.MirrorList
Returns the MirrorList.Mirror.
getMirror() - Method in class org.libj.util.MirrorMap
Returns the MirrorMap.Mirror for this MirrorMap.
getMirrorList() - Method in class org.libj.util.MirrorList
Returns the MirrorList instance of type <R> that represents the one-to-one mapping with its mirror of type <V> (i.e.
getMirrorMap() - Method in class org.libj.util.MirrorMap
Returns the MirrorMap instance of type <K,R> that represents the one-to-one mapping with its mirror of type <K,V> (i.e.
getMods() - Method in class org.libj.util.Diff
Returns the list of Diff.Mod objects in this Diff.
getName(String) - Static method in class org.libj.util.StringPaths
Returns the name of the file or directory denoted by the specified pathname.
getOrCreateComponentList(E) - Method in class org.libj.util.CompositeList
Returns the CompositeList.ComponentList for the specified element, creating one if the CompositeList.ComponentList has not yet been instantiated.
getOrDefault(Object, V) - Method in class org.libj.util.DelegateMap
 
getOrDefault(Object, V) - Method in class org.libj.util.ObservableMap
getOutDegree(K) - Method in class org.libj.util.RefDigraph
 
getParent(String) - Static method in class org.libj.util.StringPaths
Returns the pathname of the parent of path, or null if path does not name a parent directory.
getProtocol(String) - Static method in class org.libj.util.StringPaths
Returns the protocol section of the specified path, or null if a protocol section does not exist.
getReverseMirror() - Method in class org.libj.util.MirrorList
Returns the reverse MirrorList.Mirror, and caches it for subsequent retrieval, avoiding reinstantiation.
getReverseMirror() - Method in class org.libj.util.MirrorMap
Returns the reverse MirrorMap.Mirror for this MirrorMap, and caches it for subsequent retrieval, avoiding reinstantiation.
getRunningThreadCount() - Method in class org.libj.util.concurrent.SynchronizingExecutorService
Returns the current count of running threads in this service.
getShortName(String) - Static method in class org.libj.util.StringPaths
Returns the short name of the file or directory denoted by the specified pathname.
getSize(int) - Static method in class org.libj.util.Bytes
Get the number of bits necessary to store a value.
getSize(long) - Static method in class org.libj.util.Bytes
Get the number of bits necessary to store a value.
getSize() - Method in class org.libj.util.Diff.Insert
 
getSize() - Method in class org.libj.util.Diff.Mod
Returns the number of bits required for the encoding of this modification.
getSize() - Method in class org.libj.util.Diff.Replace
 
getSize(Iterator<?>) - Static method in class org.libj.util.Iterators
Returns the number of elements in iterator.
getTestClassPath() - Static method in class org.libj.util.ClassLoaders
Returns a File array representing the paths in the Surefire test classpath of the current Java virtual machine.
getThrows() - Method in interface org.libj.util.function.ThrowingSupplier
Gets a result.
getTimeZoneShortName(String, Date) - Static method in class org.libj.util.Dates
Returns a name in the "short" style of the TimeZone specified by id.
getTopologicalOrder() - Method in class org.libj.util.RefDigraph
 
Groups - Class in org.libj.util
Utility class providing functions related to Group Theory, such as combinations, and permutations.

H

hash(int, int) - Static method in class org.libj.util.primitive.HashPrimitiveSet
Returns the hash for the specified value and mask.
HashBiMap<K,V> - Class in org.libj.util
Bidirectional map (BiMap) backed by a HashMap.
HashBiMap(int, float) - Constructor for class org.libj.util.HashBiMap
Constructs an empty HashBiMap with the specified initial capacity and load factor.
HashBiMap(int) - Constructor for class org.libj.util.HashBiMap
Constructs an empty HashBiMap with the specified initial capacity and the default load factor (0.75).
HashBiMap(Map<? extends K, ? extends V>) - Constructor for class org.libj.util.HashBiMap
Constructs a new HashBiMap with the same mappings as the specified Map.
HashBiMap() - Constructor for class org.libj.util.HashBiMap
Constructs an empty HashBiMap with the default initial capacity (16) and the default load factor (0.75).
HashBiMap(boolean) - Constructor for class org.libj.util.HashBiMap
Creates an empty instance.
HashByteSet - Class in org.libj.util.primitive
An ByteSet implementing open-addressing (closed hashing) with linear-probing for collision resolution algorithm, with allocation-free operation in steady state when expanded.
HashByteSet() - Constructor for class org.libj.util.primitive.HashByteSet
Creates an empty HashByteSet with the default initial capacity (16) and the default load factor (0.55).
HashByteSet(int, float) - Constructor for class org.libj.util.primitive.HashByteSet
Creates an empty HashByteSet with the specified initial capacity and load factor.
HashByteSet(int) - Constructor for class org.libj.util.primitive.HashByteSet
Creates an empty HashByteSet with the specified initial capacity and the default load factor (0.55).
HashByteSet(ByteCollection) - Constructor for class org.libj.util.primitive.HashByteSet
Creates a new HashByteSet with the same values as the specified collection.
HashByteSet(Collection<Byte>) - Constructor for class org.libj.util.primitive.HashByteSet
Creates a new HashByteSet with the same values as the specified collection.
HashCharSet - Class in org.libj.util.primitive
An CharSet implementing open-addressing (closed hashing) with linear-probing for collision resolution algorithm, with allocation-free operation in steady state when expanded.
HashCharSet() - Constructor for class org.libj.util.primitive.HashCharSet
Creates an empty HashCharSet with the default initial capacity (16) and the default load factor (0.55).
HashCharSet(int, float) - Constructor for class org.libj.util.primitive.HashCharSet
Creates an empty HashCharSet with the specified initial capacity and load factor.
HashCharSet(int) - Constructor for class org.libj.util.primitive.HashCharSet
Creates an empty HashCharSet with the specified initial capacity and the default load factor (0.55).
HashCharSet(CharCollection) - Constructor for class org.libj.util.primitive.HashCharSet
Creates a new HashCharSet with the same values as the specified collection.
HashCharSet(Collection<Character>) - Constructor for class org.libj.util.primitive.HashCharSet
Creates a new HashCharSet with the same values as the specified collection.
hashCode() - Method in class org.libj.util.ArrayCharSequence
 
hashCode() - Method in class org.libj.util.Base32
 
hashCode() - Method in class org.libj.util.DelegateCollection
 
hashCode() - Method in class org.libj.util.DelegateIterator
 
hashCode() - Method in class org.libj.util.DelegateList
 
hashCode() - Method in class org.libj.util.DelegateListIterator
 
hashCode() - Method in class org.libj.util.DelegateMap
 
hashCode() - Method in class org.libj.util.DelegateSet
 
hashCode() - Method in class org.libj.util.DelegateSpliterator
 
hashCode() - Method in class org.libj.util.Hexadecimal
 
hashCode() - Method in class org.libj.util.ObservableCollection
hashCode() - Method in class org.libj.util.ObservableList
hashCode() - Method in class org.libj.util.ObservableMap
hashCode() - Method in class org.libj.util.ObservableSet
hashCode() - Method in class org.libj.util.primitive.ArrayByteList
Returns the hash code value for this list.
hashCode() - Method in class org.libj.util.primitive.ArrayCharList
Returns the hash code value for this list.
hashCode() - Method in class org.libj.util.primitive.ArrayDoubleList
Returns the hash code value for this list.
hashCode() - Method in class org.libj.util.primitive.ArrayFloatList
Returns the hash code value for this list.
hashCode() - Method in class org.libj.util.primitive.ArrayIntList
Returns the hash code value for this list.
hashCode() - Method in class org.libj.util.primitive.ArrayLongList
Returns the hash code value for this list.
hashCode() - Method in class org.libj.util.primitive.ArrayShortList
Returns the hash code value for this list.
hashCode() - Method in interface org.libj.util.primitive.ByteList
Returns the hash code value for this list.
hashCode() - Method in interface org.libj.util.primitive.ByteSet
Returns the hash code value for this set.
hashCode() - Method in interface org.libj.util.primitive.CharList
Returns the hash code value for this list.
hashCode() - Method in interface org.libj.util.primitive.CharSet
Returns the hash code value for this set.
hashCode() - Method in interface org.libj.util.primitive.DoubleList
Returns the hash code value for this list.
hashCode() - Method in interface org.libj.util.primitive.DoubleSet
Returns the hash code value for this set.
hashCode() - Method in interface org.libj.util.primitive.FloatList
Returns the hash code value for this list.
hashCode() - Method in interface org.libj.util.primitive.FloatSet
Returns the hash code value for this set.
hashCode() - Method in class org.libj.util.primitive.HashByteSet
 
hashCode() - Method in class org.libj.util.primitive.HashCharSet
 
hashCode() - Method in class org.libj.util.primitive.HashDoubleSet
 
hashCode() - Method in class org.libj.util.primitive.HashFloatSet
 
hashCode() - Method in class org.libj.util.primitive.HashIntSet
 
hashCode() - Method in class org.libj.util.primitive.HashLongSet
 
hashCode() - Method in class org.libj.util.primitive.HashShortSet
 
hashCode() - Method in interface org.libj.util.primitive.IntList
Returns the hash code value for this list.
hashCode() - Method in interface org.libj.util.primitive.IntSet
Returns the hash code value for this set.
hashCode() - Method in interface org.libj.util.primitive.LongList
Returns the hash code value for this list.
hashCode() - Method in interface org.libj.util.primitive.LongSet
Returns the hash code value for this set.
hashCode() - Method in interface org.libj.util.primitive.PrimitiveCollection
Returns the hash code value for this collection.
hashCode() - Method in interface org.libj.util.primitive.ShortList
Returns the hash code value for this list.
hashCode() - Method in interface org.libj.util.primitive.ShortSet
Returns the hash code value for this set.
hashCode() - Method in class org.libj.util.RefDigraph
 
HashDoubleSet - Class in org.libj.util.primitive
An DoubleSet implementing open-addressing (closed hashing) with linear-probing for collision resolution algorithm, with allocation-free operation in steady state when expanded.
HashDoubleSet() - Constructor for class org.libj.util.primitive.HashDoubleSet
Creates an empty HashDoubleSet with the default initial capacity (16) and the default load factor (0.55).
HashDoubleSet(int, float) - Constructor for class org.libj.util.primitive.HashDoubleSet
Creates an empty HashDoubleSet with the specified initial capacity and load factor.
HashDoubleSet(int) - Constructor for class org.libj.util.primitive.HashDoubleSet
Creates an empty HashDoubleSet with the specified initial capacity and the default load factor (0.55).
HashDoubleSet(DoubleCollection) - Constructor for class org.libj.util.primitive.HashDoubleSet
Creates a new HashDoubleSet with the same values as the specified collection.
HashDoubleSet(Collection<Double>) - Constructor for class org.libj.util.primitive.HashDoubleSet
Creates a new HashDoubleSet with the same values as the specified collection.
HashFloatSet - Class in org.libj.util.primitive
An FloatSet implementing open-addressing (closed hashing) with linear-probing for collision resolution algorithm, with allocation-free operation in steady state when expanded.
HashFloatSet() - Constructor for class org.libj.util.primitive.HashFloatSet
Creates an empty HashFloatSet with the default initial capacity (16) and the default load factor (0.55).
HashFloatSet(int, float) - Constructor for class org.libj.util.primitive.HashFloatSet
Creates an empty HashFloatSet with the specified initial capacity and load factor.
HashFloatSet(int) - Constructor for class org.libj.util.primitive.HashFloatSet
Creates an empty HashFloatSet with the specified initial capacity and the default load factor (0.55).
HashFloatSet(FloatCollection) - Constructor for class org.libj.util.primitive.HashFloatSet
Creates a new HashFloatSet with the same values as the specified collection.
HashFloatSet(Collection<Float>) - Constructor for class org.libj.util.primitive.HashFloatSet
Creates a new HashFloatSet with the same values as the specified collection.
HashIntSet - Class in org.libj.util.primitive
An IntSet implementing open-addressing (closed hashing) with linear-probing for collision resolution algorithm, with allocation-free operation in steady state when expanded.
HashIntSet() - Constructor for class org.libj.util.primitive.HashIntSet
Creates an empty HashIntSet with the default initial capacity (16) and the default load factor (0.55).
HashIntSet(int, float) - Constructor for class org.libj.util.primitive.HashIntSet
Creates an empty HashIntSet with the specified initial capacity and load factor.
HashIntSet(int) - Constructor for class org.libj.util.primitive.HashIntSet
Creates an empty HashIntSet with the specified initial capacity and the default load factor (0.55).
HashIntSet(IntCollection) - Constructor for class org.libj.util.primitive.HashIntSet
Creates a new HashIntSet with the same values as the specified collection.
HashIntSet(Collection<Integer>) - Constructor for class org.libj.util.primitive.HashIntSet
Creates a new HashIntSet with the same values as the specified collection.
HashLongSet - Class in org.libj.util.primitive
An LongSet implementing open-addressing (closed hashing) with linear-probing for collision resolution algorithm, with allocation-free operation in steady state when expanded.
HashLongSet() - Constructor for class org.libj.util.primitive.HashLongSet
Creates an empty HashLongSet with the default initial capacity (16) and the default load factor (0.55).
HashLongSet(int, float) - Constructor for class org.libj.util.primitive.HashLongSet
Creates an empty HashLongSet with the specified initial capacity and load factor.
HashLongSet(int) - Constructor for class org.libj.util.primitive.HashLongSet
Creates an empty HashLongSet with the specified initial capacity and the default load factor (0.55).
HashLongSet(LongCollection) - Constructor for class org.libj.util.primitive.HashLongSet
Creates a new HashLongSet with the same values as the specified collection.
HashLongSet(Collection<Long>) - Constructor for class org.libj.util.primitive.HashLongSet
Creates a new HashLongSet with the same values as the specified collection.
HashPrimitiveSet - Class in org.libj.util.primitive
An abstract class providing static methods for concrete implementations of open-addressing (closed hashing) with linear-probing for collision resolution algorithm, with allocation-free operation in steady state when expanded.
HashPrimitiveSet() - Constructor for class org.libj.util.primitive.HashPrimitiveSet
 
HashShortSet - Class in org.libj.util.primitive
An ShortSet implementing open-addressing (closed hashing) with linear-probing for collision resolution algorithm, with allocation-free operation in steady state when expanded.
HashShortSet() - Constructor for class org.libj.util.primitive.HashShortSet
Creates an empty HashShortSet with the default initial capacity (16) and the default load factor (0.55).
HashShortSet(int, float) - Constructor for class org.libj.util.primitive.HashShortSet
Creates an empty HashShortSet with the specified initial capacity and load factor.
HashShortSet(int) - Constructor for class org.libj.util.primitive.HashShortSet
Creates an empty HashShortSet with the specified initial capacity and the default load factor (0.55).
HashShortSet(ShortCollection) - Constructor for class org.libj.util.primitive.HashShortSet
Creates a new HashShortSet with the same values as the specified collection.
HashShortSet(Collection<Short>) - Constructor for class org.libj.util.primitive.HashShortSet
Creates a new HashShortSet with the same values as the specified collection.
hasNext() - Method in class org.libj.util.DelegateIterator
 
hasNext() - Method in class org.libj.util.DelegateListIterator
 
hasNext() - Method in class org.libj.util.FlatIterableIterator
 
hasNext - Variable in class org.libj.util.FlatIterator
 
hasNext() - Method in class org.libj.util.FlatSequentialIterator
 
hasNext() - Method in class org.libj.util.ObservableList.ObservableListIterator
 
hasNext() - Method in interface org.libj.util.primitive.ByteIterator
Returns true if the iteration has more values.
hasNext() - Method in interface org.libj.util.primitive.ByteListIterator
Returns true if this list iterator has more values when traversing the list in the forward direction.
hasNext() - Method in interface org.libj.util.primitive.CharIterator
Returns true if the iteration has more values.
hasNext() - Method in interface org.libj.util.primitive.CharListIterator
Returns true if this list iterator has more values when traversing the list in the forward direction.
hasNext() - Method in interface org.libj.util.primitive.DoubleIterator
Returns true if the iteration has more values.
hasNext() - Method in interface org.libj.util.primitive.DoubleListIterator
Returns true if this list iterator has more values when traversing the list in the forward direction.
hasNext() - Method in interface org.libj.util.primitive.FloatIterator
Returns true if the iteration has more values.
hasNext() - Method in interface org.libj.util.primitive.FloatListIterator
Returns true if this list iterator has more values when traversing the list in the forward direction.
hasNext() - Method in interface org.libj.util.primitive.IntIterator
Returns true if the iteration has more values.
hasNext() - Method in interface org.libj.util.primitive.IntListIterator
Returns true if this list iterator has more values when traversing the list in the forward direction.
hasNext() - Method in interface org.libj.util.primitive.LongIterator
Returns true if the iteration has more values.
hasNext() - Method in interface org.libj.util.primitive.LongListIterator
Returns true if this list iterator has more values when traversing the list in the forward direction.
hasNext() - Method in interface org.libj.util.primitive.ShortIterator
Returns true if the iteration has more values.
hasNext() - Method in interface org.libj.util.primitive.ShortListIterator
Returns true if this list iterator has more values when traversing the list in the forward direction.
hasPrevious() - Method in class org.libj.util.DelegateListIterator
 
hasPrevious() - Method in class org.libj.util.ObservableList.ObservableListIterator
 
hasPrevious() - Method in interface org.libj.util.primitive.ByteListIterator
Returns true if this list iterator has more values when traversing the list in the reverse direction.
hasPrevious() - Method in interface org.libj.util.primitive.CharListIterator
Returns true if this list iterator has more values when traversing the list in the reverse direction.
hasPrevious() - Method in interface org.libj.util.primitive.DoubleListIterator
Returns true if this list iterator has more values when traversing the list in the reverse direction.
hasPrevious() - Method in interface org.libj.util.primitive.FloatListIterator
Returns true if this list iterator has more values when traversing the list in the reverse direction.
hasPrevious() - Method in interface org.libj.util.primitive.IntListIterator
Returns true if this list iterator has more values when traversing the list in the reverse direction.
hasPrevious() - Method in interface org.libj.util.primitive.LongListIterator
Returns true if this list iterator has more values when traversing the list in the reverse direction.
hasPrevious() - Method in interface org.libj.util.primitive.ShortListIterator
Returns true if this list iterator has more values when traversing the list in the reverse direction.
headMap(K, boolean) - Method in class org.libj.util.TreeBiMap
 
headMap(K) - Method in class org.libj.util.TreeBiMap
 
Hexadecimal - Class in org.libj.util
Encodes and decodes Hexadecimal.
Hexadecimal(byte[]) - Constructor for class org.libj.util.Hexadecimal
Create a new Hexadecimal object with the provided raw bytes.
Hexadecimal(String) - Constructor for class org.libj.util.Hexadecimal
Create a new Hexadecimal object with the provided hex-encoded string value.
higherEntry(K) - Method in class org.libj.util.TreeBiMap
 
higherKey(K) - Method in class org.libj.util.TreeBiMap
 
HOURS_IN_DAY - Static variable in class org.libj.util.Dates
Number of hours in a day.
HOURS_IN_WEEK - Static variable in class org.libj.util.Dates
Number of hours in a week.

I

identity() - Static method in interface org.libj.util.function.BooleanUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface org.libj.util.function.ByteUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface org.libj.util.function.CharUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface org.libj.util.function.FloatUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface org.libj.util.function.ShortUnaryOperator
Returns a unary operator that always returns its input argument.
identity(Object) - Static method in class org.libj.util.ObjectUtil
Returns the class name of object obj, concatenated with '@', and the hexadecimal representation of its identity hash code.
IdentityArrayList<E> - Class in org.libj.util
A ArrayList that resorts to the == operator when checking an element for equality, instead of the Object.equals(Object) method.
IdentityArrayList(int) - Constructor for class org.libj.util.IdentityArrayList
Constructs an empty list with the specified initial capacity.
IdentityArrayList(Collection<? extends E>) - Constructor for class org.libj.util.IdentityArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
IdentityArrayList() - Constructor for class org.libj.util.IdentityArrayList
Constructs an empty list with an initial capacity of ten.
IdentityArrayList.IdentitySubList - Class in org.libj.util
A DelegateList providing the same behavior of IdentityArrayList to the class returned by ArrayList.subList(int,int).
IdentityHashBiMap<K,V> - Class in org.libj.util
Bidirectional map (BiMap) backed by a IdentityHashMap.
IdentityHashBiMap(int) - Constructor for class org.libj.util.IdentityHashBiMap
Constructs a new, empty map with the specified expected maximum size.
IdentityHashBiMap(Map<? extends K, ? extends V>) - Constructor for class org.libj.util.IdentityHashBiMap
Constructs a new bidirectional identity hash map containing the keys-value mappings in the specified map.
IdentityHashBiMap() - Constructor for class org.libj.util.IdentityHashBiMap
Constructs a new, empty bidirectional identity hash map with a default expected maximum size (21).
IdentityHashBiMap(boolean) - Constructor for class org.libj.util.IdentityHashBiMap
Creates an empty instance.
IdentityHashSet<E> - Class in org.libj.util
This class implements the Set interface, backed by a hash table (actually a IdentityHashMap instance).
IdentityHashSet() - Constructor for class org.libj.util.IdentityHashSet
Constructs a new, empty set; the backing IdentityHashMap instance has default expected maximum size (21).
IdentityHashSet(Collection<? extends E>) - Constructor for class org.libj.util.IdentityHashSet
Constructs a new set containing the elements in the specified collection.
IdentityHashSet(int) - Constructor for class org.libj.util.IdentityHashSet
Constructs a new, empty set; the backing IdentityHashMap instance has the specified initial capacity and default load factor (0.75).
IdentitySubList(List<E>) - Constructor for class org.libj.util.IdentityArrayList.IdentitySubList
Creates a new IdentityArrayList.IdentitySubList with the specified subList target.
indexes - Variable in class org.libj.util.CompositeList.ComponentList
 
indexForNext() - Method in class org.libj.util.CursorListIterator
Returns the index an element would have if a subsequent call to CursorListIterator.add(Object) would be made.
indexOf(T[], T) - Static method in class org.libj.util.ArrayUtil
Find the index of an object in an array.
indexOf(byte[], byte...) - Static method in class org.libj.util.Bytes
Returns the index of the first occurrence of the specified byte sequence in bytes.
indexOf(byte[], int, byte...) - Static method in class org.libj.util.Bytes
Returns the index of the first occurrence (starting the search from the offset index) of the specified byte sequence in bytes.
indexOf(Object) - Method in class org.libj.util.DelegateList
 
indexOf(Object) - Method in class org.libj.util.IdentityArrayList.IdentitySubList
 
indexOf(Object) - Method in class org.libj.util.IdentityArrayList
 
indexOf(Object) - Method in class org.libj.util.ObservableList
indexOf(byte) - Method in class org.libj.util.primitive.ArrayByteList
 
indexOf(char) - Method in class org.libj.util.primitive.ArrayCharList
 
indexOf(double) - Method in class org.libj.util.primitive.ArrayDoubleList
 
indexOf(float) - Method in class org.libj.util.primitive.ArrayFloatList
 
indexOf(int) - Method in class org.libj.util.primitive.ArrayIntList
 
indexOf(long) - Method in class org.libj.util.primitive.ArrayLongList
 
indexOf(short) - Method in class org.libj.util.primitive.ArrayShortList
 
indexOf(byte) - Method in interface org.libj.util.primitive.ByteList
Returns the index of the first occurrence of the specified value in this list, or -1 if this list does not contain the value.
indexOf(char) - Method in interface org.libj.util.primitive.CharList
Returns the index of the first occurrence of the specified value in this list, or -1 if this list does not contain the value.
indexOf(double) - Method in interface org.libj.util.primitive.DoubleList
Returns the index of the first occurrence of the specified value in this list, or -1 if this list does not contain the value.
indexOf(float) - Method in interface org.libj.util.primitive.FloatList
Returns the index of the first occurrence of the specified value in this list, or -1 if this list does not contain the value.
indexOf(int) - Method in interface org.libj.util.primitive.IntList
Returns the index of the first occurrence of the specified value in this list, or -1 if this list does not contain the value.
indexOf(long) - Method in interface org.libj.util.primitive.LongList
Returns the index of the first occurrence of the specified value in this list, or -1 if this list does not contain the value.
indexOf(short) - Method in interface org.libj.util.primitive.ShortList
Returns the index of the first occurrence of the specified value in this list, or -1 if this list does not contain the value.
indexOf(Object) - Method in class org.libj.util.SortedList
indexOf(Object) - Method in class org.libj.util.TransList
 
indexOfLast() - Method in class org.libj.util.CursorListIterator
Returns the index of the element last returned by either CursorListIterator.next() or CursorListIterator.previous().
indexToKey(int) - Method in class org.libj.util.Digraph
 
indexToKey(int) - Method in class org.libj.util.RefDigraph
 
indexToValue(int) - Method in class org.libj.util.Digraph
 
indexToValue(int) - Method in class org.libj.util.RefDigraph
 
inited - Variable in class org.libj.util.MirrorList
 
inited - Variable in class org.libj.util.MirrorMap
 
Insert(String) - Constructor for class org.libj.util.Diff.Insert
Creates a new Diff.Insert modification with the specified text.
Insert(byte[], int, byte) - Constructor for class org.libj.util.Diff.Insert
Creates a new Diff.Insert modification with the length encoded in the specified bytes.
insert(A, A, SortedMap<A, B>) - Method in class org.libj.util.TieredRangeFetcher
Inserts a SortedMap of data into this TieredRangeFetcher for the range between from and to.
IntCollection - Interface in org.libj.util.primitive
The root interface in the int collection hierarchy.
IntComparator - Interface in org.libj.util.primitive
A comparison function, which imposes a total ordering on some collection of ints.
IntIterable - Interface in org.libj.util.primitive
Interface that defines the IntIterable.iterator() method for IntIterator.
IntIterator - Interface in org.libj.util.primitive
A replica of the Iterator interface that defines synonymous methods for the iteration over int values instead of Object references.
IntList - Interface in org.libj.util.primitive
An ordered collection (also known as a sequence), of int values.
IntListIterator - Interface in org.libj.util.primitive
A replica of the ListIterator interface that defines synonymous methods for the iteration over int values instead of Object references.
IntSet - Interface in org.libj.util.primitive
A collection of int values that contains no duplicates.
isAbsolute(String) - Static method in class org.libj.util.StringPaths
Tests whether the specified string represents an absolute path, either system or public.
isAbsoluteLocal(String) - Static method in class org.libj.util.StringPaths
Tests whether the specified string represents an absolute local file path.
isAbsoluteLocalUnix(String) - Static method in class org.libj.util.StringPaths
Tests whether the specified string represents an absolute UNIX file path.
isAbsoluteLocalURL(String) - Static method in class org.libj.util.StringPaths
Tests whether the specified string is an URL that represents an absolute local file path.
isAbsoluteLocalWindows(String) - Static method in class org.libj.util.StringPaths
Tests whether the specified string represents an absolute Windows file path.
isAbsolutePublicId(String) - Static method in class org.libj.util.StringPaths
Tests whether the specified string represents an absolute public identifier.
isAbsoluteSystemId(String) - Static method in class org.libj.util.StringPaths
Tests whether the specified string represents an absolute system identifier.
isComponentType(Collection<?>, Class<?>) - Static method in class org.libj.util.CollectionUtil
Returns true if the specified class is instance-assignable for each member object of the specified collection, otherwise false.
isDigit(char, int) - Static method in class org.libj.util.Numbers
Determines if the specified character is a digit in the provided radix.
isEmpty() - Method in class org.libj.util.ConcurrentHashSet
 
isEmpty() - Method in class org.libj.util.DelegateCollection
 
isEmpty() - Method in class org.libj.util.DelegateList
 
isEmpty() - Method in class org.libj.util.DelegateMap
 
isEmpty() - Method in class org.libj.util.DelegateSet
 
isEmpty() - Method in class org.libj.util.IdentityHashSet
 
isEmpty() - Method in interface org.libj.util.primitive.ByteList
Returns true if this list contains no values.
isEmpty() - Method in interface org.libj.util.primitive.ByteSet
Returns true if this set contains no values.
isEmpty() - Method in interface org.libj.util.primitive.CharList
Returns true if this list contains no values.
isEmpty() - Method in interface org.libj.util.primitive.CharSet
Returns true if this set contains no values.
isEmpty() - Method in interface org.libj.util.primitive.DoubleList
Returns true if this list contains no values.
isEmpty() - Method in interface org.libj.util.primitive.DoubleSet
Returns true if this set contains no values.
isEmpty() - Method in interface org.libj.util.primitive.FloatList
Returns true if this list contains no values.
isEmpty() - Method in interface org.libj.util.primitive.FloatSet
Returns true if this set contains no values.
isEmpty() - Method in class org.libj.util.primitive.HashByteSet
 
isEmpty() - Method in class org.libj.util.primitive.HashCharSet
 
isEmpty() - Method in class org.libj.util.primitive.HashDoubleSet
 
isEmpty() - Method in class org.libj.util.primitive.HashFloatSet
 
isEmpty() - Method in class org.libj.util.primitive.HashIntSet
 
isEmpty() - Method in class org.libj.util.primitive.HashLongSet
 
isEmpty() - Method in class org.libj.util.primitive.HashShortSet
 
isEmpty() - Method in interface org.libj.util.primitive.IntList
Returns true if this list contains no values.
isEmpty() - Method in interface org.libj.util.primitive.IntSet
Returns true if this set contains no values.
isEmpty() - Method in interface org.libj.util.primitive.LongList
Returns true if this list contains no values.
isEmpty() - Method in interface org.libj.util.primitive.LongSet
Returns true if this set contains no values.
isEmpty() - Method in class org.libj.util.primitive.PrimitiveArrayList
Returns true if this list contains no values.
isEmpty() - Method in interface org.libj.util.primitive.PrimitiveCollection
Returns true if this collection contains no values.
isEmpty() - Method in interface org.libj.util.primitive.ShortList
Returns true if this list contains no values.
isEmpty() - Method in interface org.libj.util.primitive.ShortSet
Returns true if this set contains no values.
isEscapable(char) - Static method in class org.libj.util.Characters
Tests whether the specified character is escapable.
isIso(Locale) - Static method in class org.libj.util.Locales
Returns true if the provided Locale specifies an ISO country and ISO language, otherwise false.
isIsoCountry(Locale) - Static method in class org.libj.util.Locales
Returns true if the provided Locale specifies an ISO country, otherwise false.
isIsoLanguage(Locale) - Static method in class org.libj.util.Locales
Returns true if the provided Locale specifies an ISO language, otherwise false.
isIterable(Object) - Method in class org.libj.util.FlatArrayIterator
 
isIterable(Object) - Method in class org.libj.util.FlatCollectionIterator
 
isIterable(Object) - Method in class org.libj.util.FlatIterator
Specifies whether the provided object is an iterable collection.
isIterable(Object) - Method in class org.libj.util.FlatListIterator
 
isNumber(String) - Static method in class org.libj.util.Numbers
Tests whether the specified string represents a number, or a number with a fraction of two numbers (i.e.
iso8601ToEpochMilli(String) - Static method in class org.libj.util.Dates
Converts a ISO-8601 formatted date-time string to epoch millis.
isPrintable(char) - Static method in class org.libj.util.Characters
Tests whether the specified character is printable.
isShutdown() - Method in class org.libj.util.concurrent.SynchronizingExecutorService
 
isTerminated() - Method in class org.libj.util.concurrent.SynchronizingExecutorService
 
isWhole(float) - Static method in class org.libj.util.Numbers
Returns true if the specified float can be represented as a whole number without loss of precision.
isWhole(double) - Static method in class org.libj.util.Numbers
Returns true if the specified double can be represented as a whole number without loss of precision.
Iterables - Class in org.libj.util
Utility functions for operations pertaining to Iterable.
iterator() - Method in class org.libj.util.ConcurrentHashSet
 
iterator() - Method in class org.libj.util.DelegateCollection
 
iterator() - Method in class org.libj.util.DelegateList
 
iterator() - Method in class org.libj.util.DelegateSet
 
iterator(Collection<T>) - Method in class org.libj.util.FlatCollectionIterator
 
iterator(T) - Method in class org.libj.util.FlatIterableIterator
Returns an Iterator for the specified collection.
iterator() - Method in class org.libj.util.IdentityHashSet
 
iterator() - Method in class org.libj.util.ObservableCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class org.libj.util.ObservableList
iterator() - Method in class org.libj.util.ObservableSet
iterator() - Method in class org.libj.util.primitive.ArrayByteList
 
iterator() - Method in class org.libj.util.primitive.ArrayCharList
 
iterator() - Method in class org.libj.util.primitive.ArrayDoubleList
 
iterator() - Method in class org.libj.util.primitive.ArrayFloatList
 
iterator() - Method in class org.libj.util.primitive.ArrayIntList
 
iterator() - Method in class org.libj.util.primitive.ArrayLongList
 
iterator() - Method in class org.libj.util.primitive.ArrayShortList
 
iterator() - Method in interface org.libj.util.primitive.ByteIterable
Returns an iterator over values of type ByteIterator.
iterator() - Method in interface org.libj.util.primitive.ByteList
Returns an iterator over the values in this list in proper sequence.
iterator() - Method in interface org.libj.util.primitive.ByteSet
Returns an iterator over the values in this set.
iterator() - Method in interface org.libj.util.primitive.CharIterable
Returns an iterator over values of type CharIterator.
iterator() - Method in interface org.libj.util.primitive.CharList
Returns an iterator over the values in this list in proper sequence.
iterator() - Method in interface org.libj.util.primitive.CharSet
Returns an iterator over the values in this set.
iterator() - Method in interface org.libj.util.primitive.DoubleIterable
Returns an iterator over values of type DoubleIterator.
iterator() - Method in interface org.libj.util.primitive.DoubleList
Returns an iterator over the values in this list in proper sequence.
iterator() - Method in interface org.libj.util.primitive.DoubleSet
Returns an iterator over the values in this set.
iterator() - Method in interface org.libj.util.primitive.FloatIterable
Returns an iterator over values of type FloatIterator.
iterator() - Method in interface org.libj.util.primitive.FloatList
Returns an iterator over the values in this list in proper sequence.
iterator() - Method in interface org.libj.util.primitive.FloatSet
Returns an iterator over the values in this set.
iterator() - Method in class org.libj.util.primitive.HashByteSet
 
iterator() - Method in class org.libj.util.primitive.HashCharSet
 
iterator() - Method in class org.libj.util.primitive.HashDoubleSet
 
iterator() - Method in class org.libj.util.primitive.HashFloatSet
 
iterator() - Method in class org.libj.util.primitive.HashIntSet
 
iterator() - Method in class org.libj.util.primitive.HashLongSet
 
iterator() - Method in class org.libj.util.primitive.HashShortSet
 
iterator() - Method in interface org.libj.util.primitive.IntIterable
Returns an iterator over values of type IntIterator.
iterator() - Method in interface org.libj.util.primitive.IntList
Returns an iterator over the values in this list in proper sequence.
iterator() - Method in interface org.libj.util.primitive.IntSet
Returns an iterator over the values in this set.
iterator() - Method in interface org.libj.util.primitive.LongIterable
Returns an iterator over values of type LongIterator.
iterator() - Method in interface org.libj.util.primitive.LongList
Returns an iterator over the values in this list in proper sequence.
iterator() - Method in interface org.libj.util.primitive.LongSet
Returns an iterator over the values in this set.
iterator() - Method in interface org.libj.util.primitive.ShortIterable
Returns an iterator over values of type ShortIterator.
iterator() - Method in interface org.libj.util.primitive.ShortList
Returns an iterator over the values in this list in proper sequence.
iterator() - Method in interface org.libj.util.primitive.ShortSet
Returns an iterator over the values in this set.
iterator() - Method in class org.libj.util.TransCollection
 
iterator() - Method in class org.libj.util.TransList
 
iterator() - Method in class org.libj.util.TransSet
 
Iterators - Class in org.libj.util
Utility functions for operations pertaining to Iterator.

K

keySet - Variable in class org.libj.util.BiMap
 
keySet() - Method in class org.libj.util.BiMap
 
keySet() - Method in class org.libj.util.DelegateMap
 
keySet - Variable in class org.libj.util.ObservableMap
 
keySet() - Method in class org.libj.util.ObservableMap
 
keySet() - Method in class org.libj.util.RefDigraph
 

L

lastEntry() - Method in class org.libj.util.TreeBiMap
 
lastIndexOf(Object) - Method in class org.libj.util.DelegateList
 
lastIndexOf(Object) - Method in class org.libj.util.IdentityArrayList.IdentitySubList
 
lastIndexOf(Object) - Method in class org.libj.util.IdentityArrayList
 
lastIndexOf(Object) - Method in class org.libj.util.ObservableList
lastIndexOf(byte) - Method in class org.libj.util.primitive.ArrayByteList
 
lastIndexOf(char) - Method in class org.libj.util.primitive.ArrayCharList
 
lastIndexOf(double) - Method in class org.libj.util.primitive.ArrayDoubleList
 
lastIndexOf(float) - Method in class org.libj.util.primitive.ArrayFloatList
 
lastIndexOf(int) - Method in class org.libj.util.primitive.ArrayIntList
 
lastIndexOf(long) - Method in class org.libj.util.primitive.ArrayLongList
 
lastIndexOf(short) - Method in class org.libj.util.primitive.ArrayShortList
 
lastIndexOf(byte) - Method in interface org.libj.util.primitive.ByteList
Returns the index of the last occurrence of the specified value in this list, or -1 if this list does not contain the value.
lastIndexOf(char) - Method in interface org.libj.util.primitive.CharList
Returns the index of the last occurrence of the specified value in this list, or -1 if this list does not contain the value.
lastIndexOf(double) - Method in interface org.libj.util.primitive.DoubleList
Returns the index of the last occurrence of the specified value in this list, or -1 if this list does not contain the value.
lastIndexOf(float) - Method in interface org.libj.util.primitive.FloatList
Returns the index of the last occurrence of the specified value in this list, or -1 if this list does not contain the value.
lastIndexOf(int) - Method in interface org.libj.util.primitive.IntList
Returns the index of the last occurrence of the specified value in this list, or -1 if this list does not contain the value.
lastIndexOf(long) - Method in interface org.libj.util.primitive.LongList
Returns the index of the last occurrence of the specified value in this list, or -1 if this list does not contain the value.
lastIndexOf(short) - Method in interface org.libj.util.primitive.ShortList
Returns the index of the last occurrence of the specified value in this list, or -1 if this list does not contain the value.
lastIndexOf(Object) - Method in class org.libj.util.SortedList
lastIndexOf(Object) - Method in class org.libj.util.TransList
 
lastKey() - Method in class org.libj.util.TreeBiMap
 
length() - Method in class org.libj.util.ArrayCharSequence
 
length(byte[]) - Static method in class org.libj.util.Buffers
Returns the "logical size" of buf: the index of the byte with the highest set bit in buf, plus one.
length(char[]) - Static method in class org.libj.util.Buffers
Returns the "logical size" of buf: the index of the char with the highest set bit in buf, plus one.
length(short[]) - Static method in class org.libj.util.Buffers
Returns the "logical size" of buf: the index of the short with the highest set bit in buf, plus one.
length(int[]) - Static method in class org.libj.util.Buffers
Returns the "logical size" of buf: the index of the int with the highest set bit in buf, plus one.
length(long[]) - Static method in class org.libj.util.Buffers
Returns the "logical size" of buf: the index of the long with the highest set bit in buf, plus one.
length - Variable in class org.libj.util.Diff.Mod
 
lengthDeep(Object[]) - Static method in class org.libj.util.ArrayUtil
Returns the length of the specified array, summed with the lengths of all nested arrays at every depth.
lengthDeep(T[], boolean) - Static method in class org.libj.util.ArrayUtil
Returns the length of the specified array, summed with the lengths of all nested arrays at every depth.
lengthDeep(T[], Function<? super T, T[]>, boolean) - Static method in class org.libj.util.ArrayUtil
Returns the length of the specified array, summed with the lengths of all nested arrays at every depth.
LinearDelayRetryPolicy<E extends Exception> - Class in org.libj.util.retry
A RetryPolicy that defines a maximum number of retries, and a constant delay for retry attempts.
LinearDelayRetryPolicy(int, int, boolean, double) - Constructor for class org.libj.util.retry.LinearDelayRetryPolicy
Creates a new LinearDelayRetryPolicy with the specified maximum number of retries, and a constant delay for retry attempts.
listIterator() - Method in class org.libj.util.DelegateList
 
listIterator(int) - Method in class org.libj.util.DelegateList
 
listIterator() - Method in class org.libj.util.ObservableList
listIterator(int) - Method in class org.libj.util.ObservableList
listIterator(int) - Method in class org.libj.util.primitive.ArrayByteList
 
listIterator(int) - Method in class org.libj.util.primitive.ArrayCharList
 
listIterator(int) - Method in class org.libj.util.primitive.ArrayDoubleList
 
listIterator(int) - Method in class org.libj.util.primitive.ArrayFloatList
 
listIterator(int) - Method in class org.libj.util.primitive.ArrayIntList
 
listIterator(int) - Method in class org.libj.util.primitive.ArrayLongList
 
listIterator(int) - Method in class org.libj.util.primitive.ArrayShortList
 
listIterator() - Method in interface org.libj.util.primitive.ByteList
Returns a byte list iterator over the values in this list (in proper sequence).
listIterator(int) - Method in interface org.libj.util.primitive.ByteList
Returns a byte list iterator over the values in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in interface org.libj.util.primitive.CharList
Returns a char list iterator over the values in this list (in proper sequence).
listIterator(int) - Method in interface org.libj.util.primitive.CharList
Returns a char list iterator over the values in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in interface org.libj.util.primitive.DoubleList
Returns a double list iterator over the values in this list (in proper sequence).
listIterator(int) - Method in interface org.libj.util.primitive.DoubleList
Returns a double list iterator over the values in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in interface org.libj.util.primitive.FloatList
Returns a float list iterator over the values in this list (in proper sequence).
listIterator(int) - Method in interface org.libj.util.primitive.FloatList
Returns a float list iterator over the values in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in interface org.libj.util.primitive.IntList
Returns a int list iterator over the values in this list (in proper sequence).
listIterator(int) - Method in interface org.libj.util.primitive.IntList
Returns a int list iterator over the values in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in interface org.libj.util.primitive.LongList
Returns a long list iterator over the values in this list (in proper sequence).
listIterator(int) - Method in interface org.libj.util.primitive.LongList
Returns a long list iterator over the values in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in interface org.libj.util.primitive.ShortList
Returns a short list iterator over the values in this list (in proper sequence).
listIterator(int) - Method in interface org.libj.util.primitive.ShortList
Returns a short list iterator over the values in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class org.libj.util.SortedList
listIterator() - Method in class org.libj.util.TransList
 
listIterator(int) - Method in class org.libj.util.TransList
 
Locales - Class in org.libj.util
Utility functions for operations pertaining to Locale.
lock(boolean) - Method in class org.libj.util.MirrorList
Locks the underlying list to detect concurrent modification.
lock(boolean) - Method in class org.libj.util.MirrorMap
Locks the underlying map to detect concurrent modification.
log2(BigInteger) - Static method in class org.libj.util.Numbers
 
LOG_10 - Static variable in class org.libj.util.Numbers
double representation of log(10)
LOG_2 - Static variable in class org.libj.util.Numbers
double representation of log(2)
LONG_MAX_VALUE - Static variable in class org.libj.util.Numbers
BigInteger representation of Long.MAX_VALUE.
LONG_MIN_VALUE - Static variable in class org.libj.util.Numbers
BigInteger representation of Long.MIN_VALUE.
LongCollection - Interface in org.libj.util.primitive
The root interface in the long collection hierarchy.
LongComparator - Interface in org.libj.util.primitive
A comparison function, which imposes a total ordering on some collection of longs.
LongIterable - Interface in org.libj.util.primitive
Interface that defines the LongIterable.iterator() method for LongIterator.
LongIterator - Interface in org.libj.util.primitive
A replica of the Iterator interface that defines synonymous methods for the iteration over long values instead of Object references.
LongList - Interface in org.libj.util.primitive
An ordered collection (also known as a sequence), of long values.
LongListIterator - Interface in org.libj.util.primitive
A replica of the ListIterator interface that defines synonymous methods for the iteration over long values instead of Object references.
LongSet - Interface in org.libj.util.primitive
A collection of long values that contains no duplicates.
lowerEntry(K) - Method in class org.libj.util.TreeBiMap
 
lowerKey(K) - Method in class org.libj.util.TreeBiMap
 

M

merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.libj.util.DelegateMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.libj.util.ObservableMap
MICROS_IN_MILLI - Static variable in class org.libj.util.Temporals
Number of microseconds in a millisecond.
MILLISECONDS_IN_DAY - Static variable in class org.libj.util.Dates
Number of milliseconds in a day.
MILLISECONDS_IN_HOUR - Static variable in class org.libj.util.Dates
Number of milliseconds in an hour.
MILLISECONDS_IN_MINUTE - Static variable in class org.libj.util.Dates
Number of milliseconds in a minute.
MILLISECONDS_IN_SECOND - Static variable in class org.libj.util.Dates
Number of milliseconds in a second.
MILLISECONDS_IN_WEEK - Static variable in class org.libj.util.Dates
Number of milliseconds in a week.
MINUTES_IN_DAY - Static variable in class org.libj.util.Dates
Number of minutes in a day.
MINUTES_IN_HOUR - Static variable in class org.libj.util.Dates
Number of minutes in an hour.
MINUTES_IN_WEEK - Static variable in class org.libj.util.Dates
Number of minutes in a week.
MirrorList<V,R> - Class in org.libj.util
A list that maintains 2 representations of its elements: For value elements of type <V>, which is the generic type of this list. For reflected elements of type <R>, which is the generic type of the list returned by MirrorList.getMirrorList() The MirrorList.Mirror provides the V -> R and R -> V methods, which are used to reflect values from one MirrorList to the other.
MirrorList(List<V>, List<R>, MirrorList.Mirror<V, R>) - Constructor for class org.libj.util.MirrorList
Creates a new MirrorList with the specified target lists and MirrorList.Mirror.
MirrorList(MirrorList<R, V>, List<V>, MirrorList.Mirror<V, R>) - Constructor for class org.libj.util.MirrorList
Creates a new MirrorList with the specified lists and mirror.
mirrorList - Variable in class org.libj.util.MirrorList
 
MirrorList.Mirror<V,R> - Interface in org.libj.util
Interface providing methods for the reflection of one type of object to another, and vice-versa.
MirrorMap<K,V,R> - Class in org.libj.util
A map that maintains 2 representations of its key-value entries: For value elements of type <V>, which is the generic type of this map. For reflected elements of type <R>, which is the generic type of the map returned by MirrorMap.getMirrorMap() The MirrorMap.Mirror provides the V -> R and R -> V methods, which are used to reflect values from one MirrorMap to the other.
MirrorMap(Map<K, V>, Map<K, R>, MirrorMap.Mirror<K, V, R>) - Constructor for class org.libj.util.MirrorMap
Creates a new MirrorMap with the specified target maps and MirrorMap.Mirror.
MirrorMap(MirrorMap<K, R, V>, Map<K, V>, MirrorMap.Mirror<K, V, R>) - Constructor for class org.libj.util.MirrorMap
Creates a new MirrorMap with the specified maps and mirror.
mirrorMap - Variable in class org.libj.util.MirrorMap
 
MirrorMap.Mirror<K,V,R> - Interface in org.libj.util
Interface providing methods for the reflection of one type of object to another, and vice-versa.
MirrorMap.ObservableMirrorEntrySet - Class in org.libj.util
 
Mod(int) - Constructor for class org.libj.util.Diff.Mod
Creates a new Diff.Mod with the specified length.
Mod(byte[], int, byte) - Constructor for class org.libj.util.Diff.Mod
Creates a new Diff.Mod with the length encoded in the specified bytes.
modCount - Variable in class org.libj.util.primitive.PrimitiveArrayList
 
Month - Enum in org.libj.util
An enum representing calendar months.

N

NANOS_IN_DAY - Static variable in class org.libj.util.Temporals
Number of nanoseconds in a day.
NANOS_IN_HOUR - Static variable in class org.libj.util.Temporals
Number of nanoseconds in an hour.
NANOS_IN_MICROS - Static variable in class org.libj.util.Temporals
Number of nanoseconds in a microsecond.
NANOS_IN_MILLI - Static variable in class org.libj.util.Temporals
Number of nanoseconds in a millisecond.
NANOS_IN_MINUTE - Static variable in class org.libj.util.Temporals
Number of nanoseconds in a minute.
NANOS_IN_SECOND - Static variable in class org.libj.util.Temporals
Number of nanoseconds in a second.
NATURAL - Static variable in interface org.libj.util.primitive.ByteComparator
Comparator that compares two byte values numerically.
NATURAL - Static variable in interface org.libj.util.primitive.CharComparator
Comparator that compares two char values numerically.
NATURAL - Static variable in interface org.libj.util.primitive.DoubleComparator
Comparator that compares two double values numerically.
NATURAL - Static variable in interface org.libj.util.primitive.FloatComparator
Comparator that compares two float values numerically.
NATURAL - Static variable in interface org.libj.util.primitive.IntComparator
Comparator that compares two int values numerically.
NATURAL - Static variable in interface org.libj.util.primitive.LongComparator
Comparator that compares two long values numerically.
NATURAL - Static variable in interface org.libj.util.primitive.ShortComparator
Comparator that compares two short values numerically.
navigableKeySet() - Method in class org.libj.util.TreeBiMap
 
negate() - Method in interface org.libj.util.function.BooleanPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface org.libj.util.function.BytePredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface org.libj.util.function.CharPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface org.libj.util.function.FloatPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface org.libj.util.function.PentaPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface org.libj.util.function.QuadPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface org.libj.util.function.ShortPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface org.libj.util.function.TriPredicate
Returns a predicate that represents the logical negation of this predicate.
newCalendar(long, TimeZone) - Static method in class org.libj.util.CalendarUtil
Creates a new Calendar at the specified TimeZone, with its current time set to time.
newCalendar(long) - Static method in class org.libj.util.CalendarUtil
Creates a new Calendar at the default time zone, with its current time set to time.
newComponentList(T) - Method in class org.libj.util.CompositeList
Creates a new CompositeList.ComponentList for the specified type.
newDate(long) - Static method in class org.libj.util.Dates
Returns a new Date object representing the time.
newEmptyReverseMap() - Method in class org.libj.util.BiMap
Returns a new instance of an empty reverse subclass of BiMap.
newEmptyReverseMap() - Method in class org.libj.util.HashBiMap
 
newEmptyReverseMap() - Method in class org.libj.util.IdentityHashBiMap
 
newEmptyReverseMap() - Method in class org.libj.util.TreeBiMap
 
newEntrySet() - Method in class org.libj.util.MirrorMap
 
newEntrySet() - Method in class org.libj.util.ObservableMap
Factory method that returns a new instance of an ObservableMap.ObservableEntrySet.
newInstance(List<V>, List<R>) - Method in class org.libj.util.MirrorList
Factory method that returns a new instance of a MirrorList with the specified target lists.
newInstance(Map<K, V>, Map<K, R>) - Method in class org.libj.util.MirrorMap
Factory method that returns a new instance of a MirrorMap with the specified target maps.
newKeySet() - Method in class org.libj.util.ObservableMap
Factory method that returns a new instance of an ObservableMap.ObservableKeySet.
newListIterator(ListIterator<? extends E>) - Method in class org.libj.util.ObservableList
Factory method that returns a new instance of an ObservableList.ObservableListIterator for the specified ListIterator<E>.
newMirrorInstance(List<R>) - Method in class org.libj.util.MirrorList
Factory method that returns a new mirror instance of a MirrorList with the specified target list.
newMirrorInstance(Map<K, R>) - Method in class org.libj.util.MirrorMap
Factory method that returns a new mirror instance of a MirrorMap with the specified target map.
newPath(String, String) - Static method in class org.libj.util.StringPaths
Creates a path string from a parent pathname string and a child pathname string.
newSimpleDateFormat(String) - Static method in class org.libj.util.SimpleDateFormats
 
newSubList(int, int) - Method in class org.libj.util.ObservableList
Factory method that returns a new instance of an ObservableList.ObservableSubList for the specified fromIndex and toIndex.
next() - Method in class org.libj.util.CursorListIterator
 
next() - Method in class org.libj.util.DelegateIterator
 
next() - Method in class org.libj.util.DelegateListIterator
 
next() - Method in class org.libj.util.FlatIterableIterator
 
next() - Method in class org.libj.util.FlatSequentialIterator
 
next() - Method in class org.libj.util.ObservableCollection.ObservableIterator
 
next() - Method in class org.libj.util.ObservableList.ObservableListIterator
 
next() - Method in class org.libj.util.ObservableSet.ObservableIterator
 
next() - Method in interface org.libj.util.primitive.ByteIterator
Returns the next value in the iteration.
next() - Method in interface org.libj.util.primitive.ByteListIterator
Returns the next value in the list and advances the cursor position.
next() - Method in interface org.libj.util.primitive.CharIterator
Returns the next value in the iteration.
next() - Method in interface org.libj.util.primitive.CharListIterator
Returns the next value in the list and advances the cursor position.
next() - Method in interface org.libj.util.primitive.DoubleIterator
Returns the next value in the iteration.
next() - Method in interface org.libj.util.primitive.DoubleListIterator
Returns the next value in the list and advances the cursor position.
next() - Method in interface org.libj.util.primitive.FloatIterator
Returns the next value in the iteration.
next() - Method in interface org.libj.util.primitive.FloatListIterator
Returns the next value in the list and advances the cursor position.
next() - Method in interface org.libj.util.primitive.IntIterator
Returns the next value in the iteration.
next() - Method in interface org.libj.util.primitive.IntListIterator
Returns the next value in the list and advances the cursor position.
next() - Method in interface org.libj.util.primitive.LongIterator
Returns the next value in the iteration.
next() - Method in interface org.libj.util.primitive.LongListIterator
Returns the next value in the list and advances the cursor position.
next() - Method in interface org.libj.util.primitive.ShortIterator
Returns the next value in the iteration.
next() - Method in interface org.libj.util.primitive.ShortListIterator
Returns the next value in the list and advances the cursor position.
nextIndex() - Method in class org.libj.util.DelegateListIterator
 
nextIndex() - Method in class org.libj.util.ObservableList.ObservableListIterator
 
nextIndex() - Method in interface org.libj.util.primitive.ByteListIterator
Returns the index of the value that would be returned by a subsequent call to ByteListIterator.next().
nextIndex() - Method in interface org.libj.util.primitive.CharListIterator
Returns the index of the value that would be returned by a subsequent call to CharListIterator.next().
nextIndex() - Method in interface org.libj.util.primitive.DoubleListIterator
Returns the index of the value that would be returned by a subsequent call to DoubleListIterator.next().
nextIndex() - Method in interface org.libj.util.primitive.FloatListIterator
Returns the index of the value that would be returned by a subsequent call to FloatListIterator.next().
nextIndex(int, int) - Static method in class org.libj.util.primitive.HashPrimitiveSet
Returns the next index for the specified index and mask.
nextIndex() - Method in interface org.libj.util.primitive.IntListIterator
Returns the index of the value that would be returned by a subsequent call to IntListIterator.next().
nextIndex() - Method in interface org.libj.util.primitive.LongListIterator
Returns the index of the value that would be returned by a subsequent call to LongListIterator.next().
nextIndex() - Method in interface org.libj.util.primitive.ShortListIterator
Returns the index of the value that would be returned by a subsequent call to ShortListIterator.next().
numberOfDecimalPlaces(BigDecimal) - Static method in class org.libj.util.Numbers
Returns the number of decimal places represented in the specified BigInteger.
Numbers - Class in org.libj.util
Utility functions for operations pertaining to Number.
Numbers.Compound - Class in org.libj.util
Utility functions for the encoding and decoding of "compound values" in primitive types.
Numbers.Unsigned - Class in org.libj.util
Utility functions to convert between signed and unsigned numbers.

O

ObjBiBooleanConsumer<T> - Interface in org.libj.util.function
Represents an operation that accepts an object-valued argument and two boolean-valued arguments, and returns no result.
ObjBiByteConsumer<T> - Interface in org.libj.util.function
Represents an operation that accepts an object-valued argument and two byte-valued arguments, and returns no result.
ObjBiCharConsumer<T> - Interface in org.libj.util.function
Represents an operation that accepts an object-valued argument and two char-valued arguments, and returns no result.
ObjBiDoubleConsumer<T> - Interface in org.libj.util.function
Represents an operation that accepts an object-valued argument and two double-valued arguments, and returns no result.
ObjBiFloatConsumer<T> - Interface in org.libj.util.function
Represents an operation that accepts an object-valued argument and two float-valued arguments, and returns no result.
ObjBiIntConsumer<T> - Interface in org.libj.util.function
Represents an operation that accepts an object-valued argument and two int-valued arguments, and returns no result.
ObjBiLongConsumer<T> - Interface in org.libj.util.function
Represents an operation that accepts an object-valued argument and two long-valued arguments, and returns no result.
ObjBiShortConsumer<T> - Interface in org.libj.util.function
Represents an operation that accepts an object-valued argument and two short-valued arguments, and returns no result.
ObjBooleanFunction<T,R> - Interface in org.libj.util.function
Represents a function that accepts an object-valued argument and a boolean-valued argument, and produces a result.
ObjByteFunction<T,R> - Interface in org.libj.util.function
Represents a function that accepts an object-valued argument and a byte-valued argument, and produces a result.
ObjCharFunction<T,R> - Interface in org.libj.util.function
Represents a function that accepts an object-valued argument and a char-valued argument, and produces a result.
ObjDoubleFunction<T,R> - Interface in org.libj.util.function
Represents a function that accepts an object-valued argument and a double-valued argument, and produces a result.
ObjectUtil - Class in org.libj.util
Utility functions for operations pertaining to Object.
ObjFloatFunction<T,R> - Interface in org.libj.util.function
Represents a function that accepts an object-valued argument and a float-valued argument, and produces a result.
ObjIntFunction<T,R> - Interface in org.libj.util.function
Represents a function that accepts an object-valued argument and a int-valued argument, and produces a result.
ObjLongFunction<T,R> - Interface in org.libj.util.function
Represents a function that accepts an object-valued argument and a long-valued argument, and produces a result.
ObjShortFunction<T,R> - Interface in org.libj.util.function
Represents a function that accepts an object-valued argument and a short-valued argument, and produces a result.
ObservableCollection<E> - Class in org.libj.util
A DelegateCollection that provides callback methods to observe the addition and removal of elements, either due to direct method invocation on the collection instance itself, or via ObservableCollection.iterator(), ObservableCollection.spliterator(), ObservableCollection.forEach(Consumer), and any other entrypoint that facilitates modification of the elements in this list.
ObservableCollection(Collection<E>) - Constructor for class org.libj.util.ObservableCollection
 
ObservableCollection.ObservableIterator - Class in org.libj.util
A DelegateIterator that delegates callback methods to the parent ObservableCollection instance for the retrieval and removal of elements.
ObservableEntrySet(Set<Map.Entry<K, V>>) - Constructor for class org.libj.util.ObservableMap.ObservableEntrySet
Creates a new ObservableMap.ObservableEntrySet for the specified Set<Map.Entry<K,V>>.
ObservableIterator(Iterator<E>) - Constructor for class org.libj.util.ObservableCollection.ObservableIterator
Creates a new ObservableCollection.ObservableIterator for the specified Iterator.
ObservableIterator(Iterator<E>) - Constructor for class org.libj.util.ObservableSet.ObservableIterator
Creates a new ObservableSet.ObservableIterator for the specified Iterator.
ObservableKeySet(Set<K>) - Constructor for class org.libj.util.ObservableMap.ObservableKeySet
Creates a new ObservableMap.ObservableEntrySet for the specified Set<K>.
ObservableList<E> - Class in org.libj.util
A DelegateList that provides callback methods to observe the retrieval, addition, and removal of elements, either due to direct method invocation on the list instance itself, or via ObservableList.iterator(), ObservableList.listIterator(), ObservableList.subList(int,int), and any other entrypoint that facilitates access to the elements in this list, either for modification or retrieval.
ObservableList(List<E>) - Constructor for class org.libj.util.ObservableList
Creates a new ObservableList with the specified target List.
ObservableList(List<E>, int, int) - Constructor for class org.libj.util.ObservableList
Creates a new ObservableList with the specified target list, and from and to indexes to limit the scope of the target list.
ObservableList.ObservableListIterator - Class in org.libj.util
A CursorListIterator that delegates callback methods to the defining ObservableList instance for the retrieval, addition, and removal of elements.
ObservableList.ObservableSubList - Class in org.libj.util
An ObservableList that delegates callback methods to the parent ObservableList instance for the retrieval, addition, and removal of elements.
ObservableListIterator(ListIterator<? extends E>) - Constructor for class org.libj.util.ObservableList.ObservableListIterator
Creates a new CursorListIterator for the specified ListIterator.
ObservableMap<K,V> - Class in org.libj.util
A DelegateMap that provides callback methods to observe the retrieval, addition, and removal of elements, either due to direct method invocation on the map instance itself, or via ObservableMap.entrySet(), ObservableMap.values(), ObservableMap.forEach(java.util.function.BiConsumer), and any other entrypoint that facilitates modification of the elements in this map.
ObservableMap(Map<K, V>) - Constructor for class org.libj.util.ObservableMap
Creates a new ObservableMap with the specified target Map.
ObservableMap.ObservableEntrySet - Class in org.libj.util
An ObservableSet<Map.Entry<K,V>> that delegates callback methods to the parent ObservableMap instance for the retrieval and removal of entries.
ObservableMap.ObservableKeySet - Class in org.libj.util
An ObservableSet<K> that delegates callback methods to the parent ObservableMap instance for the retrieval and removal of keys.
ObservableMirrorEntrySet(Set<Map.Entry<K, V>>) - Constructor for class org.libj.util.MirrorMap.ObservableMirrorEntrySet
 
ObservableSet<E> - Class in org.libj.util
A DelegateSet that provides callback methods to observe the retrieval, addition, and removal of elements, either due to direct method invocation on the set instance itself, or via ObservableSet.iterator(), ObservableSet.stream(), and any other entrypoint that facilitates modification of the elements in this set.
ObservableSet(Set<E>) - Constructor for class org.libj.util.ObservableSet
Creates a new ObservableList with the specified target set.
ObservableSet.ObservableIterator - Class in org.libj.util
A DelegateIterator that delegates callback methods to the parent ObservableSet instance for the retrieval and removal of elements.
ObservableSubList(List<E>, int, int) - Constructor for class org.libj.util.ObservableList.ObservableSubList
Creates a new ObservableList.ObservableSubList for the specified List<E>.
onRetry(int) - Method in class org.libj.util.retry.RetryPolicy
Method that is called before each execution of Retryable.retry(RetryPolicy,int).
onRetryFailure(Exception, int, long) - Method in class org.libj.util.retry.RetryPolicy
Callback to return the Exception instance of type <E> to be thrown in the event of terminal failure of the RetryPolicy execution.
onSynchronize() - Method in class org.libj.util.concurrent.SynchronizingExecutorService
Called when this service synchronizes all executing threads to finish.
or(BooleanPredicate) - Method in interface org.libj.util.function.BooleanPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(BytePredicate) - Method in interface org.libj.util.function.BytePredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(CharPredicate) - Method in interface org.libj.util.function.CharPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(FloatPredicate) - Method in interface org.libj.util.function.FloatPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(PentaPredicate<? super T, ? super U, ? super V, ? super W, ? super X>) - Method in interface org.libj.util.function.PentaPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(QuadPredicate<? super T, ? super U, ? super V, ? super W>) - Method in interface org.libj.util.function.QuadPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(ShortPredicate) - Method in interface org.libj.util.function.ShortPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(TriPredicate<? super T, ? super U, ? super V>) - Method in interface org.libj.util.function.TriPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
ordinal() - Method in class org.libj.util.Diff.Delete
 
ordinal() - Method in class org.libj.util.Diff.Equal
 
ordinal() - Method in class org.libj.util.Diff.Insert
 
ordinal() - Method in class org.libj.util.Diff.Mod
Returns the 2-bit ordinal identifier for this modification.
ordinal() - Method in class org.libj.util.Diff.Replace
 
org.libj.util - package org.libj.util
 
org.libj.util.concurrent - package org.libj.util.concurrent
 
org.libj.util.function - package org.libj.util.function
 
org.libj.util.primitive - package org.libj.util.primitive
 
org.libj.util.retry - package org.libj.util.retry
 
org.libj.util.zip - package org.libj.util.zip
 

P

parallelStream() - Method in class org.libj.util.DelegateCollection
 
parallelStream() - Method in class org.libj.util.DelegateList
 
parallelStream() - Method in class org.libj.util.DelegateSet
 
parallelStream() - Method in class org.libj.util.ObservableCollection
parallelStream() - Method in class org.libj.util.ObservableList
parallelStream() - Method in class org.libj.util.ObservableSet
parallelStream() - Method in class org.libj.util.primitive.ArrayDoubleList
 
parallelStream() - Method in class org.libj.util.primitive.ArrayIntList
 
parallelStream() - Method in class org.libj.util.primitive.ArrayLongList
 
parallelStream() - Method in interface org.libj.util.primitive.DoubleCollection
Returns a possibly parallel DoubleStream over the values in this collection.
parallelStream() - Method in class org.libj.util.primitive.HashDoubleSet
 
parallelStream() - Method in class org.libj.util.primitive.HashIntSet
 
parallelStream() - Method in class org.libj.util.primitive.HashLongSet
 
parallelStream() - Method in interface org.libj.util.primitive.IntCollection
Returns a possibly parallel IntStream over the values in this collection.
parallelStream() - Method in interface org.libj.util.primitive.LongCollection
Returns a possibly parallel LongStream over the values in this collection.
parent - Variable in class org.libj.util.primitive.PrimitiveArrayList
 
parse(String) - Static method in class org.libj.util.Locales
Returns a Locale representation of a string based locale that has the form "{language}_{country}_{variant}", or null if the specified string is null.
parse(Collection<String>) - Static method in class org.libj.util.Locales
Returns an array of Locale objects that represent the string based locale elements in strings that have the form "{language}_{country}_{variant}".
parse(Enumeration<String>) - Static method in class org.libj.util.Locales
Returns an array of Locale objects that represent the string based locale elements in enumeration that have the form "{language}_{country}_{variant}".
parseBoolean(String) - Static method in class org.libj.util.Numbers
Parses the string argument as a boolean.
parseDouble(String) - Static method in class org.libj.util.Numbers
Parses the string argument as per the specification of Double.parseDouble(String), but returns null if the string does not contain a parsable double.
parseDouble(String, double) - Static method in class org.libj.util.Numbers
Parses the string argument as per the specification of Double.parseDouble(String), but returns defaultValue if the string does not contain a parsable double.
parseDouble(String...) - Static method in class org.libj.util.Numbers
Returns a double array representation of the values in the specified String array.
parseFloat(String) - Static method in class org.libj.util.Numbers
Parses the string argument as per the specification of Float.parseFloat(String), but returns null if the string does not contain a parsable float.
parseFloat(String, float) - Static method in class org.libj.util.Numbers
Parses the string argument as per the specification of Float.parseFloat(String), but returns defaultValue if the string does not contain a parsable float.
parseInt(CharSequence, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Integer.parseInt(String), but returns defaultValue if the sequence does not contain a parsable int.
parseInt(CharSequence, int, int, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Integer.parseInt(String), but returns defaultValue if the sequence does not contain a parsable int.
parseInt(char[], int) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Integer.parseInt(String), but returns defaultValue if the char array does not contain a parsable int.
parseInt(char[], int, int, int) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Integer.parseInt(String), but returns defaultValue if the char array does not contain a parsable int.
parseInt(CharSequence, int, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Integer.parseInt(String,int), but returns defaultValue if the sequence does not contain a parsable int.
parseInt(CharSequence, int, int, int, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Integer.parseInt(String,int), but returns defaultValue if the sequence does not contain a parsable int.
parseInt(char[], int, int) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Integer.parseInt(String,int), but returns defaultValue if the char array does not contain a parsable int.
parseInt(char[], int, int, int, int) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Integer.parseInt(String,int), but returns defaultValue if the char array does not contain a parsable int.
parseInt(String...) - Static method in class org.libj.util.Numbers
Returns an int array representation of the values in the specified String array.
parseInteger(CharSequence) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Integer.parseInt(String), but returns null if the sequence does not contain a parsable int.
parseInteger(CharSequence, int, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Integer.parseInt(String), but returns null if the sequence does not contain a parsable int.
parseInteger(CharSequence, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Integer.parseInt(String,int), but returns null if the sequence does not contain a parsable int.
parseInteger(CharSequence, int, int, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Integer.parseInt(String,int), but returns null if the sequence does not contain a parsable int.
parseInteger(char[], int) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Integer.parseInt(String,int), but returns null if the char array does not contain a parsable int.
parseInteger(char[], int, int, int) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Integer.parseInt(String,int), but returns null if the char array does not contain a parsable int.
parseLong(CharSequence) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Long.parseLong(String), but returns null if the sequence does not contain a parsable long.
parseLong(CharSequence, int, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Long.parseLong(String), but returns null if the sequence does not contain a parsable long.
parseLong(CharSequence, long) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Long.parseLong(String), but returns defaultValue if the sequence does not contain a parsable long.
parseLong(CharSequence, int, int, long) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Long.parseLong(String), but returns defaultValue if the sequence does not contain a parsable long.
parseLong(char[], long) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Long.parseLong(String), but returns defaultValue if the char array does not contain a parsable long.
parseLong(char[], int, int, long) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Long.parseLong(String), but returns defaultValue if the char array does not contain a parsable long.
parseLong(CharSequence, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Long.parseLong(String,int), but returns null if the sequence does not contain a parsable long.
parseLong(CharSequence, int, int, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Long.parseLong(String,int), but returns null if the sequence does not contain a parsable long.
parseLong(char[], int) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Long.parseLong(String,int), but returns null if the char array does not contain a parsable long.
parseLong(char[], int, int, int) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Long.parseLong(String,int), but returns null if the char array does not contain a parsable long.
parseLong(CharSequence, int, long) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Long.parseLong(String,int), but returns defaultValue if the sequence does not contain a parsable long.
parseLong(CharSequence, int, int, int, long) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Long.parseLong(String,int), but returns defaultValue if the sequence does not contain a parsable long.
parseLong(char[], int, long) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Long.parseLong(String,int), but returns defaultValue if the char array does not contain a parsable long.
parseLong(char[], int, int, int, long) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Long.parseLong(String,int), but returns defaultValue if the char array does not contain a parsable long.
parseNumber(String, Class<T>) - Static method in class org.libj.util.Numbers
Returns a Number of type <T> of the value for the provided string.
parseNumber(String) - Static method in class org.libj.util.Numbers
 
parseShort(CharSequence) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Short.parseShort(String), but returns null if the sequence does not contain a parsable short.
parseShort(CharSequence, int, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Short.parseShort(String), but returns null if the sequence does not contain a parsable short.
parseShort(CharSequence, short) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Short.parseShort(String), but returns defaultValue if the sequence does not contain a parsable short.
parseShort(CharSequence, int, int, short) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Short.parseShort(String), but returns defaultValue if the sequence does not contain a parsable short.
parseShort(char[], short) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Short.parseShort(String), but returns defaultValue if the char array does not contain a parsable short.
parseShort(char[], int, int, short) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Short.parseShort(String), but returns defaultValue if the char array does not contain a parsable short.
parseShort(CharSequence, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Short.parseShort(String,int), but returns null if the sequence does not contain a parsable short.
parseShort(CharSequence, int, int, int) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Short.parseShort(String,int), but returns null if the sequence does not contain a parsable short.
parseShort(char[], int) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Short.parseShort(String,int), but returns null if the char array does not contain a parsable short.
parseShort(char[], int, int, int) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Short.parseShort(String,int), but returns null if the char array does not contain a parsable short.
parseShort(CharSequence, int, short) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Short.parseShort(String,int), but returns defaultValue if the sequence does not contain a parsable short.
parseShort(CharSequence, int, int, int, short) - Static method in class org.libj.util.Numbers
Parses the CharSequence argument as per the specification of Short.parseShort(String,int), but returns defaultValue if the sequence does not contain a parsable short.
parseShort(char[], int, short) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Short.parseShort(String,int), but returns defaultValue if the char array does not contain a parsable short.
parseShort(char[], int, int, int, short) - Static method in class org.libj.util.Numbers
Parses the char[] argument as per the specification of Short.parseShort(String,int), but returns defaultValue if the char array does not contain a parsable short.
partition(List<T>, int) - Static method in class org.libj.util.CollectionUtil
Returns an array of sublists of the specified list partitioned to the specified size.
patch(StringBuilder, int) - Method in class org.libj.util.Diff.Delete
 
patch(StringBuilder, int) - Method in class org.libj.util.Diff.Equal
 
patch(StringBuilder, int) - Method in class org.libj.util.Diff.Insert
 
patch(StringBuilder, int) - Method in class org.libj.util.Diff.Mod
Patches the specified StringBuilder at the specified position with the modification represented by this instance, returning the change in length due to the patch operation.
patch(String) - Method in class org.libj.util.Diff
Patches a string with the list of Diff.Mod objects in this Diff.
patch(StringBuilder, int) - Method in class org.libj.util.Diff.Replace
 
Patterns - Class in org.libj.util
Utility functions for operations pertaining to Pattern.
patterns - Variable in class org.libj.util.StreamSearcher.Byte
 
patterns - Variable in class org.libj.util.StreamSearcher.Char
 
peek() - Method in interface org.libj.util.primitive.ByteList
Looks at the value at the top of this list without removing it from the list.
peek() - Method in interface org.libj.util.primitive.CharList
Looks at the value at the top of this list without removing it from the list.
peek() - Method in interface org.libj.util.primitive.DoubleList
Looks at the value at the top of this list without removing it from the list.
peek() - Method in interface org.libj.util.primitive.FloatList
Looks at the value at the top of this list without removing it from the list.
peek() - Method in interface org.libj.util.primitive.IntList
Looks at the value at the top of this list without removing it from the list.
peek() - Method in interface org.libj.util.primitive.LongList
Looks at the value at the top of this list without removing it from the list.
peek() - Method in interface org.libj.util.primitive.ShortList
Looks at the value at the top of this list without removing it from the list.
PENDING - Static variable in class org.libj.util.MirrorList
Object to be used in the underlying lists to represent that a value is pending reflection via the methods in MirrorList.mirror upon the invocation of MirrorList.beforeGet(int,ListIterator).
PENDING - Static variable in class org.libj.util.MirrorMap
Object to be used in the underlying maps to represent that a value is pending reflection via the methods in MirrorMap.mirror upon the invocation of MirrorMap.beforeGet(Object).
PentaConsumer<T,U,V,W,X> - Interface in org.libj.util.function
Represents an operation that accepts five input arguments and returns no result.
PentaFunction<T,U,V,W,X,R> - Interface in org.libj.util.function
Represents a function that accepts five arguments and produces a result.
PentaPredicate<T,U,V,W,X> - Interface in org.libj.util.function
Represents a predicate (boolean-valued function) of five arguments.
permute(Consumer<T[]>, T...) - Static method in class org.libj.util.Groups
 
permute(ObjIntConsumer<T[]>, int, T...) - Static method in class org.libj.util.Groups
 
pollFirstEntry() - Method in class org.libj.util.TreeBiMap
 
pollLastEntry() - Method in class org.libj.util.TreeBiMap
 
pop() - Method in interface org.libj.util.primitive.ByteList
Removes the value at the top of this list and returns that value.
pop() - Method in interface org.libj.util.primitive.CharList
Removes the value at the top of this list and returns that value.
pop() - Method in interface org.libj.util.primitive.DoubleList
Removes the value at the top of this list and returns that value.
pop() - Method in interface org.libj.util.primitive.FloatList
Removes the value at the top of this list and returns that value.
pop() - Method in interface org.libj.util.primitive.IntList
Removes the value at the top of this list and returns that value.
pop() - Method in interface org.libj.util.primitive.LongList
Removes the value at the top of this list and returns that value.
pop() - Method in interface org.libj.util.primitive.ShortList
Removes the value at the top of this list and returns that value.
pow(long, int) - Static method in class org.libj.util.Numbers
Returns the value of the specified base raised to the power of the specified exponent.
precision(int) - Static method in class org.libj.util.Numbers
Returns the precision necessary to represent the specified number.
precision(long) - Static method in class org.libj.util.Numbers
Returns the precision necessary to represent the specified number.
precision(BigInteger) - Static method in class org.libj.util.Numbers
Returns the precision necessary to represent the specified number.
precision(BigDecimal) - Static method in class org.libj.util.Numbers
Returns the precision necessary to represent the specified number.
previous() - Method in class org.libj.util.CursorListIterator
 
previous() - Method in class org.libj.util.DelegateListIterator
 
previous() - Method in class org.libj.util.ObservableList.ObservableListIterator
 
previous() - Method in interface org.libj.util.primitive.ByteListIterator
Returns the previous value in the list and moves the cursor position backwards.
previous() - Method in interface org.libj.util.primitive.CharListIterator
Returns the previous value in the list and moves the cursor position backwards.
previous() - Method in interface org.libj.util.primitive.DoubleListIterator
Returns the previous value in the list and moves the cursor position backwards.
previous() - Method in interface org.libj.util.primitive.FloatListIterator
Returns the previous value in the list and moves the cursor position backwards.
previous() - Method in interface org.libj.util.primitive.IntListIterator
Returns the previous value in the list and moves the cursor position backwards.
previous() - Method in interface org.libj.util.primitive.LongListIterator
Returns the previous value in the list and moves the cursor position backwards.
previous() - Method in interface org.libj.util.primitive.ShortListIterator
Returns the previous value in the list and moves the cursor position backwards.
previousIndex() - Method in class org.libj.util.DelegateListIterator
 
previousIndex() - Method in class org.libj.util.ObservableList.ObservableListIterator
 
previousIndex() - Method in interface org.libj.util.primitive.ByteListIterator
Returns the index of the value that would be returned by a subsequent call to ByteListIterator.previous().
previousIndex() - Method in interface org.libj.util.primitive.CharListIterator
Returns the index of the value that would be returned by a subsequent call to CharListIterator.previous().
previousIndex() - Method in interface org.libj.util.primitive.DoubleListIterator
Returns the index of the value that would be returned by a subsequent call to DoubleListIterator.previous().
previousIndex() - Method in interface org.libj.util.primitive.FloatListIterator
Returns the index of the value that would be returned by a subsequent call to FloatListIterator.previous().
previousIndex() - Method in interface org.libj.util.primitive.IntListIterator
Returns the index of the value that would be returned by a subsequent call to IntListIterator.previous().
previousIndex() - Method in interface org.libj.util.primitive.LongListIterator
Returns the index of the value that would be returned by a subsequent call to LongListIterator.previous().
previousIndex() - Method in interface org.libj.util.primitive.ShortListIterator
Returns the index of the value that would be returned by a subsequent call to ShortListIterator.previous().
PrimitiveArrayList<T> - Class in org.libj.util.primitive
This class provides the base implementation of an array-backed list of the PrimitiveCollection interface, specifically designed to abstract the state management instructions for the instances of sub-lists.
PrimitiveArrayList() - Constructor for class org.libj.util.primitive.PrimitiveArrayList
Creates an empty list with an initial capacity of five.
PrimitiveArrayList(PrimitiveArrayList<T>, int, int) - Constructor for class org.libj.util.primitive.PrimitiveArrayList
Creates a sub-list, and integrates it into the specified parent list's sub-list graph.
PrimitiveCollection - Interface in org.libj.util.primitive
The root interface in the primitive collection hierarchy.
PrimitiveSort - Class in org.libj.util.primitive
Utility class providing algorithms for sorting paired lists and arrays.
PrimitiveSort() - Constructor for class org.libj.util.primitive.PrimitiveSort
 
print(Logger) - Method in class org.libj.util.CompositeList.ComponentList
Print method for debugging.
print(Logger) - Method in class org.libj.util.CompositeList
Print method for debugging.
push(byte) - Method in interface org.libj.util.primitive.ByteList
Pushes an item onto the top of this list.
push(char) - Method in interface org.libj.util.primitive.CharList
Pushes an item onto the top of this list.
push(double) - Method in interface org.libj.util.primitive.DoubleList
Pushes an item onto the top of this list.
push(float) - Method in interface org.libj.util.primitive.FloatList
Pushes an item onto the top of this list.
push(int) - Method in interface org.libj.util.primitive.IntList
Pushes an item onto the top of this list.
push(long) - Method in interface org.libj.util.primitive.LongList
Pushes an item onto the top of this list.
push(short) - Method in interface org.libj.util.primitive.ShortList
Pushes an item onto the top of this list.
put(K, V) - Method in class org.libj.util.DelegateMap
 
put(K, V, V) - Method in class org.libj.util.ObservableMap
Main method for the association of a value with a key in this map.
put(K, V) - Method in class org.libj.util.ObservableMap
putAll(Map<? extends K, ? extends V>) - Method in class org.libj.util.DelegateMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.libj.util.ObservableMap
putIfAbsent(K, V) - Method in class org.libj.util.DelegateMap
 
putIfAbsent(K, V) - Method in class org.libj.util.ObservableMap

Q

QuadConsumer<T,U,V,W> - Interface in org.libj.util.function
Represents an operation that accepts four input arguments and returns no result.
QuadFunction<T,U,V,W,R> - Interface in org.libj.util.function
Represents a function that accepts four arguments and produces a result.
QuadPredicate<T,U,V,W> - Interface in org.libj.util.function
Represents a predicate (boolean-valued function) of four arguments.

R

range() - Method in class org.libj.util.TieredRangeFetcher
Returns the range of the keys present in this TieredFetcher, as an array of length 2.
readBitsFromByte(byte[], int, byte) - Static method in class org.libj.util.Bytes
Returns the byte representation from reading a number of bits (0 to 8) from a source byte array at an offset, read in the direction of most significant bit to least significant bit.
readBitsFromBytes(byte[], int, long) - Static method in class org.libj.util.Bytes
Returns the byte array representation from reading a number of bits from a source byte array at an offset, read in the direction of most significant bit to least significant bit.
RefDigraph<K,V> - Class in org.libj.util
A directed graph of an arbitrary-sized set of arbitrary-typed vertices, permitting self-loops and parallel edges.
RefDigraph(int, Function<K, V>) - Constructor for class org.libj.util.RefDigraph
Creates an empty digraph with the specified initial capacity.
RefDigraph(Function<K, V>) - Constructor for class org.libj.util.RefDigraph
Creates an empty digraph with an initial capacity of ten.
reference - Variable in class org.libj.util.RefDigraph
 
reflectionToValue(R) - Method in interface org.libj.util.MirrorList.Mirror
Reflects a reflected value object of type <R> to a value object of type <V>.
reflectionToValue(K, R) - Method in interface org.libj.util.MirrorMap.Mirror
Reflects a reflected value object of type <R> to a value object of type <V>.
registerComponentList(T, CompositeList<E, T>.ComponentList) - Method in class org.libj.util.CompositeList
Registers the specified CompositeList.ComponentList for the provided type.
remove(Object) - Method in class org.libj.util.ConcurrentHashSet
 
remove() - Method in class org.libj.util.CursorListIterator
 
remove(Object) - Method in class org.libj.util.DelegateCollection
 
remove() - Method in class org.libj.util.DelegateIterator
 
remove(Object) - Method in class org.libj.util.DelegateList
 
remove(int) - Method in class org.libj.util.DelegateList
 
remove() - Method in class org.libj.util.DelegateListIterator
 
remove(Object) - Method in class org.libj.util.DelegateMap
 
remove(Object, Object) - Method in class org.libj.util.DelegateMap
 
remove(Object) - Method in class org.libj.util.DelegateSet
 
remove(Object) - Method in class org.libj.util.IdentityArrayList.IdentitySubList
 
remove(Object) - Method in class org.libj.util.IdentityArrayList
 
remove(Object) - Method in class org.libj.util.IdentityHashSet
 
remove() - Method in class org.libj.util.ObservableCollection.ObservableIterator
 
remove(Object) - Method in class org.libj.util.ObservableCollection
remove() - Method in class org.libj.util.ObservableList.ObservableListIterator
 
remove(int) - Method in class org.libj.util.ObservableList
remove(Object) - Method in class org.libj.util.ObservableList
remove(Object) - Method in class org.libj.util.ObservableMap
remove(Object, Object) - Method in class org.libj.util.ObservableMap
remove() - Method in class org.libj.util.ObservableSet.ObservableIterator
 
remove(Object) - Method in class org.libj.util.ObservableSet
remove(byte) - Method in interface org.libj.util.primitive.ByteCollection
Removes the first occurrence of the specified value from this collection, if it is present.
remove() - Method in interface org.libj.util.primitive.ByteIterator
Removes from the underlying collection the last value returned by this iterator (optional operation).
remove(byte) - Method in interface org.libj.util.primitive.ByteList
Removes the first occurrence of the specified value from this list, if it is present.
remove() - Method in interface org.libj.util.primitive.ByteListIterator
Removes from the list the last value that was returned by ByteListIterator.next() or ByteListIterator.previous() (optional operation).
remove(byte) - Method in interface org.libj.util.primitive.ByteSet
Removes the specified value from this set if it is present.
remove(char) - Method in interface org.libj.util.primitive.CharCollection
Removes the first occurrence of the specified value from this collection, if it is present.
remove() - Method in interface org.libj.util.primitive.CharIterator
Removes from the underlying collection the last value returned by this iterator (optional operation).
remove(char) - Method in interface org.libj.util.primitive.CharList
Removes the first occurrence of the specified value from this list, if it is present.
remove() - Method in interface org.libj.util.primitive.CharListIterator
Removes from the list the last value that was returned by CharListIterator.next() or CharListIterator.previous() (optional operation).
remove(char) - Method in interface org.libj.util.primitive.CharSet
Removes the specified value from this set if it is present.
remove(double) - Method in interface org.libj.util.primitive.DoubleCollection
Removes the first occurrence of the specified value from this collection, if it is present.
remove() - Method in interface org.libj.util.primitive.DoubleIterator
Removes from the underlying collection the last value returned by this iterator (optional operation).
remove(double) - Method in interface org.libj.util.primitive.DoubleList
Removes the first occurrence of the specified value from this list, if it is present.
remove() - Method in interface org.libj.util.primitive.DoubleListIterator
Removes from the list the last value that was returned by DoubleListIterator.next() or DoubleListIterator.previous() (optional operation).
remove(double) - Method in interface org.libj.util.primitive.DoubleSet
Removes the specified value from this set if it is present.
remove(float) - Method in interface org.libj.util.primitive.FloatCollection
Removes the first occurrence of the specified value from this collection, if it is present.
remove() - Method in interface org.libj.util.primitive.FloatIterator
Removes from the underlying collection the last value returned by this iterator (optional operation).
remove(float) - Method in interface org.libj.util.primitive.FloatList
Removes the first occurrence of the specified value from this list, if it is present.
remove() - Method in interface org.libj.util.primitive.FloatListIterator
Removes from the list the last value that was returned by FloatListIterator.next() or FloatListIterator.previous() (optional operation).
remove(float) - Method in interface org.libj.util.primitive.FloatSet
Removes the specified value from this set if it is present.
remove(byte) - Method in class org.libj.util.primitive.HashByteSet
 
remove(char) - Method in class org.libj.util.primitive.HashCharSet
 
remove(double) - Method in class org.libj.util.primitive.HashDoubleSet
 
remove(float) - Method in class org.libj.util.primitive.HashFloatSet
 
remove(int) - Method in class org.libj.util.primitive.HashIntSet
 
remove(long) - Method in class org.libj.util.primitive.HashLongSet
 
remove(short) - Method in class org.libj.util.primitive.HashShortSet
 
remove(int) - Method in interface org.libj.util.primitive.IntCollection
Removes the first occurrence of the specified value from this collection, if it is present.
remove() - Method in interface org.libj.util.primitive.IntIterator
Removes from the underlying collection the last value returned by this iterator (optional operation).
remove(int) - Method in interface org.libj.util.primitive.IntList
Removes the first occurrence of the specified value from this list, if it is present.
remove() - Method in interface org.libj.util.primitive.IntListIterator
Removes from the list the last value that was returned by IntListIterator.next() or IntListIterator.previous() (optional operation).
remove(int) - Method in interface org.libj.util.primitive.IntSet
Removes the specified value from this set if it is present.
remove(long) - Method in interface org.libj.util.primitive.LongCollection
Removes the first occurrence of the specified value from this collection, if it is present.
remove() - Method in interface org.libj.util.primitive.LongIterator
Removes from the underlying collection the last value returned by this iterator (optional operation).
remove(long) - Method in interface org.libj.util.primitive.LongList
Removes the first occurrence of the specified value from this list, if it is present.
remove() - Method in interface org.libj.util.primitive.LongListIterator
Removes from the list the last value that was returned by LongListIterator.next() or LongListIterator.previous() (optional operation).
remove(long) - Method in interface org.libj.util.primitive.LongSet
Removes the specified value from this set if it is present.
remove(short) - Method in interface org.libj.util.primitive.ShortCollection
Removes the first occurrence of the specified value from this collection, if it is present.
remove() - Method in interface org.libj.util.primitive.ShortIterator
Removes from the underlying collection the last value returned by this iterator (optional operation).
remove(short) - Method in interface org.libj.util.primitive.ShortList
Removes the first occurrence of the specified value from this list, if it is present.
remove() - Method in interface org.libj.util.primitive.ShortListIterator
Removes from the list the last value that was returned by ShortListIterator.next() or ShortListIterator.previous() (optional operation).
remove(short) - Method in interface org.libj.util.primitive.ShortSet
Removes the specified value from this set if it is present.
remove(Object) - Method in class org.libj.util.TransCollection
 
remove(Object) - Method in class org.libj.util.TransList
 
remove(int) - Method in class org.libj.util.TransList
 
remove(Object) - Method in class org.libj.util.TransSet
 
removeAll(Collection<?>) - Method in class org.libj.util.DelegateCollection
 
removeAll(Collection<?>) - Method in class org.libj.util.DelegateList
 
removeAll(Collection<?>) - Method in class org.libj.util.DelegateSet
 
removeAll(Collection<?>) - Method in class org.libj.util.IdentityArrayList.IdentitySubList
 
removeAll(Collection<?>) - Method in class org.libj.util.IdentityArrayList
 
removeAll(Collection<?>) - Method in class org.libj.util.ObservableCollection
removeAll(Collection<?>) - Method in class org.libj.util.ObservableList
removeAll(Collection<?>) - Method in class org.libj.util.ObservableSet
removeAll(byte...) - Method in interface org.libj.util.primitive.ByteCollection
Removes all of this collection's values that are also contained in the specified vararg array.
removeAll(ByteCollection) - Method in interface org.libj.util.primitive.ByteCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(Collection<Byte>) - Method in interface org.libj.util.primitive.ByteCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(byte...) - Method in interface org.libj.util.primitive.ByteList
Removes from this list all of its values that are contained in the specified array.
removeAll(ByteCollection) - Method in interface org.libj.util.primitive.ByteList
Removes from this list all of its values that are contained in the specified collection.
removeAll(Collection<Byte>) - Method in interface org.libj.util.primitive.ByteList
Removes from this list all of its values that are contained in the specified Collection.
removeAll(Collection<Byte>) - Method in interface org.libj.util.primitive.ByteSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(ByteCollection) - Method in interface org.libj.util.primitive.ByteSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(char...) - Method in interface org.libj.util.primitive.CharCollection
Removes all of this collection's values that are also contained in the specified vararg array.
removeAll(CharCollection) - Method in interface org.libj.util.primitive.CharCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(Collection<Character>) - Method in interface org.libj.util.primitive.CharCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(char...) - Method in interface org.libj.util.primitive.CharList
Removes from this list all of its values that are contained in the specified array.
removeAll(CharCollection) - Method in interface org.libj.util.primitive.CharList
Removes from this list all of its values that are contained in the specified collection.
removeAll(Collection<Character>) - Method in interface org.libj.util.primitive.CharList
Removes from this list all of its values that are contained in the specified Collection.
removeAll(Collection<Character>) - Method in interface org.libj.util.primitive.CharSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(CharCollection) - Method in interface org.libj.util.primitive.CharSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(double...) - Method in interface org.libj.util.primitive.DoubleCollection
Removes all of this collection's values that are also contained in the specified vararg array.
removeAll(DoubleCollection) - Method in interface org.libj.util.primitive.DoubleCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(Collection<Double>) - Method in interface org.libj.util.primitive.DoubleCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(double...) - Method in interface org.libj.util.primitive.DoubleList
Removes from this list all of its values that are contained in the specified array.
removeAll(DoubleCollection) - Method in interface org.libj.util.primitive.DoubleList
Removes from this list all of its values that are contained in the specified collection.
removeAll(Collection<Double>) - Method in interface org.libj.util.primitive.DoubleList
Removes from this list all of its values that are contained in the specified Collection.
removeAll(Collection<Double>) - Method in interface org.libj.util.primitive.DoubleSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(DoubleCollection) - Method in interface org.libj.util.primitive.DoubleSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(float...) - Method in interface org.libj.util.primitive.FloatCollection
Removes all of this collection's values that are also contained in the specified vararg array.
removeAll(FloatCollection) - Method in interface org.libj.util.primitive.FloatCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(Collection<Float>) - Method in interface org.libj.util.primitive.FloatCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(float...) - Method in interface org.libj.util.primitive.FloatList
Removes from this list all of its values that are contained in the specified array.
removeAll(FloatCollection) - Method in interface org.libj.util.primitive.FloatList
Removes from this list all of its values that are contained in the specified collection.
removeAll(Collection<Float>) - Method in interface org.libj.util.primitive.FloatList
Removes from this list all of its values that are contained in the specified Collection.
removeAll(Collection<Float>) - Method in interface org.libj.util.primitive.FloatSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(FloatCollection) - Method in interface org.libj.util.primitive.FloatSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(byte...) - Method in class org.libj.util.primitive.HashByteSet
 
removeAll(ByteCollection) - Method in class org.libj.util.primitive.HashByteSet
 
removeAll(Collection<Byte>) - Method in class org.libj.util.primitive.HashByteSet
 
removeAll(HashByteSet) - Method in class org.libj.util.primitive.HashByteSet
Removes from this set all of its values that are contained in the specified set.
removeAll(char...) - Method in class org.libj.util.primitive.HashCharSet
 
removeAll(CharCollection) - Method in class org.libj.util.primitive.HashCharSet
 
removeAll(Collection<Character>) - Method in class org.libj.util.primitive.HashCharSet
 
removeAll(HashCharSet) - Method in class org.libj.util.primitive.HashCharSet
Removes from this set all of its values that are contained in the specified set.
removeAll(double...) - Method in class org.libj.util.primitive.HashDoubleSet
 
removeAll(DoubleCollection) - Method in class org.libj.util.primitive.HashDoubleSet
 
removeAll(Collection<Double>) - Method in class org.libj.util.primitive.HashDoubleSet
 
removeAll(HashDoubleSet) - Method in class org.libj.util.primitive.HashDoubleSet
Removes from this set all of its values that are contained in the specified set.
removeAll(float...) - Method in class org.libj.util.primitive.HashFloatSet
 
removeAll(FloatCollection) - Method in class org.libj.util.primitive.HashFloatSet
 
removeAll(Collection<Float>) - Method in class org.libj.util.primitive.HashFloatSet
 
removeAll(HashFloatSet) - Method in class org.libj.util.primitive.HashFloatSet
Removes from this set all of its values that are contained in the specified set.
removeAll(int...) - Method in class org.libj.util.primitive.HashIntSet
 
removeAll(IntCollection) - Method in class org.libj.util.primitive.HashIntSet
 
removeAll(Collection<Integer>) - Method in class org.libj.util.primitive.HashIntSet
 
removeAll(HashIntSet) - Method in class org.libj.util.primitive.HashIntSet
Removes from this set all of its values that are contained in the specified set.
removeAll(long...) - Method in class org.libj.util.primitive.HashLongSet
 
removeAll(LongCollection) - Method in class org.libj.util.primitive.HashLongSet
 
removeAll(Collection<Long>) - Method in class org.libj.util.primitive.HashLongSet
 
removeAll(HashLongSet) - Method in class org.libj.util.primitive.HashLongSet
Removes from this set all of its values that are contained in the specified set.
removeAll(short...) - Method in class org.libj.util.primitive.HashShortSet
 
removeAll(ShortCollection) - Method in class org.libj.util.primitive.HashShortSet
 
removeAll(Collection<Short>) - Method in class org.libj.util.primitive.HashShortSet
 
removeAll(HashShortSet) - Method in class org.libj.util.primitive.HashShortSet
Removes from this set all of its values that are contained in the specified set.
removeAll(int...) - Method in interface org.libj.util.primitive.IntCollection
Removes all of this collection's values that are also contained in the specified vararg array.
removeAll(IntCollection) - Method in interface org.libj.util.primitive.IntCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(Collection<Integer>) - Method in interface org.libj.util.primitive.IntCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(int...) - Method in interface org.libj.util.primitive.IntList
Removes from this list all of its values that are contained in the specified array.
removeAll(IntCollection) - Method in interface org.libj.util.primitive.IntList
Removes from this list all of its values that are contained in the specified collection.
removeAll(Collection<Integer>) - Method in interface org.libj.util.primitive.IntList
Removes from this list all of its values that are contained in the specified Collection.
removeAll(Collection<Integer>) - Method in interface org.libj.util.primitive.IntSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(IntCollection) - Method in interface org.libj.util.primitive.IntSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(long...) - Method in interface org.libj.util.primitive.LongCollection
Removes all of this collection's values that are also contained in the specified vararg array.
removeAll(LongCollection) - Method in interface org.libj.util.primitive.LongCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(Collection<Long>) - Method in interface org.libj.util.primitive.LongCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(long...) - Method in interface org.libj.util.primitive.LongList
Removes from this list all of its values that are contained in the specified array.
removeAll(LongCollection) - Method in interface org.libj.util.primitive.LongList
Removes from this list all of its values that are contained in the specified collection.
removeAll(Collection<Long>) - Method in interface org.libj.util.primitive.LongList
Removes from this list all of its values that are contained in the specified Collection.
removeAll(Collection<Long>) - Method in interface org.libj.util.primitive.LongSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(LongCollection) - Method in interface org.libj.util.primitive.LongSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(short...) - Method in interface org.libj.util.primitive.ShortCollection
Removes all of this collection's values that are also contained in the specified vararg array.
removeAll(ShortCollection) - Method in interface org.libj.util.primitive.ShortCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(Collection<Short>) - Method in interface org.libj.util.primitive.ShortCollection
Removes all of this collection's values that are also contained in the specified collection.
removeAll(short...) - Method in interface org.libj.util.primitive.ShortList
Removes from this list all of its values that are contained in the specified array.
removeAll(ShortCollection) - Method in interface org.libj.util.primitive.ShortList
Removes from this list all of its values that are contained in the specified collection.
removeAll(Collection<Short>) - Method in interface org.libj.util.primitive.ShortList
Removes from this list all of its values that are contained in the specified Collection.
removeAll(Collection<Short>) - Method in interface org.libj.util.primitive.ShortSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(ShortCollection) - Method in interface org.libj.util.primitive.ShortSet
Removes from this set all of its values that are contained in the specified collection.
removeAll(Collection<?>) - Method in class org.libj.util.TransCollection
 
removeAll(Collection<?>) - Method in class org.libj.util.TransList
 
removeAll(Collection<?>) - Method in class org.libj.util.TransSet
 
removeFast(int) - Method in class org.libj.util.ObservableList
 
removeIf(Predicate<? super E>) - Method in class org.libj.util.DelegateCollection
 
removeIf(Predicate<? super E>) - Method in class org.libj.util.DelegateList
 
removeIf(Predicate<? super E>) - Method in class org.libj.util.DelegateSet
 
removeIf(Predicate<? super E>) - Method in class org.libj.util.ObservableCollection
removeIf(Predicate<? super E>) - Method in class org.libj.util.ObservableList
removeIf(Predicate<? super E>) - Method in class org.libj.util.ObservableSet
removeIf(BytePredicate) - Method in interface org.libj.util.primitive.ByteCollection
Removes all of the values of this collection that satisfy the given predicate.
removeIf(CharPredicate) - Method in interface org.libj.util.primitive.CharCollection
Removes all of the values of this collection that satisfy the given predicate.
removeIf(DoublePredicate) - Method in interface org.libj.util.primitive.DoubleCollection
Removes all of the values of this collection that satisfy the given predicate.
removeIf(FloatPredicate) - Method in interface org.libj.util.primitive.FloatCollection
Removes all of the values of this collection that satisfy the given predicate.
removeIf(IntPredicate) - Method in interface org.libj.util.primitive.IntCollection
Removes all of the values of this collection that satisfy the given predicate.
removeIf(LongPredicate) - Method in interface org.libj.util.primitive.LongCollection
Removes all of the values of this collection that satisfy the given predicate.
removeIf(ShortPredicate) - Method in interface org.libj.util.primitive.ShortCollection
Removes all of the values of this collection that satisfy the given predicate.
removeIf(Predicate<? super T>) - Method in class org.libj.util.TransSet
 
removeIndex(int) - Method in class org.libj.util.primitive.ArrayByteList
 
removeIndex(int) - Method in class org.libj.util.primitive.ArrayCharList
 
removeIndex(int) - Method in class org.libj.util.primitive.ArrayDoubleList
 
removeIndex(int) - Method in class org.libj.util.primitive.ArrayFloatList
 
removeIndex(int) - Method in class org.libj.util.primitive.ArrayIntList
 
removeIndex(int) - Method in class org.libj.util.primitive.ArrayLongList
 
removeIndex(int) - Method in class org.libj.util.primitive.ArrayShortList
 
removeIndex(int) - Method in interface org.libj.util.primitive.ByteList
Removes the value at the specified index in this list.
removeIndex(int) - Method in interface org.libj.util.primitive.CharList
Removes the value at the specified index in this list.
removeIndex(int) - Method in interface org.libj.util.primitive.DoubleList
Removes the value at the specified index in this list.
removeIndex(int) - Method in interface org.libj.util.primitive.FloatList
Removes the value at the specified index in this list.
removeIndex(int) - Method in interface org.libj.util.primitive.IntList
Removes the value at the specified index in this list.
removeIndex(int) - Method in interface org.libj.util.primitive.LongList
Removes the value at the specified index in this list.
removeIndex(int) - Method in interface org.libj.util.primitive.ShortList
Removes the value at the specified index in this list.
replace(K, V, V) - Method in class org.libj.util.DelegateMap
 
replace(K, V) - Method in class org.libj.util.DelegateMap
 
Replace(String) - Constructor for class org.libj.util.Diff.Replace
Creates a new Diff.Replace modification with the specified text.
Replace(byte[], int, byte) - Constructor for class org.libj.util.Diff.Replace
Creates a new Diff.Replace modification with the length encoded in the specified bytes.
replace(K, V, V) - Method in class org.libj.util.ObservableMap
replace(K, V) - Method in class org.libj.util.ObservableMap
replaceAll(UnaryOperator<T>, T...) - Static method in class org.libj.util.ArrayUtil
Replace all members of the provided array with the provided UnaryOperator.
replaceAll(byte[], byte, byte) - Static method in class org.libj.util.Bytes
Replace target with replacement in bytes.
replaceAll(byte[], byte[], byte[]) - Static method in class org.libj.util.Bytes
Replace targetwith replacement in bytes.
replaceAll(UnaryOperator<E>) - Method in class org.libj.util.DelegateList
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.libj.util.DelegateMap
 
replaceAll(UnaryOperator<E>) - Method in class org.libj.util.ObservableList
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.libj.util.ObservableMap
replaceAll(ByteUnaryOperator) - Method in interface org.libj.util.primitive.ByteList
Replaces each value of this list with the result of applying the operator to that value.
replaceAll(CharUnaryOperator) - Method in interface org.libj.util.primitive.CharList
Replaces each value of this list with the result of applying the operator to that value.
replaceAll(DoubleUnaryOperator) - Method in interface org.libj.util.primitive.DoubleList
Replaces each value of this list with the result of applying the operator to that value.
replaceAll(FloatUnaryOperator) - Method in interface org.libj.util.primitive.FloatList
Replaces each value of this list with the result of applying the operator to that value.
replaceAll(IntUnaryOperator) - Method in interface org.libj.util.primitive.IntList
Replaces each value of this list with the result of applying the operator to that value.
replaceAll(LongUnaryOperator) - Method in interface org.libj.util.primitive.LongList
Replaces each value of this list with the result of applying the operator to that value.
replaceAll(ShortUnaryOperator) - Method in interface org.libj.util.primitive.ShortList
Replaces each value of this list with the result of applying the operator to that value.
retainAll(Collection<?>) - Method in class org.libj.util.DelegateCollection
 
retainAll(Collection<?>) - Method in class org.libj.util.DelegateList
 
retainAll(Collection<?>) - Method in class org.libj.util.DelegateSet
 
retainAll(Collection<?>) - Method in class org.libj.util.IdentityArrayList.IdentitySubList
 
retainAll(Collection<?>) - Method in class org.libj.util.IdentityArrayList
 
retainAll(Collection<?>) - Method in class org.libj.util.ObservableCollection
retainAll(Collection<?>) - Method in class org.libj.util.ObservableList
retainAll(Collection<?>) - Method in class org.libj.util.ObservableSet
retainAll(Collection<Byte>) - Method in class org.libj.util.primitive.ArrayByteList
 
retainAll(ByteCollection) - Method in class org.libj.util.primitive.ArrayByteList
 
retainAll(Collection<Character>) - Method in class org.libj.util.primitive.ArrayCharList
 
retainAll(CharCollection) - Method in class org.libj.util.primitive.ArrayCharList
 
retainAll(Collection<Double>) - Method in class org.libj.util.primitive.ArrayDoubleList
 
retainAll(DoubleCollection) - Method in class org.libj.util.primitive.ArrayDoubleList
 
retainAll(Collection<Float>) - Method in class org.libj.util.primitive.ArrayFloatList
 
retainAll(FloatCollection) - Method in class org.libj.util.primitive.ArrayFloatList
 
retainAll(Collection<Integer>) - Method in class org.libj.util.primitive.ArrayIntList
 
retainAll(IntCollection) - Method in class org.libj.util.primitive.ArrayIntList
 
retainAll(Collection<Long>) - Method in class org.libj.util.primitive.ArrayLongList
 
retainAll(LongCollection) - Method in class org.libj.util.primitive.ArrayLongList
 
retainAll(Collection<Short>) - Method in class org.libj.util.primitive.ArrayShortList
 
retainAll(ShortCollection) - Method in class org.libj.util.primitive.ArrayShortList
 
retainAll(Collection<Byte>) - Method in interface org.libj.util.primitive.ByteCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(ByteCollection) - Method in interface org.libj.util.primitive.ByteCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(Collection<Byte>) - Method in interface org.libj.util.primitive.ByteList
Retains only the values in this list that are contained in the specified collection.
retainAll(ByteCollection) - Method in interface org.libj.util.primitive.ByteList
Retains only the values in this list that are contained in the specified collection.
retainAll(Collection<Byte>) - Method in interface org.libj.util.primitive.ByteSet
Retains only the values in this set that are contained in the specified collection.
retainAll(ByteCollection) - Method in interface org.libj.util.primitive.ByteSet
Retains only the values in this set that are contained in the specified collection.
retainAll(Collection<Character>) - Method in interface org.libj.util.primitive.CharCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(CharCollection) - Method in interface org.libj.util.primitive.CharCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(Collection<Character>) - Method in interface org.libj.util.primitive.CharList
Retains only the values in this list that are contained in the specified collection.
retainAll(CharCollection) - Method in interface org.libj.util.primitive.CharList
Retains only the values in this list that are contained in the specified collection.
retainAll(Collection<Character>) - Method in interface org.libj.util.primitive.CharSet
Retains only the values in this set that are contained in the specified collection.
retainAll(CharCollection) - Method in interface org.libj.util.primitive.CharSet
Retains only the values in this set that are contained in the specified collection.
retainAll(Collection<Double>) - Method in interface org.libj.util.primitive.DoubleCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(DoubleCollection) - Method in interface org.libj.util.primitive.DoubleCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(Collection<Double>) - Method in interface org.libj.util.primitive.DoubleList
Retains only the values in this list that are contained in the specified collection.
retainAll(DoubleCollection) - Method in interface org.libj.util.primitive.DoubleList
Retains only the values in this list that are contained in the specified collection.
retainAll(Collection<Double>) - Method in interface org.libj.util.primitive.DoubleSet
Retains only the values in this set that are contained in the specified collection.
retainAll(DoubleCollection) - Method in interface org.libj.util.primitive.DoubleSet
Retains only the values in this set that are contained in the specified collection.
retainAll(Collection<Float>) - Method in interface org.libj.util.primitive.FloatCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(FloatCollection) - Method in interface org.libj.util.primitive.FloatCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(Collection<Float>) - Method in interface org.libj.util.primitive.FloatList
Retains only the values in this list that are contained in the specified collection.
retainAll(FloatCollection) - Method in interface org.libj.util.primitive.FloatList
Retains only the values in this list that are contained in the specified collection.
retainAll(Collection<Float>) - Method in interface org.libj.util.primitive.FloatSet
Retains only the values in this set that are contained in the specified collection.
retainAll(FloatCollection) - Method in interface org.libj.util.primitive.FloatSet
Retains only the values in this set that are contained in the specified collection.
retainAll(ByteCollection) - Method in class org.libj.util.primitive.HashByteSet
 
retainAll(Collection<Byte>) - Method in class org.libj.util.primitive.HashByteSet
 
retainAll(CharCollection) - Method in class org.libj.util.primitive.HashCharSet
 
retainAll(Collection<Character>) - Method in class org.libj.util.primitive.HashCharSet
 
retainAll(DoubleCollection) - Method in class org.libj.util.primitive.HashDoubleSet
 
retainAll(Collection<Double>) - Method in class org.libj.util.primitive.HashDoubleSet
 
retainAll(FloatCollection) - Method in class org.libj.util.primitive.HashFloatSet
 
retainAll(Collection<Float>) - Method in class org.libj.util.primitive.HashFloatSet
 
retainAll(IntCollection) - Method in class org.libj.util.primitive.HashIntSet
 
retainAll(Collection<Integer>) - Method in class org.libj.util.primitive.HashIntSet
 
retainAll(LongCollection) - Method in class org.libj.util.primitive.HashLongSet
 
retainAll(Collection<Long>) - Method in class org.libj.util.primitive.HashLongSet
 
retainAll(ShortCollection) - Method in class org.libj.util.primitive.HashShortSet
 
retainAll(Collection<Short>) - Method in class org.libj.util.primitive.HashShortSet
 
retainAll(Collection<Integer>) - Method in interface org.libj.util.primitive.IntCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(IntCollection) - Method in interface org.libj.util.primitive.IntCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(Collection<Integer>) - Method in interface org.libj.util.primitive.IntList
Retains only the values in this list that are contained in the specified collection.
retainAll(IntCollection) - Method in interface org.libj.util.primitive.IntList
Retains only the values in this list that are contained in the specified collection.
retainAll(Collection<Integer>) - Method in interface org.libj.util.primitive.IntSet
Retains only the values in this set that are contained in the specified collection.
retainAll(IntCollection) - Method in interface org.libj.util.primitive.IntSet
Retains only the values in this set that are contained in the specified collection.
retainAll(Collection<Long>) - Method in interface org.libj.util.primitive.LongCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(LongCollection) - Method in interface org.libj.util.primitive.LongCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(Collection<Long>) - Method in interface org.libj.util.primitive.LongList
Retains only the values in this list that are contained in the specified collection.
retainAll(LongCollection) - Method in interface org.libj.util.primitive.LongList
Retains only the values in this list that are contained in the specified collection.
retainAll(Collection<Long>) - Method in interface org.libj.util.primitive.LongSet
Retains only the values in this set that are contained in the specified collection.
retainAll(LongCollection) - Method in interface org.libj.util.primitive.LongSet
Retains only the values in this set that are contained in the specified collection.
retainAll(Collection<Short>) - Method in interface org.libj.util.primitive.ShortCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(ShortCollection) - Method in interface org.libj.util.primitive.ShortCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(Collection<Short>) - Method in interface org.libj.util.primitive.ShortList
Retains only the values in this list that are contained in the specified collection.
retainAll(ShortCollection) - Method in interface org.libj.util.primitive.ShortList
Retains only the values in this list that are contained in the specified collection.
retainAll(Collection<Short>) - Method in interface org.libj.util.primitive.ShortSet
Retains only the values in this set that are contained in the specified collection.
retainAll(ShortCollection) - Method in interface org.libj.util.primitive.ShortSet
Retains only the values in this set that are contained in the specified collection.
retainAll(Collection<?>) - Method in class org.libj.util.SortedList
 
retainAll(Collection<?>) - Method in class org.libj.util.TransCollection
 
retainAll(Collection<?>) - Method in class org.libj.util.TransList
 
retainAll(Collection<?>) - Method in class org.libj.util.TransSet
 
rethrow(ThrowingRunnable<?>) - Static method in class org.libj.util.function.Throwing
Rethrows the checked exception from the specified ThrowingRunnable.
rethrow(ThrowingSupplier<T, ?>) - Static method in class org.libj.util.function.Throwing
Rethrows the checked exception from the specified ThrowingSupplier.
rethrow(ThrowingConsumer<T, ?>) - Static method in class org.libj.util.function.Throwing
Rethrows the checked exception from the specified ThrowingConsumer.
rethrow(ThrowingBiConsumer<T, U, ?>) - Static method in class org.libj.util.function.Throwing
Rethrows the checked exception from the specified ThrowingBiConsumer.
rethrow(ThrowingTriConsumer<T, U, V, ?>) - Static method in class org.libj.util.function.Throwing
Rethrows the checked exception from the specified ThrowingTriConsumer.
rethrow(ThrowingPredicate<T, ?>) - Static method in class org.libj.util.function.Throwing
Rethrows the checked exception from the specified ThrowingConsumer.
rethrow(ThrowingBiPredicate<T, U, ?>) - Static method in class org.libj.util.function.Throwing
Rethrows the checked exception from the specified ThrowingBiPredicate.
rethrow(ThrowingFunction<T, R, ?>) - Static method in class org.libj.util.function.Throwing
Rethrows the checked exception from the specified ThrowingFunction.
rethrow(ThrowingBiFunction<T, U, R, ?>) - Static method in class org.libj.util.function.Throwing
Rethrows the checked exception from the specified ThrowingBiFunction.
rethrow(Throwable) - Static method in class org.libj.util.function.Throwing
Rethrows the specified throwable.
retry(RetryPolicy<E>, int) - Method in interface org.libj.util.retry.Retryable
Main run method of the Retryable that is invoked by a RetryPolicy, which defines the rules of retry invocations.
Retryable<T,E extends Exception> - Interface in org.libj.util.retry
Interface that provides retry ability for a class when executed via RetryPolicy.run(Retryable).
RetryFailureException - Exception in org.libj.util.retry
Thrown to indicate the ultimate failure of retried invocation(s) by a RetryPolicy.
RetryFailureException(Throwable, int, long) - Constructor for exception org.libj.util.retry.RetryFailureException
Constructs a RetryFailureException with the specified exception that was the cause of this exception.
RetryFailureException(int, long) - Constructor for exception org.libj.util.retry.RetryFailureException
Constructs a RetryFailureException without a specified exception cause.
retryOn(Exception) - Method in class org.libj.util.retry.RetryPolicy
Specifies the exception conditions of when a retry should occur.
RetryPolicy<E extends Exception> - Class in org.libj.util.retry
A policy that defines the conditions and timing of when retries should be performed.
RetryPolicy(int, double) - Constructor for class org.libj.util.retry.RetryPolicy
Creates a new RetryPolicy with the specified maxRetries value.
reverse(Object...) - Static method in class org.libj.util.ArrayUtil
Reverses the order of the members in the provided array.
reverse - Variable in class org.libj.util.BiMap
 
reverse() - Method in class org.libj.util.BiMap
Returns the reverse of this map, maintaining value->key mappings.
reverse() - Method in interface org.libj.util.MirrorList.Mirror
Returns the reverse representation of this MirrorList.Mirror, whereby the value object type <V> and reflected value object of type <R> are swapped.
reverse() - Method in class org.libj.util.MirrorList
Reverses this MirrorList, effectively switching <V> to <R>, and vice-versa.
reverse() - Method in interface org.libj.util.MirrorMap.Mirror
Returns the reverse representation of this MirrorMap.Mirror, whereby the value object type <V> and reflected value object of type <R> are swapped.
REVERSE - Static variable in interface org.libj.util.primitive.ByteComparator
Comparator that compares two byte values reverse numerically.
reverse() - Method in interface org.libj.util.primitive.ByteComparator
Returns a comparator that imposes the reverse ordering of this comparator.
REVERSE - Static variable in interface org.libj.util.primitive.CharComparator
Comparator that compares two char values reverse numerically.
reverse() - Method in interface org.libj.util.primitive.CharComparator
Returns a comparator that imposes the reverse ordering of this comparator.
REVERSE - Static variable in interface org.libj.util.primitive.DoubleComparator
Comparator that compares two double values reverse numerically.
reverse() - Method in interface org.libj.util.primitive.DoubleComparator
Returns a comparator that imposes the reverse ordering of this comparator.
REVERSE - Static variable in interface org.libj.util.primitive.FloatComparator
Comparator that compares two float values reverse numerically.
reverse() - Method in interface org.libj.util.primitive.FloatComparator
Returns a comparator that imposes the reverse ordering of this comparator.
REVERSE - Static variable in interface org.libj.util.primitive.IntComparator
Comparator that compares two int values reverse numerically.
reverse() - Method in interface org.libj.util.primitive.IntComparator
Returns a comparator that imposes the reverse ordering of this comparator.
REVERSE - Static variable in interface org.libj.util.primitive.LongComparator
Comparator that compares two long values reverse numerically.
reverse() - Method in interface org.libj.util.primitive.LongComparator
Returns a comparator that imposes the reverse ordering of this comparator.
REVERSE - Static variable in interface org.libj.util.primitive.ShortComparator
Comparator that compares two short values reverse numerically.
reverse() - Method in interface org.libj.util.primitive.ShortComparator
Returns a comparator that imposes the reverse ordering of this comparator.
run() - Method in interface org.libj.util.function.ThrowingRunnable
 
run(Retryable<T, E>) - Method in class org.libj.util.retry.RetryPolicy
The entrypoint for a Retryable object to be executed.
run(Retryable<T, E>, long) - Method in class org.libj.util.retry.RetryPolicy
The entrypoint for a Retryable object to be executed.
runThrows() - Method in interface org.libj.util.function.ThrowingRunnable
Performs this operation, allowing an exception to be thrown.

S

search(InputStream, byte[], int) - Method in class org.libj.util.StreamSearcher.Byte
Searches for the next occurrence of the pattern in the stream, starting from the current stream position.
search(Reader) - Method in class org.libj.util.StreamSearcher.Char
Searches for the next occurrence of the pattern in the stream, starting from the current stream position.
search(Reader, char[], int) - Method in class org.libj.util.StreamSearcher.Char
Searches for the next occurrence of the pattern in the stream, starting from the current stream position.
SECONDS_IN_DAY - Static variable in class org.libj.util.Dates
Number of seconds in a day.
SECONDS_IN_HOUR - Static variable in class org.libj.util.Dates
Number of seconds in an hour.
SECONDS_IN_MINUTE - Static variable in class org.libj.util.Dates
Number of seconds in a minute.
SECONDS_IN_WEEK - Static variable in class org.libj.util.Dates
Number of seconds in a week.
select(A, A) - Method in class org.libj.util.TieredRangeFetcher
Returns a SortedMap of data in this TieredRangeFetcher for the range between from and to.
set(byte[], int, double) - Static method in class org.libj.util.Buffers
Sets the bit at the specified index in buf to 1.
set(char[], int, double) - Static method in class org.libj.util.Buffers
Sets the bit at the specified index in buf to 1.
set(short[], int, double) - Static method in class org.libj.util.Buffers
Sets the bit at the specified index in buf to 1.
set(int[], int, double) - Static method in class org.libj.util.Buffers
Sets the bit at the specified index in buf to 1.
set(long[], int, double) - Static method in class org.libj.util.Buffers
Sets the bit at the specified index in buf to 1.
set(E) - Method in class org.libj.util.CursorListIterator
 
set(int, E) - Method in class org.libj.util.DelegateList
 
set(E) - Method in class org.libj.util.DelegateListIterator
 
set(byte, E...) - Static method in class org.libj.util.Enums.Mask
Sets the bits in the specified mask at the ordinal values of the specified enum instances.
set(short, E...) - Static method in class org.libj.util.Enums.Mask
Sets the bits in the specified mask at the ordinal values of the specified enum instances.
set(int, E...) - Static method in class org.libj.util.Enums.Mask
Sets the bits in the specified mask at the ordinal values of the specified enum instances.
set(long, E...) - Static method in class org.libj.util.Enums.Mask
Sets the bits in the specified mask at the ordinal values of the specified enum instances.
set(E) - Method in class org.libj.util.ObservableList.ObservableListIterator
 
set(int, E) - Method in class org.libj.util.ObservableList
set(int, byte) - Method in class org.libj.util.primitive.ArrayByteList
 
set(int, char) - Method in class org.libj.util.primitive.ArrayCharList
 
set(int, double) - Method in class org.libj.util.primitive.ArrayDoubleList
 
set(int, float) - Method in class org.libj.util.primitive.ArrayFloatList
 
set(int, int) - Method in class org.libj.util.primitive.ArrayIntList
 
set(int, long) - Method in class org.libj.util.primitive.ArrayLongList
 
set(int, short) - Method in class org.libj.util.primitive.ArrayShortList
 
set(int, byte) - Method in interface org.libj.util.primitive.ByteList
Replaces the value at the specified position in this list with the specified value.
set(byte) - Method in interface org.libj.util.primitive.ByteListIterator
Replaces the last value returned by ByteListIterator.next() or ByteListIterator.previous() with the specified value (optional operation).
set(int, char) - Method in interface org.libj.util.primitive.CharList
Replaces the value at the specified position in this list with the specified value.
set(char) - Method in interface org.libj.util.primitive.CharListIterator
Replaces the last value returned by CharListIterator.next() or CharListIterator.previous() with the specified value (optional operation).
set(int, double) - Method in interface org.libj.util.primitive.DoubleList
Replaces the value at the specified position in this list with the specified value.
set(double) - Method in interface org.libj.util.primitive.DoubleListIterator
Replaces the last value returned by DoubleListIterator.next() or DoubleListIterator.previous() with the specified value (optional operation).
set(int, float) - Method in interface org.libj.util.primitive.FloatList
Replaces the value at the specified position in this list with the specified value.
set(float) - Method in interface org.libj.util.primitive.FloatListIterator
Replaces the last value returned by FloatListIterator.next() or FloatListIterator.previous() with the specified value (optional operation).
set(int, int) - Method in interface org.libj.util.primitive.IntList
Replaces the value at the specified position in this list with the specified value.
set(int) - Method in interface org.libj.util.primitive.IntListIterator
Replaces the last value returned by IntListIterator.next() or IntListIterator.previous() with the specified value (optional operation).
set(int, long) - Method in interface org.libj.util.primitive.LongList
Replaces the value at the specified position in this list with the specified value.
set(long) - Method in interface org.libj.util.primitive.LongListIterator
Replaces the last value returned by LongListIterator.next() or LongListIterator.previous() with the specified value (optional operation).
set(int, short) - Method in interface org.libj.util.primitive.ShortList
Replaces the value at the specified position in this list with the specified value.
set(short) - Method in interface org.libj.util.primitive.ShortListIterator
Replaces the last value returned by ShortListIterator.next() or ShortListIterator.previous() with the specified value (optional operation).
set(int, T) - Method in class org.libj.util.TransList
 
setTarget(Map<K, V>) - Method in class org.libj.util.BiMap
Sets the specified map as the underlying target map of this BiMap.
setTime(Date, int) - Static method in class org.libj.util.Dates
Returns a new Date object with its time set by date and the specified temporal parameters.
setTime(Date, int, int) - Static method in class org.libj.util.Dates
Returns a new Date object with its time set by date and the specified temporal parameters.
setTime(Date, int, int, int) - Static method in class org.libj.util.Dates
Returns a new Date object with its time set by date and the specified temporal parameters.
setTime(Date, int, int, int, int) - Static method in class org.libj.util.Dates
Returns a new Date object with its time set by date and the specified temporal parameters.
setTimeInPlace(Date, int) - Static method in class org.libj.util.Dates
Returns date with its time mutated by setting the specified temporal parameters.
setTimeInPlace(Date, int, int) - Static method in class org.libj.util.Dates
Returns date with its time mutated by setting the specified temporal parameters.
setTimeInPlace(Date, int, int, int) - Static method in class org.libj.util.Dates
Returns date with its time mutated by setting the specified temporal parameters.
setTimeInPlace(Date, int, int, int, int) - Static method in class org.libj.util.Dates
Returns date with its time mutated by setting the specified temporal parameters.
ShortCollection - Interface in org.libj.util.primitive
The root interface in the short collection hierarchy.
ShortComparator - Interface in org.libj.util.primitive
A comparison function, which imposes a total ordering on some collection of shorts.
ShortConsumer - Interface in org.libj.util.function
Represents an operation that accepts a single short-valued argument and returns no result.
ShortIterable - Interface in org.libj.util.primitive
Interface that defines the ShortIterable.iterator() method for ShortIterator.
ShortIterator - Interface in org.libj.util.primitive
A replica of the Iterator interface that defines synonymous methods for the iteration over short values instead of Object references.
ShortList - Interface in org.libj.util.primitive
An ordered collection (also known as a sequence), of short values.
ShortListIterator - Interface in org.libj.util.primitive
A replica of the ListIterator interface that defines synonymous methods for the iteration over short values instead of Object references.
ShortPredicate - Interface in org.libj.util.function
Represents a predicate (boolean-valued function) of one short-valued argument.
ShortSet - Interface in org.libj.util.primitive
A collection of short values that contains no duplicates.
ShortUnaryOperator - Interface in org.libj.util.function
Represents an operation on a single short-valued operand that produces a short-valued result.
shuffle(boolean[]) - Static method in class org.libj.util.ArrayUtil
Randomly permutes the specified array using a default source of randomness.
shuffle(byte[]) - Static method in class org.libj.util.ArrayUtil
Randomly permutes the specified array using a default source of randomness.
shuffle(short[]) - Static method in class org.libj.util.ArrayUtil
Randomly permutes the specified array using a default source of randomness.
shuffle(int[]) - Static method in class org.libj.util.ArrayUtil
Randomly permutes the specified array using a default source of randomness.
shuffle(long[]) - Static method in class org.libj.util.ArrayUtil
Randomly permutes the specified array using a default source of randomness.
shuffle(float[]) - Static method in class org.libj.util.ArrayUtil
Randomly permutes the specified array using a default source of randomness.
shuffle(double[]) - Static method in class org.libj.util.ArrayUtil
Randomly permutes the specified array using a default source of randomness.
shuffle(Object[]) - Static method in class org.libj.util.ArrayUtil
Randomly permutes the specified array using a default source of randomness.
shuffle(boolean[], Random) - Static method in class org.libj.util.ArrayUtil
Randomly permute the specified array using the specified source of randomness.
shuffle(byte[], Random) - Static method in class org.libj.util.ArrayUtil
Randomly permute the specified array using the provided source of randomness.
shuffle(char[], Random) - Static method in class org.libj.util.ArrayUtil
Randomly permute the specified array using the provided source of randomness.
shuffle(short[], Random) - Static method in class org.libj.util.ArrayUtil
Randomly permute the specified array using the provided source of randomness.
shuffle(int[], Random) - Static method in class org.libj.util.ArrayUtil
Randomly permute the specified array using the provided source of randomness.
shuffle(long[], Random) - Static method in class org.libj.util.ArrayUtil
Randomly permute the specified array using the provided source of randomness.
shuffle(float[], Random) - Static method in class org.libj.util.ArrayUtil
Randomly permute the specified array using the provided source of randomness.
shuffle(double[], Random) - Static method in class org.libj.util.ArrayUtil
Randomly permute the specified array using the provided source of randomness.
shuffle(Object[], Random) - Static method in class org.libj.util.ArrayUtil
Randomly permute the specified array using the provided source of randomness.
shutdown() - Method in class org.libj.util.concurrent.SynchronizingExecutorService
 
shutdownNow() - Method in class org.libj.util.concurrent.SynchronizingExecutorService
 
sibling - Variable in class org.libj.util.primitive.PrimitiveArrayList
 
SimpleDateFormats - Class in org.libj.util
 
simpleIdentity(Object) - Static method in class org.libj.util.ObjectUtil
Returns the simple class name of object obj, concatenated with '@', and the hexadecimal representation of its identity hash code.
singleton(T) - Static method in class org.libj.util.Enumerations
Returns an Enumeration containing only the specified object.
singleton(T) - Static method in class org.libj.util.Iterables
Creates an Iterable with the specified object.
size() - Method in class org.libj.util.ConcurrentHashSet
 
size() - Method in class org.libj.util.DelegateCollection
 
size() - Method in class org.libj.util.DelegateList
 
size() - Method in class org.libj.util.DelegateMap
 
size() - Method in class org.libj.util.DelegateSet
 
size(T[]) - Method in class org.libj.util.FlatArrayIterator
 
size(List<T>) - Method in class org.libj.util.FlatListIterator
 
size(T) - Method in class org.libj.util.FlatSequentialIterator
Returns the size of the sequentially accessible collection.
size() - Method in class org.libj.util.IdentityHashSet
 
size() - Method in class org.libj.util.MirrorList
 
size() - Method in class org.libj.util.MirrorMap
 
size() - Method in class org.libj.util.ObservableList
 
size() - Method in interface org.libj.util.primitive.ByteList
Returns the number of values in this list.
size() - Method in interface org.libj.util.primitive.ByteSet
Returns the number of values in this set (its cardinality).
size() - Method in interface org.libj.util.primitive.CharList
Returns the number of values in this list.
size() - Method in interface org.libj.util.primitive.CharSet
Returns the number of values in this set (its cardinality).
size() - Method in interface org.libj.util.primitive.DoubleList
Returns the number of values in this list.
size() - Method in interface org.libj.util.primitive.DoubleSet
Returns the number of values in this set (its cardinality).
size() - Method in interface org.libj.util.primitive.FloatList
Returns the number of values in this list.
size() - Method in interface org.libj.util.primitive.FloatSet
Returns the number of values in this set (its cardinality).
size() - Method in class org.libj.util.primitive.HashByteSet
 
size() - Method in class org.libj.util.primitive.HashCharSet
 
size() - Method in class org.libj.util.primitive.HashDoubleSet
 
size() - Method in class org.libj.util.primitive.HashFloatSet
 
size() - Method in class org.libj.util.primitive.HashIntSet
 
size() - Method in class org.libj.util.primitive.HashLongSet
 
size() - Method in class org.libj.util.primitive.HashShortSet
 
size() - Method in interface org.libj.util.primitive.IntList
Returns the number of values in this list.
size() - Method in interface org.libj.util.primitive.IntSet
Returns the number of values in this set (its cardinality).
size() - Method in interface org.libj.util.primitive.LongList
Returns the number of values in this list.
size() - Method in interface org.libj.util.primitive.LongSet
Returns the number of values in this set (its cardinality).
size - Variable in class org.libj.util.primitive.PrimitiveArrayList
 
size() - Method in class org.libj.util.primitive.PrimitiveArrayList
Returns the number of values in this list.
size() - Method in interface org.libj.util.primitive.PrimitiveCollection
Returns the number of values in this collection.
size() - Method in interface org.libj.util.primitive.ShortList
Returns the number of values in this list.
size() - Method in interface org.libj.util.primitive.ShortSet
Returns the number of values in this set (its cardinality).
size() - Method in class org.libj.util.RefDigraph
 
sort(Object[], byte[]) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], byte[], ByteComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], char[]) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], char[], CharComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], short[]) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], short[], ShortComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], int[]) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], int[], IntComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], long[]) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], long[], LongComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], float[]) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], float[], FloatComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], double[]) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], double[], DoubleComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the array in the second argument.
sort(Object[], List<T>) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the List of Comparable objects in the second argument.
sort(Object[], List<? extends T>, Comparator<? super T>) - Static method in class org.libj.util.ArrayUtil
Sorts the array in the first argument matching the sorted order of the List in the second argument.
sort(byte[], ByteComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of bytes, according to the specified ByteComparator.
sort(byte[], int, int, ByteComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of bytes, according to the specified ByteComparator.
sort(char[], CharComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of chars, according to the specified CharComparator.
sort(char[], int, int, CharComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of chars, according to the specified CharComparator.
sort(short[], ShortComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of shorts, according to the specified ShortComparator.
sort(short[], int, int, ShortComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of shorts, according to the specified ShortComparator.
sort(int[], IntComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of ints, according to the specified IntComparator.
sort(int[], int, int, IntComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of ints, according to the specified IntComparator.
sort(long[], LongComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of longs, according to the specified LongComparator.
sort(long[], int, int, LongComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of longs, according to the specified LongComparator.
sort(float[], FloatComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of floats, according to the specified FloatComparator.
sort(float[], int, int, FloatComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of floats, according to the specified FloatComparator.
sort(double[], DoubleComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of doubles, according to the specified DoubleComparator.
sort(double[], int, int, DoubleComparator) - Static method in class org.libj.util.ArrayUtil
Sorts the specified array of doubles, according to the specified DoubleComparator.
sort(List<?>, byte[]) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, byte[], ByteComparator) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, char[]) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, char[], CharComparator) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, short[]) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, short[], ShortComparator) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, int[]) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, int[], IntComparator) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, long[]) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, long[], LongComparator) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, float[]) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, float[], FloatComparator) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, double[]) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, double[], DoubleComparator) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the array in the second argument.
sort(List<?>, List<T>) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the List of Comparable objects in the second argument.
sort(List<?>, List<? extends T>, Comparator<? super T>) - Static method in class org.libj.util.CollectionUtil
Sorts the List in the first argument matching the sorted order of the List in the second argument.
sort(Comparator<? super E>) - Method in class org.libj.util.DelegateList
 
sort(Comparator<? super E>) - Method in class org.libj.util.ObservableList
sort(ByteComparator) - Method in class org.libj.util.primitive.ArrayByteList
 
sort(Object[], ByteComparator) - Method in class org.libj.util.primitive.ArrayByteList
 
sort(CharComparator) - Method in class org.libj.util.primitive.ArrayCharList
 
sort(Object[], CharComparator) - Method in class org.libj.util.primitive.ArrayCharList
 
sort(DoubleComparator) - Method in class org.libj.util.primitive.ArrayDoubleList
 
sort(Object[], DoubleComparator) - Method in class org.libj.util.primitive.ArrayDoubleList
 
sort(FloatComparator) - Method in class org.libj.util.primitive.ArrayFloatList
 
sort(Object[], FloatComparator) - Method in class org.libj.util.primitive.ArrayFloatList
 
sort(IntComparator) - Method in class org.libj.util.primitive.ArrayIntList
 
sort(Object[], IntComparator) - Method in class org.libj.util.primitive.ArrayIntList
 
sort(LongComparator) - Method in class org.libj.util.primitive.ArrayLongList
 
sort(Object[], LongComparator) - Method in class org.libj.util.primitive.ArrayLongList
 
sort(ShortComparator) - Method in class org.libj.util.primitive.ArrayShortList
 
sort(Object[], ShortComparator) - Method in class org.libj.util.primitive.ArrayShortList
 
sort() - Method in interface org.libj.util.primitive.ByteList
Sorts the list into ascending order.
sort(ByteComparator) - Method in interface org.libj.util.primitive.ByteList
Sorts the specified list according to the order induced by the specified comparator.
sort(Object[]) - Method in interface org.libj.util.primitive.ByteList
Sorts the specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(Object[], ByteComparator) - Method in interface org.libj.util.primitive.ByteList
Sorts this specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>) - Method in interface org.libj.util.primitive.ByteList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>, ByteComparator) - Method in interface org.libj.util.primitive.ByteList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort() - Method in interface org.libj.util.primitive.CharList
Sorts the list into ascending order.
sort(CharComparator) - Method in interface org.libj.util.primitive.CharList
Sorts the specified list according to the order induced by the specified comparator.
sort(Object[]) - Method in interface org.libj.util.primitive.CharList
Sorts the specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(Object[], CharComparator) - Method in interface org.libj.util.primitive.CharList
Sorts this specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>) - Method in interface org.libj.util.primitive.CharList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>, CharComparator) - Method in interface org.libj.util.primitive.CharList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort() - Method in interface org.libj.util.primitive.DoubleList
Sorts the list into ascending order.
sort(DoubleComparator) - Method in interface org.libj.util.primitive.DoubleList
Sorts the specified list according to the order induced by the specified comparator.
sort(Object[]) - Method in interface org.libj.util.primitive.DoubleList
Sorts the specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(Object[], DoubleComparator) - Method in interface org.libj.util.primitive.DoubleList
Sorts this specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>) - Method in interface org.libj.util.primitive.DoubleList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>, DoubleComparator) - Method in interface org.libj.util.primitive.DoubleList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort() - Method in interface org.libj.util.primitive.FloatList
Sorts the list into ascending order.
sort(FloatComparator) - Method in interface org.libj.util.primitive.FloatList
Sorts the specified list according to the order induced by the specified comparator.
sort(Object[]) - Method in interface org.libj.util.primitive.FloatList
Sorts the specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(Object[], FloatComparator) - Method in interface org.libj.util.primitive.FloatList
Sorts this specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>) - Method in interface org.libj.util.primitive.FloatList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>, FloatComparator) - Method in interface org.libj.util.primitive.FloatList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort() - Method in interface org.libj.util.primitive.IntList
Sorts the list into ascending order.
sort(IntComparator) - Method in interface org.libj.util.primitive.IntList
Sorts the specified list according to the order induced by the specified comparator.
sort(Object[]) - Method in interface org.libj.util.primitive.IntList
Sorts the specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(Object[], IntComparator) - Method in interface org.libj.util.primitive.IntList
Sorts this specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>) - Method in interface org.libj.util.primitive.IntList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>, IntComparator) - Method in interface org.libj.util.primitive.IntList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort() - Method in interface org.libj.util.primitive.LongList
Sorts the list into ascending order.
sort(LongComparator) - Method in interface org.libj.util.primitive.LongList
Sorts the specified list according to the order induced by the specified comparator.
sort(Object[]) - Method in interface org.libj.util.primitive.LongList
Sorts the specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(Object[], LongComparator) - Method in interface org.libj.util.primitive.LongList
Sorts this specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>) - Method in interface org.libj.util.primitive.LongList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>, LongComparator) - Method in interface org.libj.util.primitive.LongList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort(byte[], int, int, ByteComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
Sorts the specified array of bytes, according to the provided ByteComparator.
sort(char[], int, int, CharComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
Sorts the specified array of chars, according to the provided CharComparator.
sort(short[], int, int, ShortComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
Sorts the specified array of shorts, according to the provided ShortComparator.
sort(int[], int, int, IntComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
Sorts the specified array of ints, according to the provided IntComparator.
sort(long[], int, int, LongComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
Sorts the specified array of longs, according to the provided LongComparator.
sort(float[], int, int, FloatComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
Sorts the specified array of floats, according to the provided FloatComparator.
sort(double[], int, int, DoubleComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
Sorts the specified array of doubles, according to the provided DoubleComparator.
sort() - Method in interface org.libj.util.primitive.ShortList
Sorts the list into ascending order.
sort(ShortComparator) - Method in interface org.libj.util.primitive.ShortList
Sorts the specified list according to the order induced by the specified comparator.
sort(Object[]) - Method in interface org.libj.util.primitive.ShortList
Sorts the specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(Object[], ShortComparator) - Method in interface org.libj.util.primitive.ShortList
Sorts this specified paired array according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>) - Method in interface org.libj.util.primitive.ShortList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
sort(List<?>, ShortComparator) - Method in interface org.libj.util.primitive.ShortList
Sorts the specified paired list according to the order induced by the specified comparator applied to the values in this list.
SortedList<E> - Class in org.libj.util
A List that guarantees sorted order of its elements.
SortedList(List<T>) - Constructor for class org.libj.util.SortedList
Creates a new SortedList with the provided list of comparable elements as the underlying target.
SortedList(List<E>, Comparator<E>) - Constructor for class org.libj.util.SortedList
Creates a new SortedList with the provided list and comparator as the underlying target.
sortIndexed(Object[], int[], IntComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
 
sortIndexed(List<?>, int[], IntComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
 
sortPaired(Object[], byte[], int, int, ByteComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
 
sortPaired(Object[], char[], int, int, CharComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
 
sortPaired(Object[], short[], int, int, ShortComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
 
sortPaired(Object[], int[], int, int, IntComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
 
sortPaired(Object[], long[], int, int, LongComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
 
sortPaired(Object[], float[], int, int, FloatComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
 
sortPaired(Object[], double[], int, int, DoubleComparator) - Static method in class org.libj.util.primitive.PrimitiveSort
 
sourceToTarget - Variable in class org.libj.util.TransCollection
 
sourceToTarget - Variable in class org.libj.util.TransList
 
sourceToTarget - Variable in class org.libj.util.TransSet
 
splice(T[], int) - Static method in class org.libj.util.ArrayUtil
Create a new array by removing existing elements from the provided array.
splice(T[], int, int) - Static method in class org.libj.util.ArrayUtil
Create a new array by removing existing elements from the provided array.
splice(T[], int, int, T...) - Static method in class org.libj.util.ArrayUtil
Create a new array by removing existing elements from the provided array.
spliterator() - Method in class org.libj.util.ConcurrentHashSet
 
spliterator() - Method in class org.libj.util.DelegateCollection
 
spliterator() - Method in class org.libj.util.DelegateList
 
spliterator() - Method in class org.libj.util.DelegateSet
 
spliterator() - Method in class org.libj.util.IdentityHashSet
 
spliterator() - Method in class org.libj.util.ObservableCollection
spliterator() - Method in class org.libj.util.ObservableList
spliterator() - Method in class org.libj.util.ObservableSet
spliterator() - Method in class org.libj.util.primitive.ArrayDoubleList
 
spliterator() - Method in class org.libj.util.primitive.ArrayIntList
 
spliterator() - Method in class org.libj.util.primitive.ArrayLongList
 
spliterator() - Method in interface org.libj.util.primitive.DoubleCollection
Creates a Spliterator.OfDouble over the values in this collection.
spliterator() - Method in interface org.libj.util.primitive.DoubleSet
Creates a Spliterator.OfDouble over the elements in this set.
spliterator() - Method in class org.libj.util.primitive.HashDoubleSet
 
spliterator() - Method in class org.libj.util.primitive.HashIntSet
 
spliterator() - Method in class org.libj.util.primitive.HashLongSet
 
spliterator() - Method in interface org.libj.util.primitive.IntCollection
Creates a Spliterator.OfInt over the values in this collection.
spliterator() - Method in interface org.libj.util.primitive.IntSet
Creates a Spliterator.OfInt over the elements in this set.
spliterator() - Method in interface org.libj.util.primitive.LongCollection
Creates a Spliterator.OfLong over the values in this collection.
spliterator() - Method in interface org.libj.util.primitive.LongSet
Creates a Spliterator.OfLong over the elements in this set.
stack - Variable in class org.libj.util.FlatIterator
 
stream() - Method in class org.libj.util.DelegateCollection
 
stream() - Method in class org.libj.util.DelegateList
 
stream() - Method in class org.libj.util.DelegateSet
 
stream() - Method in class org.libj.util.ObservableCollection
stream() - Method in class org.libj.util.ObservableList
stream() - Method in class org.libj.util.ObservableSet
stream() - Method in class org.libj.util.primitive.ArrayDoubleList
 
stream() - Method in class org.libj.util.primitive.ArrayIntList
 
stream() - Method in class org.libj.util.primitive.ArrayLongList
 
stream() - Method in interface org.libj.util.primitive.DoubleCollection
Returns a sequential DoubleStream over the values in this collection.
stream() - Method in class org.libj.util.primitive.HashDoubleSet
 
stream() - Method in class org.libj.util.primitive.HashIntSet
 
stream() - Method in class org.libj.util.primitive.HashLongSet
 
stream() - Method in interface org.libj.util.primitive.IntCollection
Returns a sequential IntStream over the values in this collection.
stream() - Method in interface org.libj.util.primitive.LongCollection
Returns a sequential LongStream over the values in this collection.
StreamSearcher - Class in org.libj.util
An efficient stream searching class based on the Knuth-Morris-Pratt algorithm.
StreamSearcher.Byte - Class in org.libj.util
The Knuth-Morris-Pratt algorithm applied to byte streams.
StreamSearcher.Char - Class in org.libj.util
The Knuth-Morris-Pratt algorithm applied to char streams.
StringPaths - Class in org.libj.util
Utility functions that perform a variety of operations on String objects representing either system paths (UNIX or Windows), or file URL paths (resembling file:/...).
stripTrailingZeros(String) - Static method in class org.libj.util.Numbers
Strips trailing zeroes after a decimal point in the specified string.
subArray(T[], int) - Static method in class org.libj.util.ArrayUtil
Returns an array that is the subArray of the provided array.
subArray(T[], int, int) - Static method in class org.libj.util.ArrayUtil
Returns an array that is the subArray of the provided array.
subList(int, int) - Method in class org.libj.util.DelegateList
subList(int, int) - Method in class org.libj.util.IdentityArrayList.IdentitySubList
 
subList(int, int) - Method in class org.libj.util.IdentityArrayList
 
subList(int, int) - Method in class org.libj.util.MirrorList
 
subList(int, int) - Method in class org.libj.util.ObservableList
 
subList(int, int) - Method in class org.libj.util.primitive.ArrayByteList
 
subList(int, int) - Method in class org.libj.util.primitive.ArrayCharList
 
subList(int, int) - Method in class org.libj.util.primitive.ArrayDoubleList
 
subList(int, int) - Method in class org.libj.util.primitive.ArrayFloatList
 
subList(int, int) - Method in class org.libj.util.primitive.ArrayIntList
 
subList(int, int) - Method in class org.libj.util.primitive.ArrayLongList
 
subList(int, int) - Method in class org.libj.util.primitive.ArrayShortList
 
subList(int, int) - Method in interface org.libj.util.primitive.ByteList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface org.libj.util.primitive.CharList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface org.libj.util.primitive.DoubleList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface org.libj.util.primitive.FloatList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface org.libj.util.primitive.IntList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface org.libj.util.primitive.LongList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface org.libj.util.primitive.ShortList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class org.libj.util.SortedList
 
subList(int, int) - Method in class org.libj.util.TransList
 
subMap(K, boolean, K, boolean) - Method in class org.libj.util.TreeBiMap
 
subMap(K, K) - Method in class org.libj.util.TreeBiMap
 
subSequence(int, int) - Method in class org.libj.util.ArrayCharSequence
 
subtract(LocalTime, LocalTime) - Static method in class org.libj.util.Temporals
Returns a new LocalTime instance representing the value of the first argument LocalTime minus the second.
superCompute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.libj.util.DelegateMap
Protected method providing access to the default implementation of Map.compute(Object,BiFunction).
superComputeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.libj.util.DelegateMap
Protected method providing access to the default implementation of Map.computeIfAbsent(Object,Function).
superComputeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.libj.util.DelegateMap
Protected method providing access to the default implementation of Map.computeIfPresent(Object,BiFunction).
superForEach(Consumer<? super E>) - Method in class org.libj.util.DelegateCollection
Protected method providing access to the default implementation of Iterable.forEach(Consumer).
superForEach(Consumer<? super E>) - Method in class org.libj.util.DelegateList
Protected method providing access to the default implementation of Iterable.forEach(Consumer).
superForEach(BiConsumer<? super K, ? super V>) - Method in class org.libj.util.DelegateMap
Protected method providing access to the default implementation of Map.forEach(BiConsumer).
superForEach(Consumer<? super E>) - Method in class org.libj.util.DelegateSet
Protected method providing access to the default implementation of Iterable.forEach(Consumer).
superForEachRemaining(Consumer<? super E>) - Method in class org.libj.util.DelegateIterator
Protected method providing access to the default implementation of Iterator.forEachRemaining(Consumer).
superForEachRemaining(Consumer<? super E>) - Method in class org.libj.util.DelegateListIterator
Protected method providing access to the default implementation of Iterator.forEachRemaining(Consumer).
superGetOrDefault(Object, V) - Method in class org.libj.util.DelegateMap
Protected method providing access to the default implementation of Map.getOrDefault(Object,Object).
superMerge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.libj.util.DelegateMap
Protected method providing access to the default implementation of Map.merge(Object,Object,BiFunction).
superParallelStream() - Method in class org.libj.util.DelegateCollection
Protected method providing access to the default implementation of Collection.parallelStream().
superParallelStream() - Method in class org.libj.util.DelegateList
Protected method providing access to the default implementation of Collection.parallelStream().
superParallelStream() - Method in class org.libj.util.DelegateSet
Protected method providing access to the default implementation of Collection.parallelStream().
superPutIfAbsent(K, V) - Method in class org.libj.util.DelegateMap
Protected method providing access to the default implementation of Map.putIfAbsent(Object,Object).
superRemove(Object, Object) - Method in class org.libj.util.DelegateMap
Protected method providing access to the default implementation of Map.remove(Object,Object).
superRemoveIf(Predicate<? super E>) - Method in class org.libj.util.DelegateCollection
Protected method providing access to the default implementation of Collection.removeIf(Predicate).
superRemoveIf(Predicate<? super E>) - Method in class org.libj.util.DelegateList
Protected method providing access to the default implementation of Collection.removeIf(Predicate).
superRemoveIf(Predicate<? super E>) - Method in class org.libj.util.DelegateSet
Protected method providing access to the default implementation of Collection.removeIf(Predicate).
superReplace(K, V, V) - Method in class org.libj.util.DelegateMap
Protected method providing access to the default implementation of Map.replace(Object,Object,Object).
superReplace(K, V) - Method in class org.libj.util.DelegateMap
Protected method providing access to the default implementation of Map.replace(Object,Object).
superReplaceAll(UnaryOperator<E>) - Method in class org.libj.util.DelegateList
Protected method providing access to the default implementation of List.replaceAll(UnaryOperator).
superReplaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.libj.util.DelegateMap
Protected method providing access to the default implementation of Map.replaceAll(BiFunction).
superSort(Comparator<? super E>) - Method in class org.libj.util.DelegateList
Protected method providing access to the default implementation of List.sort(Comparator).
superSpliterator() - Method in class org.libj.util.DelegateCollection
Protected method providing access to the default implementation of Collection.spliterator().
superSpliterator() - Method in class org.libj.util.DelegateList
Protected method providing access to the default implementation of Collection.spliterator().
superSpliterator() - Method in class org.libj.util.DelegateSet
Protected method providing access to the default implementation of Collection.spliterator().
superStream() - Method in class org.libj.util.DelegateCollection
Protected method providing access to the default implementation of Collection.stream().
superStream() - Method in class org.libj.util.DelegateList
Protected method providing access to the default implementation of Collection.stream().
superStream() - Method in class org.libj.util.DelegateSet
Protected method providing access to the default implementation of Collection.stream().
synchronize() - Method in class org.libj.util.concurrent.SynchronizingExecutorService
Stop execution of new threads, and wait for all running threads to finish.
SynchronizingExecutorService - Class in org.libj.util.concurrent
An ExecutorService that allows its threads to be synchronized.
SynchronizingExecutorService(ExecutorService) - Constructor for class org.libj.util.concurrent.SynchronizingExecutorService
Construct a new SynchronizingExecutorService with the specified source ExecutorService.

T

tailMap(K, boolean) - Method in class org.libj.util.TreeBiMap
 
tailMap(K) - Method in class org.libj.util.TreeBiMap
 
target - Variable in class org.libj.util.DelegateCollection
The target Collection.
target - Variable in class org.libj.util.DelegateIterator
The target Iterator.
target - Variable in class org.libj.util.DelegateList
The target List.
target - Variable in class org.libj.util.DelegateListIterator
The target ListIterator.
target - Variable in class org.libj.util.DelegateMap
The target Map.
target - Variable in class org.libj.util.DelegateSet
The target Set.
target - Variable in class org.libj.util.DelegateSpliterator
The target Spliterator.
targetLock - Variable in class org.libj.util.MirrorList
 
targetLock - Variable in class org.libj.util.MirrorMap
 
targetToSource - Variable in class org.libj.util.TransCollection
 
targetToSource - Variable in class org.libj.util.TransList
 
targetToSource - Variable in class org.libj.util.TransSet
 
Temporals - Class in org.libj.util
Utility functions for operations pertaining to the java.time package.
test(boolean) - Method in interface org.libj.util.function.BooleanPredicate
Evaluates this predicate on the given argument.
test(byte) - Method in interface org.libj.util.function.BytePredicate
Evaluates this predicate on the given argument.
test(char) - Method in interface org.libj.util.function.CharPredicate
Evaluates this predicate on the given argument.
test(float) - Method in interface org.libj.util.function.FloatPredicate
Evaluates this predicate on the given argument.
test(T, U, V, W, X) - Method in interface org.libj.util.function.PentaPredicate
Evaluates this predicate on the given arguments.
test(T, U, V, W) - Method in interface org.libj.util.function.QuadPredicate
Evaluates this predicate on the given arguments.
test(short) - Method in interface org.libj.util.function.ShortPredicate
Evaluates this predicate on the given argument.
test(T, U) - Method in interface org.libj.util.function.ThrowingBiPredicate
Evaluates this predicate on the given arguments.
test(T) - Method in interface org.libj.util.function.ThrowingPredicate
Evaluates this predicate on the given argument.
test(T, U, V) - Method in interface org.libj.util.function.TriPredicate
Evaluates this predicate on the given arguments.
testThrows(T, U) - Method in interface org.libj.util.function.ThrowingBiPredicate
Evaluates this predicate on the given arguments, allowing an exception to be thrown.
testThrows(T) - Method in interface org.libj.util.function.ThrowingPredicate
Evaluates this predicate on the given argument, allowing an exception to be thrown.
Throwables - Class in org.libj.util
Utility functions for operations pertaining to Throwable.
Throwing - Class in org.libj.util.function
Utility that allows lambda expressions to propagate checked exceptions up the expression's call stack.
ThrowingBiConsumer<T,U,E extends Exception> - Interface in org.libj.util.function
Represents an operation that accepts two input arguments and returns no result.
ThrowingBiFunction<T,U,R,E extends Exception> - Interface in org.libj.util.function
Represents a function that accepts two arguments and produces a result.
ThrowingBiPredicate<T,U,E extends Exception> - Interface in org.libj.util.function
Represents a predicate (boolean-valued function) that accepts two arguments.
ThrowingConsumer<T,E extends Exception> - Interface in org.libj.util.function
Represents an operation that accepts a single input argument and returns no result.
ThrowingFunction<T,R,E extends Exception> - Interface in org.libj.util.function
Represents a function that accepts one argument and produces a result.
ThrowingPredicate<T,E extends Exception> - Interface in org.libj.util.function
Represents a predicate (boolean-valued function) of one argument.
ThrowingRunnable<E extends Exception> - Interface in org.libj.util.function
Represents an operation that accepts no input arguments and returns no result.
ThrowingSupplier<T,E extends Exception> - Interface in org.libj.util.function
Represents a supplier of results.
ThrowingTriConsumer<T,U,V,E extends Exception> - Interface in org.libj.util.function
Represents an operation that accepts two input arguments and returns no result.
TieredRangeFetcher<A extends Comparable<A>,B> - Class in org.libj.util
A "data fetcher" that facilitates the retrieval of data representing information pertaining to a dimension that can be denoted as a "range" (such as time or distance).
TieredRangeFetcher(TieredRangeFetcher<A, B>) - Constructor for class org.libj.util.TieredRangeFetcher
Creates a TieredRangeFetcher with the specified next TieredRangeFetcher that represents the next tier.
toArray() - Method in class org.libj.util.DelegateCollection
 
toArray(T[]) - Method in class org.libj.util.DelegateCollection
 
toArray() - Method in class org.libj.util.DelegateList
 
toArray(T[]) - Method in class org.libj.util.DelegateList
 
toArray() - Method in class org.libj.util.DelegateSet
 
toArray(T[]) - Method in class org.libj.util.DelegateSet
 
toArray(Class<T>, Enumeration<? extends T>) - Static method in class org.libj.util.Enumerations
Returns an array of type <T> containing the object references in the specified Enumeration.
toArray(byte, E...) - Static method in class org.libj.util.Enums.Mask
Returns an array of instances of the specified enum whose ordinals are set in the specified mask.
toArray(short, E...) - Static method in class org.libj.util.Enums.Mask
Returns an array of instances of the specified enum whose ordinals are set in the specified mask.
toArray(int, E...) - Static method in class org.libj.util.Enums.Mask
Returns an array of instances of the specified enum whose ordinals are set in the specified mask.
toArray(long, E...) - Static method in class org.libj.util.Enums.Mask
Returns an array of instances of the specified enum whose ordinals are set in the specified mask.
toArray() - Method in class org.libj.util.ObservableCollection
toArray(T[]) - Method in class org.libj.util.ObservableCollection
toArray() - Method in class org.libj.util.ObservableList
toArray(T[]) - Method in class org.libj.util.ObservableList
toArray() - Method in class org.libj.util.ObservableSet
toArray(T[]) - Method in class org.libj.util.ObservableSet
toArray(byte[]) - Method in class org.libj.util.primitive.ArrayByteList
 
toArray(Byte[]) - Method in class org.libj.util.primitive.ArrayByteList
 
toArray(char[]) - Method in class org.libj.util.primitive.ArrayCharList
 
toArray(Character[]) - Method in class org.libj.util.primitive.ArrayCharList
 
toArray(double[]) - Method in class org.libj.util.primitive.ArrayDoubleList
 
toArray(Double[]) - Method in class org.libj.util.primitive.ArrayDoubleList
 
toArray(float[]) - Method in class org.libj.util.primitive.ArrayFloatList
 
toArray(Float[]) - Method in class org.libj.util.primitive.ArrayFloatList
 
toArray(int[]) - Method in class org.libj.util.primitive.ArrayIntList
 
toArray(Integer[]) - Method in class org.libj.util.primitive.ArrayIntList
 
toArray(long[]) - Method in class org.libj.util.primitive.ArrayLongList
 
toArray(Long[]) - Method in class org.libj.util.primitive.ArrayLongList
 
toArray(short[]) - Method in class org.libj.util.primitive.ArrayShortList
 
toArray(Short[]) - Method in class org.libj.util.primitive.ArrayShortList
 
toArray() - Method in interface org.libj.util.primitive.ByteCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(byte[]) - Method in interface org.libj.util.primitive.ByteCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(Byte[]) - Method in interface org.libj.util.primitive.ByteCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray() - Method in interface org.libj.util.primitive.CharCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(char[]) - Method in interface org.libj.util.primitive.CharCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(Character[]) - Method in interface org.libj.util.primitive.CharCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray() - Method in interface org.libj.util.primitive.DoubleCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(double[]) - Method in interface org.libj.util.primitive.DoubleCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(Double[]) - Method in interface org.libj.util.primitive.DoubleCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray() - Method in interface org.libj.util.primitive.FloatCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(float[]) - Method in interface org.libj.util.primitive.FloatCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(Float[]) - Method in interface org.libj.util.primitive.FloatCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(byte[]) - Method in class org.libj.util.primitive.HashByteSet
 
toArray(Byte[]) - Method in class org.libj.util.primitive.HashByteSet
 
toArray(char[]) - Method in class org.libj.util.primitive.HashCharSet
 
toArray(Character[]) - Method in class org.libj.util.primitive.HashCharSet
 
toArray(double[]) - Method in class org.libj.util.primitive.HashDoubleSet
 
toArray(Double[]) - Method in class org.libj.util.primitive.HashDoubleSet
 
toArray(float[]) - Method in class org.libj.util.primitive.HashFloatSet
 
toArray(Float[]) - Method in class org.libj.util.primitive.HashFloatSet
 
toArray(int[]) - Method in class org.libj.util.primitive.HashIntSet
 
toArray(Integer[]) - Method in class org.libj.util.primitive.HashIntSet
 
toArray(long[]) - Method in class org.libj.util.primitive.HashLongSet
 
toArray(Long[]) - Method in class org.libj.util.primitive.HashLongSet
 
toArray(short[]) - Method in class org.libj.util.primitive.HashShortSet
 
toArray(Short[]) - Method in class org.libj.util.primitive.HashShortSet
 
toArray() - Method in interface org.libj.util.primitive.IntCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(int[]) - Method in interface org.libj.util.primitive.IntCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(Integer[]) - Method in interface org.libj.util.primitive.IntCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray() - Method in interface org.libj.util.primitive.LongCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(long[]) - Method in interface org.libj.util.primitive.LongCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(Long[]) - Method in interface org.libj.util.primitive.LongCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray() - Method in interface org.libj.util.primitive.ShortCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(short[]) - Method in interface org.libj.util.primitive.ShortCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray(Short[]) - Method in interface org.libj.util.primitive.ShortCollection
Returns an array containing all of the values in this collection in proper sequence (from first to last value).
toArray() - Method in class org.libj.util.TransCollection
 
toArray(E[]) - Method in class org.libj.util.TransCollection
 
toArray() - Method in class org.libj.util.TransList
 
toArray(E[]) - Method in class org.libj.util.TransList
 
toArray() - Method in class org.libj.util.TransSet
 
toArray(E[]) - Method in class org.libj.util.TransSet
 
toBigDecimal(Number) - Static method in class org.libj.util.Numbers
Returns the BigDecimal representation of the specified Number.
ToBooleanFunction<T> - Interface in org.libj.util.function
Represents a function that produces a boolean-valued result.
ToByteFunction<T> - Interface in org.libj.util.function
Represents a function that produces a byte-valued result.
toBytes(short, byte[], int, boolean) - Static method in class org.libj.util.Bytes
Create a byte array representation of a short value with big- or little- endian encoding.
toBytes(char, byte[], int, boolean) - Static method in class org.libj.util.Bytes
Create a byte array representation of a char value with big- or little- endian encoding.
toBytes(int, byte[], int, boolean) - Static method in class org.libj.util.Bytes
Create a byte array representation of a int value with big- or little- endian encoding.
toBytes(long, byte[], int, boolean) - Static method in class org.libj.util.Bytes
Create a byte array representation of a long value with big- or little- endian encoding.
toBytes() - Method in class org.libj.util.Diff
Encodes this Diff object into a byte array representation.
ToCharFunction<T> - Interface in org.libj.util.function
Represents a function that produces a char-valued result.
toDate(LocalDateTime) - Static method in class org.libj.util.Temporals
Returns a new Date object representing the instant time of the specified LocalDateTime object in the default time-zone.
toEpochMilli(LocalDateTime) - Static method in class org.libj.util.Temporals
Returns the number of milliseconds since the epoch of the instant value of the specified LocalDateTime object in the default time-zone.
ToFloatFunction<T> - Interface in org.libj.util.function
Represents a function that produces a float-valued result.
toggle(byte, E...) - Static method in class org.libj.util.Enums.Mask
Toggles the bits in the specified mask at the ordinal values of the specified enum instances.
toggle(short, E...) - Static method in class org.libj.util.Enums.Mask
Toggles the bits in the specified mask at the ordinal values of the specified enum instances.
toggle(int, E...) - Static method in class org.libj.util.Enums.Mask
Toggles the bits in the specified mask at the ordinal values of the specified enum instances.
toggle(long, E...) - Static method in class org.libj.util.Enums.Mask
Toggles the bits in the specified mask at the ordinal values of the specified enum instances.
toIndex - Variable in class org.libj.util.primitive.PrimitiveArrayList
 
toInt(byte[], int, boolean) - Static method in class org.libj.util.Bytes
Create a signed int representation of a source byte array with big- or little-endian encoding.
toInt(byte[], int, boolean, boolean) - Static method in class org.libj.util.Bytes
Create a signed int or an unsigned long representation of a source byte array with big- or little-endian encoding.
toList(Class<T>, Enumeration<? extends T>) - Static method in class org.libj.util.Enumerations
Returns a List of type <T> containing the object references in the specified Enumeration.
toLocalDateTime(Date) - Static method in class org.libj.util.Temporals
Returns a new LocalDateTime representing the instant value of the specified Date object in the default time-zone.
toLocalDateTime(long) - Static method in class org.libj.util.Temporals
Returns a new LocalDateTime of the instant specified by the long value representing milliseconds from the epoch, in the default time-zone.
toLong(byte[], int, boolean) - Static method in class org.libj.util.Bytes
Create a signed long representation of a source byte array with big- or little-endian encoding.
toOctal(byte) - Static method in class org.libj.util.Bytes
Returns a short representing the base-8 value of the specified byte.
toOctal(byte...) - Static method in class org.libj.util.Bytes
Returns a short array representing the base-8 values of the specified byte array.
toShort(byte[], int, boolean) - Static method in class org.libj.util.Bytes
Create a signed short representation of a source byte array with big- or little-endian encoding.
toShort(byte[], int, boolean, boolean) - Static method in class org.libj.util.Bytes
Create a signed short or an unsigned int representation of a source byte array with big- or little-endian encoding.
ToShortFunction<T> - Interface in org.libj.util.function
Represents a function that produces a short-valued result.
toSigned(byte) - Static method in class org.libj.util.Numbers.Unsigned
Returns the value of the specified unsigned byte as a signed short.
toSigned(short) - Static method in class org.libj.util.Numbers.Unsigned
Returns the value of the specified unsigned short as a signed int.
toSigned(int) - Static method in class org.libj.util.Numbers.Unsigned
Returns the value of the specified unsigned int as a signed long.
toSigned(long) - Static method in class org.libj.util.Numbers.Unsigned
Returns the value of the specified unsigned long as a signed BigInteger.
toSigned(byte[]) - Static method in class org.libj.util.Numbers.Unsigned
Returns the value of the specified byte array representing an unsigned value as a signed BigInteger.
toSortedString(Annotation) - Static method in class org.libj.util.Annotations
Returns a Object.toString() representation of annotation, with its property names sorted alphabetically.
toSortedString(Annotation, Comparator<String>) - Static method in class org.libj.util.Annotations
Returns a Object.toString() representation of annotation, with its property names sorted by comparator.
toString() - Method in class org.libj.util.ArrayCharSequence
 
toString(byte[], char) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(byte[], char, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(byte[], char, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(byte[], String) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(byte[], String, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(byte[], String, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(char[], char) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(char[], char, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(char[], char, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(char[], String) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(char[], String, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(char[], String, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(short[], char) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(short[], char, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(short[], char, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(short[], String) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(short[], String, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(short[], String, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(int[], char) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(int[], char, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(int[], char, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(int[], String) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(int[], String, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(int[], String, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(long[], char) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(long[], char, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(long[], char, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(long[], String) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(long[], String, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(long[], String, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(float[], char) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(float[], char, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(float[], char, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(float[], String) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(float[], String, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(float[], String, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(double[], char) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(double[], char, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(double[], char, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(double[], String) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(double[], String, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(double[], String, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(Object[], char) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(T[], char, Function<? super T, String>) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling the provided function on each member, delimited by the provided delimiter char.
toString(Object[], char, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(T[], char, int, Function<? super T, String>) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling the provided function on each member, delimited by the provided delimiter char.
toString(Object[], char, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter char.
toString(T[], char, int, int, Function<? super T, String>) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling the provided function on each member, delimited by the provided delimiter char.
toString(Object[], String) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(T[], String, Function<? super T, String>) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling the provided function on each member, delimited by the provided delimiter char.
toString(Object[], String, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(T[], String, int, Function<? super T, String>) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling the provided function on each member, delimited by the provided delimiter string.
toString(Object[], String, int, int) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling each member's Object.toString() method, delimited by the provided delimiter string.
toString(T[], String, int, int, Function<? super T, String>) - Static method in class org.libj.util.ArrayUtil
Create a string representation of the specified array by calling the provided function on each member, delimited by the provided delimiter string.
toString() - Method in class org.libj.util.Base32
 
toString(byte...) - Static method in class org.libj.util.Buffers
Returns a string representing the big-endian binary representation of the specified byte values.
toString(char...) - Static method in class org.libj.util.Buffers
Returns a string representing the big-endian binary representation of the specified char values.
toString(short...) - Static method in class org.libj.util.Buffers
Returns a string representing the big-endian binary representation of the specified short values.
toString(int...) - Static method in class org.libj.util.Buffers
Returns a string representing the big-endian binary representation of the specified int values.
toString(long...) - Static method in class org.libj.util.Buffers
Returns a string representing the big-endian binary representation of the specified long values.
toString() - Method in enum org.libj.util.CharacterClassEnum
 
toString(char) - Static method in class org.libj.util.Characters
 
toString(Collection<?>, char) - Static method in class org.libj.util.CollectionUtil
Returns a string representation of the specified collection, using the specified delimiter between the string representation of each element.
toString(Collection<?>, String) - Static method in class org.libj.util.CollectionUtil
Returns a string representation of the specified collection, using the specified delimiter between the string representation of each element.
toString() - Method in class org.libj.util.DelegateCollection
 
toString() - Method in class org.libj.util.DelegateIterator
 
toString() - Method in class org.libj.util.DelegateList
 
toString() - Method in class org.libj.util.DelegateListIterator
 
toString() - Method in class org.libj.util.DelegateMap
 
toString() - Method in class org.libj.util.DelegateSet
 
toString() - Method in class org.libj.util.DelegateSpliterator
 
toString() - Method in class org.libj.util.Diff.Delete
 
toString() - Method in class org.libj.util.Diff.Equal
 
toString() - Method in class org.libj.util.Diff.Insert
 
toString() - Method in class org.libj.util.Diff.Replace
 
toString() - Method in class org.libj.util.Hexadecimal
 
toString(double, int) - Static method in class org.libj.util.Numbers
Returns a string representation of the specified double to the provided number of decimal places.
toString() - Method in class org.libj.util.ObservableCollection
toString() - Method in class org.libj.util.ObservableList
toString() - Method in class org.libj.util.ObservableMap
toString() - Method in class org.libj.util.ObservableSet
toString() - Method in class org.libj.util.primitive.ArrayByteList
Returns a string representation of this list.
toString() - Method in class org.libj.util.primitive.ArrayCharList
Returns a string representation of this list.
toString() - Method in class org.libj.util.primitive.ArrayDoubleList
Returns a string representation of this list.
toString() - Method in class org.libj.util.primitive.ArrayFloatList
Returns a string representation of this list.
toString() - Method in class org.libj.util.primitive.ArrayIntList
Returns a string representation of this list.
toString() - Method in class org.libj.util.primitive.ArrayLongList
Returns a string representation of this list.
toString() - Method in class org.libj.util.primitive.ArrayShortList
Returns a string representation of this list.
toString() - Method in class org.libj.util.primitive.HashByteSet
 
toString() - Method in class org.libj.util.primitive.HashCharSet
 
toString() - Method in class org.libj.util.primitive.HashDoubleSet
 
toString() - Method in class org.libj.util.primitive.HashFloatSet
 
toString() - Method in class org.libj.util.primitive.HashIntSet
 
toString() - Method in class org.libj.util.primitive.HashLongSet
 
toString() - Method in class org.libj.util.primitive.HashShortSet
 
toString() - Method in class org.libj.util.RefDigraph
 
toString(Throwable) - Static method in class org.libj.util.Throwables
Returns the string representation of the specified throwable and its backtrace.
toUnsigned(byte) - Static method in class org.libj.util.Numbers.Unsigned
Returns the unsigned representation of the signed value.
toUnsigned(short) - Static method in class org.libj.util.Numbers.Unsigned
Returns the unsigned representation of the signed value.
toUnsigned(int) - Static method in class org.libj.util.Numbers.Unsigned
Returns the unsigned representation of the signed value.
toUnsigned(long) - Static method in class org.libj.util.Numbers.Unsigned
Returns the unsigned representation of the signed value.
toUnsigned(BigInteger) - Static method in class org.libj.util.Numbers.Unsigned
Returns the unsigned representation of the signed value as a byte array.
trailingZeroes(int) - Static method in class org.libj.util.Numbers
Returns the number of trailing zeroes in the specified number.
trailingZeroes(long) - Static method in class org.libj.util.Numbers
Returns the number of trailing zeroes in the specified number.
TransCollection<S,T> - Class in org.libj.util
An implementation of the Collection interface that transforms the elements of the supplied source Collection based on sourceToTarget and targetToSource lambda functions.
TransCollection(Collection<S>, Function<S, T>, Function<T, S>) - Constructor for class org.libj.util.TransCollection
Creates a new TransCollection with the specified source Collection, and functions defining the translation of objects types S -> T and T -> S.
TransList<S,T> - Class in org.libj.util
An implementation of the List interface that transforms the elements of the supplied source List based on sourceToTarget and targetToSource lambda functions.
TransList(List<S>, BiFunction<Integer, S, T>, BiFunction<Integer, T, S>) - Constructor for class org.libj.util.TransList
Creates a new TransList with the specified source List, and functions defining the translation of objects types S -> T and T -> S.
TransSet<S,T> - Class in org.libj.util
An implementation of the Set interface that transforms the elements of the supplied source Set based on sourceToTarget and targetToSource lambda functions.
TransSet(Set<S>, Function<S, T>, Function<T, S>) - Constructor for class org.libj.util.TransSet
Creates a new TransSet with the specified source Set, and functions defining the translation of objects types S -> T and T -> S.
TreeBiMap<K,V> - Class in org.libj.util
Bidirectional map (BiMap) backed by a TreeMap.
TreeBiMap(Comparator<? super K>, Comparator<? super V>) - Constructor for class org.libj.util.TreeBiMap
Constructs an empty TreeBiMap ordered according to the given comparator.
TreeBiMap(Map<? extends K, ? extends V>) - Constructor for class org.libj.util.TreeBiMap
Constructs a new TreeBiMap with the same mappings as the specified Map.
TreeBiMap(SortedMap<? extends K, ? extends V>, Comparator<? super V>) - Constructor for class org.libj.util.TreeBiMap
Constructs a new TreeBiMap with the same mappings as the specified SortedMap.
TreeBiMap() - Constructor for class org.libj.util.TreeBiMap
Constructs an empty TreeBiMap, using the natural ordering of its keys.
TreeBiMap(boolean) - Constructor for class org.libj.util.TreeBiMap
Creates an empty instance.
TriBooleanConsumer - Interface in org.libj.util.function
Represents an operation that accepts three boolean-valued arguments and returns no result.
TriByteConsumer - Interface in org.libj.util.function
Represents an operation that accepts three byte-valued arguments and returns no result.
TriCharConsumer - Interface in org.libj.util.function
Represents an operation that accepts three char-valued arguments and returns no result.
TriConsumer<T,U,V> - Interface in org.libj.util.function
Represents an operation that accepts three input arguments and returns no result.
TriDoubleConsumer - Interface in org.libj.util.function
Represents an operation that accepts three double-valued arguments and returns no result.
TriFloatConsumer - Interface in org.libj.util.function
Represents an operation that accepts three float-valued arguments and returns no result.
TriFunction<T,U,V,R> - Interface in org.libj.util.function
Represents a function that accepts three arguments and produces a result.
TriIntConsumer - Interface in org.libj.util.function
Represents an operation that accepts three int-valued arguments and returns no result.
TriLongConsumer - Interface in org.libj.util.function
Represents an operation that accepts three long-valued arguments and returns no result.
trimToLength(byte[]) - Static method in class org.libj.util.Buffers
Returns a trimmed byte array of buf: the length of a trimmed byte array is its "logical size".
trimToLength(char[]) - Static method in class org.libj.util.Buffers
Returns a trimmed char array of buf: the length of a trimmed char array is its "logical size".
trimToLength(short[]) - Static method in class org.libj.util.Buffers
Returns a trimmed short array of buf: the length of a trimmed short array is its "logical size".
trimToLength(int[]) - Static method in class org.libj.util.Buffers
Returns a trimmed int array of buf: the length of a trimmed int array is its "logical size".
trimToLength(long[]) - Static method in class org.libj.util.Buffers
Returns a trimmed long array of buf: the length of a trimmed long array is its "logical size".
trimToSize() - Method in class org.libj.util.primitive.ArrayByteList
Trims the capacity of this ArrayByteList instance to be the list's current size.
trimToSize() - Method in class org.libj.util.primitive.ArrayCharList
Trims the capacity of this ArrayCharList instance to be the list's current size.
trimToSize() - Method in class org.libj.util.primitive.ArrayDoubleList
Trims the capacity of this ArrayDoubleList instance to be the list's current size.
trimToSize() - Method in class org.libj.util.primitive.ArrayFloatList
Trims the capacity of this ArrayFloatList instance to be the list's current size.
trimToSize() - Method in class org.libj.util.primitive.ArrayIntList
Trims the capacity of this ArrayIntList instance to be the list's current size.
trimToSize() - Method in class org.libj.util.primitive.ArrayLongList
Trims the capacity of this ArrayLongList instance to be the list's current size.
trimToSize() - Method in class org.libj.util.primitive.ArrayShortList
Trims the capacity of this ArrayShortList instance to be the list's current size.
TriPredicate<T,U,V> - Interface in org.libj.util.function
Represents a predicate (boolean-valued function) of three arguments.
TriShortConsumer - Interface in org.libj.util.function
Represents an operation that accepts three short-valued arguments and returns no result.
tryAdvance(Consumer<? super T>) - Method in class org.libj.util.DelegateSpliterator
 
trySplit() - Method in class org.libj.util.DelegateSpliterator
 
type - Variable in class org.libj.util.CompositeList.ComponentList
 

U

unescape(String) - Static method in class org.libj.util.Patterns
Unescapes the provided regex into a form that does not contain any regular expression syntax.
unlock() - Method in class org.libj.util.MirrorList
Unlocks the underlying list and checks for concurrent modification.
unlock() - Method in class org.libj.util.MirrorMap
Unlocks the underlying map and checks for concurrent modification.
unlocked - Variable in class org.libj.util.MirrorList
 
unset(byte, E...) - Static method in class org.libj.util.Enums.Mask
Unsets the bits in the specified mask at the ordinal values of the specified enum instances.
unset(short, E...) - Static method in class org.libj.util.Enums.Mask
Unsets the bits in the specified mask at the ordinal values of the specified enum instances.
unset(int, E...) - Static method in class org.libj.util.Enums.Mask
Unsets the bits in the specified mask at the ordinal values of the specified enum instances.
unset(long, E...) - Static method in class org.libj.util.Enums.Mask
Unsets the bits in the specified mask at the ordinal values of the specified enum instances.
UNSIGNED_LONG_MAX_VALUE - Static variable in class org.libj.util.Numbers.Unsigned
Max value of an unsigned long: 2^64 - 1.
updateState(int, int) - Method in class org.libj.util.primitive.PrimitiveArrayList
Update array store and index variables reflecting a modification at the specified index i and delta d, and propagate the modification to all parent, child, and sibling sub-lists in this instance's sub-list graph.
UTC_TIME_ZONE - Static variable in class org.libj.util.Dates
 

V

valueData - Variable in class org.libj.util.primitive.PrimitiveArrayList
 
valueOf(String) - Static method in enum org.libj.util.CharacterClassEnum
Returns the enum constant of this type with the specified name.
valueOf(Class<T>, String...) - Static method in class org.libj.util.Enums
Returns an array of type <T> containing the results of Enum.valueOf(Class,String) applied to each of the provided names.
valueOf(Class<T>, List<String>) - Static method in class org.libj.util.Enums
Returns a List of type <T> containing the results of Enum.valueOf(Class,String) applied to each of the provided names.
valueOf(String) - Static method in enum org.libj.util.Month
Returns the enum constant of this type with the specified name.
valueOf(Number, Class<T>) - Static method in class org.libj.util.Numbers
Returns a Number of type <T> of the value for the provided number.
valueOf(String) - Static method in enum org.libj.util.WeekDay
Returns the enum constant of this type with the specified name.
values - Variable in class org.libj.util.BiMap
 
values() - Method in class org.libj.util.BiMap
 
values() - Static method in enum org.libj.util.CharacterClassEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.libj.util.DelegateMap
 
values() - Static method in enum org.libj.util.Month
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.libj.util.ObservableMap
 
values() - Method in class org.libj.util.ObservableMap
 
values() - Static method in enum org.libj.util.WeekDay
Returns an array containing the constants of this enum type, in the order they are declared.
valueToReflection(V) - Method in interface org.libj.util.MirrorList.Mirror
Reflects a value object of type <V> to a reflected value object of type <R>.
valueToReflection(K, V) - Method in interface org.libj.util.MirrorMap.Mirror
Reflects a value object of type <V> to a reflected value object of type <R>.

W

WeekDay - Enum in org.libj.util
An enum representing weekdays.
write(String, byte[]) - Method in class org.libj.util.zip.ZipWriter
Write a ZIP file entry with the specified name and bytes.
writeBitsB(byte[], int, byte, byte) - Static method in class org.libj.util.Bytes
Write a number of bits from a source byte to a destination byte array at an offset.
writeBitsB(byte[], int, byte[], long) - Static method in class org.libj.util.Bytes
Write a number of bits from a source byte array to a destination byte array at an offset.
writeBitsL(byte[], int, byte, byte) - Static method in class org.libj.util.Bytes
Write a number of bits from a source byte to a destination byte array at an offset.
writeBitsL(byte[], int, byte[], int) - Static method in class org.libj.util.Bytes
Write a number of bits from a source byte array to a destination byte array at an offset.

Z

ZipFiles - Class in org.libj.util.zip
Utility functions pertaining to ZipFile.
ZipWriter - Class in org.libj.util.zip
Writes ZIP content.
ZipWriter(ZipOutputStream) - Constructor for class org.libj.util.zip.ZipWriter
Creates a new ZipWriter with the specified ZipOutputStream.
A B C D E F G H I K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2020 LibJ. All rights reserved.