- ABGR - Static variable in class net.lenni0451.commons.color.ColorConverter
-
The ABGR color format (0xAA_BB_GG_RR).
- add(boolean[], boolean) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a boolean to the end of an array.
- add(boolean[], int, boolean) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a boolean to an array at a specific index.
- add(boolean[], boolean...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple booleans to the end of an array.
- add(boolean[], int, boolean...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple booleans to an array at a specific index.
- add(boolean[], boolean[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple boolean arrays to the end of an array.
- add(boolean[], int, boolean[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple boolean arrays to an array at a specific index.
- add(byte[], byte) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a byte to the end of an array.
- add(byte[], int, byte) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a byte to an array at a specific index.
- add(byte[], byte...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple bytes to the end of an array.
- add(byte[], int, byte...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple bytes to an array at a specific index.
- add(byte[], byte[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple byte arrays to the end of an array.
- add(byte[], int, byte[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple byte arrays to an array at a specific index.
- add(short[], short) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a short to the end of an array.
- add(short[], int, short) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a short to an array at a specific index.
- add(short[], short...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple shorts to the end of an array.
- add(short[], int, short...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple shorts to an array at a specific index.
- add(short[], short[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple short arrays to the end of an array.
- add(short[], int, short[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple short arrays to an array at a specific index.
- add(char[], char) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a char to the end of an array.
- add(char[], int, char) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a char to an array at a specific index.
- add(char[], char...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple chars to the end of an array.
- add(char[], int, char...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple chars to an array at a specific index.
- add(char[], char[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple char arrays to the end of an array.
- add(char[], int, char[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple char arrays to an array at a specific index.
- add(int[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a int to the end of an array.
- add(int[], int, int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a int to an array at a specific index.
- add(int[], int...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple ints to the end of an array.
- add(int[], int, int...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple ints to an array at a specific index.
- add(int[], int[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple int arrays to the end of an array.
- add(int[], int, int[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple int arrays to an array at a specific index.
- add(long[], long) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a long to the end of an array.
- add(long[], int, long) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a long to an array at a specific index.
- add(long[], long...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple longs to the end of an array.
- add(long[], int, long...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple longs to an array at a specific index.
- add(long[], long[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple long arrays to the end of an array.
- add(long[], int, long[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple long arrays to an array at a specific index.
- add(float[], float) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a float to the end of an array.
- add(float[], int, float) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a float to an array at a specific index.
- add(float[], float...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple floats to the end of an array.
- add(float[], int, float...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple floats to an array at a specific index.
- add(float[], float[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple float arrays to the end of an array.
- add(float[], int, float[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple float arrays to an array at a specific index.
- add(double[], double) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a double to the end of an array.
- add(double[], int, double) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a double to an array at a specific index.
- add(double[], double...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple doubles to the end of an array.
- add(double[], int, double...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple doubles to an array at a specific index.
- add(double[], double[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple double arrays to the end of an array.
- add(double[], int, double[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple double arrays to an array at a specific index.
- add(O[], O) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add an object to the end of an array.
- add(O[], int, O) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add an object to an array at a specific index.
- add(O[], O...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple objects to the end of an array.
- add(O[], int, O...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple objects to an array at a specific index.
- add(O[], O[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple object arrays to the end of an array.
- add(O[], int, O[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple object arrays to an array at a specific index.
- add(T) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Add a value to the array.
- add(E) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- add(E) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- addAll(T...) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Add multiple values to the array.
- addAll(ArrayWrapper<T>) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
- addAll(Collection<? extends E>) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- addAll(Collection<? extends E>) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- addDirectory(String) - Method in class net.lenni0451.commons.io.FileSystemZip
-
Add a directory to the zip file.
- addEntry(String, byte[]) - Method in class net.lenni0451.commons.ByteArrayClassLoader
-
Add an entry to the class loader.
- addEntry(String, byte[]) - Method in class net.lenni0451.commons.io.FileSystemZip
-
Add an entry to the zip file.
- addJar(byte[]) - Method in class net.lenni0451.commons.ByteArrayClassLoader
-
Add a jar to the class loader.
- AllHostnameVerifier - Class in net.lenni0451.commons.network.trust
-
- AllHostnameVerifier() - Constructor for class net.lenni0451.commons.network.trust.AllHostnameVerifier
-
- AllTrustManager - Class in net.lenni0451.commons.network.trust
-
- AllTrustManager() - Constructor for class net.lenni0451.commons.network.trust.AllTrustManager
-
- any(Supplier<T>, O...) - Static method in class net.lenni0451.commons.collections.Lists
-
Create a new list with the given objects.
- any(Supplier<T>, Consumer<T>) - Static method in class net.lenni0451.commons.collections.Lists
-
Create a new list which is passed to the given consumer.
- any(Supplier<T>, Object...) - Static method in class net.lenni0451.commons.collections.Maps
-
Create a new map with the given objects.
- any(Supplier<T>, Consumer<T>) - Static method in class net.lenni0451.commons.collections.Maps
-
Create a new map which is passed to the given consumer.
- any(Supplier<T>, O...) - Static method in class net.lenni0451.commons.collections.Sets
-
Create a new set with the given objects.
- any(Supplier<T>, Consumer<T>) - Static method in class net.lenni0451.commons.collections.Sets
-
Create a new set which is passed to the given consumer.
- ARGB - Static variable in class net.lenni0451.commons.color.ColorConverter
-
The ARGB color format (0xAA_RR_GG_BB).
- arrayList(O...) - Static method in class net.lenni0451.commons.collections.Lists
-
Create a new ArrayList with the given objects.
- arrayList(Consumer<ArrayList<O>>) - Static method in class net.lenni0451.commons.collections.Lists
-
Create a new ArrayList which is passed to the given consumer.
- ArrayUtils - Class in net.lenni0451.commons.arrays
-
- ArrayUtils() - Constructor for class net.lenni0451.commons.arrays.ArrayUtils
-
- ArrayWrapper<T> - Class in net.lenni0451.commons.arrays.wrapper
-
A wrapper for arrays to make them easier to use and add some useful methods.
- ArrayWrapper(T[]) - Constructor for class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
- ceilInt(float) - Static method in class net.lenni0451.commons.math.MathUtils
-
Ceil a float to an int.
- ceilInt(double) - Static method in class net.lenni0451.commons.math.MathUtils
-
Ceil a double to an int.
- ceilLong(float) - Static method in class net.lenni0451.commons.math.MathUtils
-
Ceil a float to a long.
- ceilLong(double) - Static method in class net.lenni0451.commons.math.MathUtils
-
Ceil a double to a long.
- checkClientTrusted(X509Certificate[], String, Socket) - Method in class net.lenni0451.commons.network.trust.AllTrustManager
-
- checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class net.lenni0451.commons.network.trust.AllTrustManager
-
- checkClientTrusted(X509Certificate[], String) - Method in class net.lenni0451.commons.network.trust.AllTrustManager
-
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class net.lenni0451.commons.network.trust.AllTrustManager
-
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class net.lenni0451.commons.network.trust.AllTrustManager
-
- checkServerTrusted(X509Certificate[], String) - Method in class net.lenni0451.commons.network.trust.AllTrustManager
-
- clamp(int, int, int) - Static method in class net.lenni0451.commons.math.MathUtils
-
Clamp an int between a min and max value.
- clamp(long, long, long) - Static method in class net.lenni0451.commons.math.MathUtils
-
Clamp a long between a min and max value.
- clamp(float, float, float) - Static method in class net.lenni0451.commons.math.MathUtils
-
Clamp a float between a min and max value.
- clamp(double, double, double) - Static method in class net.lenni0451.commons.math.MathUtils
-
Clamp a double between a min and max value.
- clear() - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- clear() - Method in class net.lenni0451.commons.collections.maps.DelegateMap
-
- clear() - Method in class net.lenni0451.commons.collections.maps.SizeConstrainedMap
-
- clear() - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- close() - Method in class net.lenni0451.commons.io.FileSystemZip
-
- Color - Class in net.lenni0451.commons.color
-
- ColorConverter - Class in net.lenni0451.commons.color
-
Convert colors between different formats.
- ColorConverter(int, int, int) - Constructor for class net.lenni0451.commons.color.ColorConverter
-
Create a new color converter.
- ColorConverter(int, int, int, int) - Constructor for class net.lenni0451.commons.color.ColorConverter
-
Create a new color converter.
- ColorUtils - Class in net.lenni0451.commons.color
-
- ColorUtils() - Constructor for class net.lenni0451.commons.color.ColorUtils
-
- concurrentHashMap(Object...) - Static method in class net.lenni0451.commons.collections.Maps
-
Create a new ConcurrentHashMap with the given objects.
- concurrentHashMap(Consumer<ConcurrentHashMap<K, V>>) - Static method in class net.lenni0451.commons.collections.Maps
-
Create a new ConcurrentHashMap which is passed to the given consumer.
- concurrentSkipListSet(T...) - Static method in class net.lenni0451.commons.collections.Sets
-
Create a new ConcurrentSkipListSet with the given objects.
- concurrentSkipListSet(Consumer<ConcurrentSkipListSet<T>>) - Static method in class net.lenni0451.commons.collections.Sets
-
Create a new ConcurrentSkipListSet which is passed to the given consumer.
- contains(boolean[], boolean) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains a specific boolean.
- contains(boolean[], boolean[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains another boolean array.
- contains(byte[], byte) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains a specific byte.
- contains(byte[], byte[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains another byte array.
- contains(short[], short) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains a specific short.
- contains(short[], short[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains another short array.
- contains(char[], char) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains a specific char.
- contains(char[], char[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains another char array.
- contains(int[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains a specific int.
- contains(int[], int[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains another int array.
- contains(long[], long) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains a specific long.
- contains(long[], long[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains another long array.
- contains(float[], float) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains a specific float.
- contains(float[], float[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains another float array.
- contains(double[], double) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains a specific double.
- contains(double[], double[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains another double array.
- contains(O[], O) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains a specific object.
- contains(O[], O[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Check if an array contains another object array.
- contains(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Check if the index is in the array.
- contains(T) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Check if the value is in the array.
- contains(Object) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- contains(Object) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- contains(Rect2d) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
-
Check if this rectangle contains another rectangle.
- contains(Rect2f) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
-
Check if this rectangle contains another rectangle.
- contains(Rect2i) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
-
Check if this rectangle contains another rectangle.
- contains(String) - Method in class net.lenni0451.commons.strings.search.tokens.BinaryOrToken
-
- contains(String) - Method in interface net.lenni0451.commons.strings.search.tokens.ISearchToken
-
- contains(String) - Method in class net.lenni0451.commons.strings.search.tokens.RequiredToken
-
- containsAll(Collection<?>) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- containsAll(Collection<?>) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- containsKey(Object) - Method in class net.lenni0451.commons.collections.maps.DelegateMap
-
- containsValue(Object) - Method in class net.lenni0451.commons.collections.maps.DelegateMap
-
- convert(int, ColorConverter, ColorConverter) - Static method in class net.lenni0451.commons.color.ColorConverter
-
Convert a color from one format to another.
- convert(float[], ColorConverter, ColorConverter) - Static method in class net.lenni0451.commons.color.ColorConverter
-
Convert a color from one format to another.
- convertToFloats(int, ColorConverter, ColorConverter) - Static method in class net.lenni0451.commons.color.ColorConverter
-
Convert an int color representation to a float color representation.
- convertToInt(float[], ColorConverter, ColorConverter) - Static method in class net.lenni0451.commons.color.ColorConverter
-
Convert a float color representation to an int color representation.
- copyOnWriteArrayList(O...) - Static method in class net.lenni0451.commons.collections.Lists
-
Create a new CopyOnWriteArrayList with the given objects.
- copyOnWriteArrayList(Consumer<CopyOnWriteArrayList<O>>) - Static method in class net.lenni0451.commons.collections.Lists
-
Create a new CopyOnWriteArrayList which is passed to the given consumer.
- count(String, String) - Static method in class net.lenni0451.commons.strings.StringUtils
-
Count the amount of occurrences of a string in another string.
- count(String, String) - Static method in class net.lenni0451.commons.StringUtils
-
Deprecated.
- create(String...) - Static method in class net.lenni0451.commons.io.FileUtils
-
Create a file from an array of parts.
- create(File, String...) - Static method in class net.lenni0451.commons.io.FileUtils
-
Create a file from a parent file and an array of parts.
- cut(String, int) - Static method in class net.lenni0451.commons.strings.StringUtils
-
Cut the string to the given length.
- cut(String, char, int) - Static method in class net.lenni0451.commons.strings.StringUtils
-
Cut the string to the given length.
- cut(String, int) - Static method in class net.lenni0451.commons.StringUtils
-
Deprecated.
- cut(String, char, int) - Static method in class net.lenni0451.commons.StringUtils
-
Deprecated.
- CYAN - Static variable in class net.lenni0451.commons.color.Color
-
- fake(Class<T>) - Static method in class net.lenni0451.commons.Sneaky
-
Fake throw an exception to have to declare it in the method signature.
- FileSystemZip - Class in net.lenni0451.commons.io
-
A fast zip file using the FileSystem API.
- FileSystemZip(File) - Constructor for class net.lenni0451.commons.io.FileSystemZip
-
Construct a new file system zip.
- FileSystemZip.Entry - Class in net.lenni0451.commons.io
-
The entry for a file in the zip file.
- FileUtils - Class in net.lenni0451.commons.io
-
- FileUtils() - Constructor for class net.lenni0451.commons.io.FileUtils
-
- findClass(String) - Method in class net.lenni0451.commons.ByteArrayClassLoader
-
- findResource(String) - Method in class net.lenni0451.commons.ByteArrayClassLoader
-
- findResources(String) - Method in class net.lenni0451.commons.ByteArrayClassLoader
-
- flip(String) - Static method in class net.lenni0451.commons.strings.StringUtils
-
Flip the given string.
- flip(String) - Static method in class net.lenni0451.commons.StringUtils
-
Deprecated.
- floorInt(float) - Static method in class net.lenni0451.commons.math.MathUtils
-
Floor a float to an int.
- floorInt(double) - Static method in class net.lenni0451.commons.math.MathUtils
-
Floor a double to an int.
- floorLong(float) - Static method in class net.lenni0451.commons.math.MathUtils
-
Floor a float to a long.
- floorLong(double) - Static method in class net.lenni0451.commons.math.MathUtils
-
Floor a double to a long.
- forcePass - Variable in class net.lenni0451.commons.time.Timer
-
- forcePass() - Method in class net.lenni0451.commons.time.Timer
-
Force the timer to tick.
- forcePass - Variable in class net.lenni0451.commons.time.Timing
-
- forcePass() - Method in class net.lenni0451.commons.time.Timing
-
Force the time to have passed.
- forEach(Consumer<FileSystemZip.Entry>) - Method in class net.lenni0451.commons.io.FileSystemZip
-
Iterate over all entries in the zip file.
- format(String, long) - Static method in class net.lenni0451.commons.time.TimeFormatter
-
Format a time in milliseconds to a string.
- format(String, long, boolean) - Static method in class net.lenni0451.commons.time.TimeFormatter
-
Format a time in milliseconds to a (UTC) string.
- formatBytes(long) - Static method in class net.lenni0451.commons.math.MathUtils
-
Convert a byte count to a human-readable string.
- formatHHMMSS(long) - Static method in class net.lenni0451.commons.time.TimeFormatter
-
Format a time in milliseconds to a string in the format "HH:mm:ss".
- formatMMSS(long) - Static method in class net.lenni0451.commons.time.TimeFormatter
-
Format a time in milliseconds to a string in the format "mm:ss".
- from(int) - Method in class net.lenni0451.commons.color.ColorConverter
-
Convert the int representation of a color to a color.
- from(float[]) - Method in class net.lenni0451.commons.color.ColorConverter
-
Convert the float representation of a color to a color.
- from(float, float, float) - Method in class net.lenni0451.commons.color.ColorConverter
-
Convert the float representation of a color to a color.
- from(float, float, float, float) - Method in class net.lenni0451.commons.color.ColorConverter
-
Convert the float representation of a color to a color.
- fromABGR(int) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from an int.
- fromABGRF(float[]) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from a float array.
- fromARGB(int) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from an int.
- fromARGBF(float[]) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from a float array.
- fromBGR(int) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from an int.
- fromBGRA(int) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from an int.
- fromBGRAF(float[]) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from a float array.
- fromBGRF(float[]) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from a float array.
- fromHSB(float[]) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from a float array.
- fromHSB(float, float, float) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from HSB values.
- fromRGB(int) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from an int.
- fromRGB(int, int, int) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from red, green and blue values.
- fromRGBA(int) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from an int.
- fromRGBA(int, int, int, int) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from red, green, blue and alpha values.
- fromRGBAF(float[]) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from a float array.
- fromRGBAF(float, float, float, float) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from red, green, blue and alpha values.
- fromRGBF(float[]) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from a float array.
- fromRGBF(float, float, float) - Static method in class net.lenni0451.commons.color.Color
-
Create a color from red, green and blue values.
- get(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index.
- get(int, T) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index or the default value if the index is not in the array.
- get(Object) - Method in class net.lenni0451.commons.collections.maps.DelegateMap
-
- get() - Method in class net.lenni0451.commons.Lazy
-
- get() - Method in interface net.lenni0451.commons.Sneaky.SneakySupplier
-
- getAcceptedIssuers() - Method in class net.lenni0451.commons.network.trust.AllTrustManager
-
- getAlpha() - Method in class net.lenni0451.commons.color.Color
-
- getAlpha(int) - Method in class net.lenni0451.commons.color.ColorConverter
-
Get the alpha value of a color.
- getAlpha(float[]) - Method in class net.lenni0451.commons.color.ColorConverter
-
Get the alpha value of a color.
- getAlphaF() - Method in class net.lenni0451.commons.color.Color
-
- getArea() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
-
- getArea() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
-
- getArea() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
-
- getArray() - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
- getBlue() - Method in class net.lenni0451.commons.color.Color
-
- getBlue(int) - Method in class net.lenni0451.commons.color.ColorConverter
-
Get the blue value of a color.
- getBlue(float[]) - Method in class net.lenni0451.commons.color.ColorConverter
-
Get the blue value of a color.
- getBlueF() - Method in class net.lenni0451.commons.color.Color
-
- getBoolean(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a boolean.
- getBoolean(int, boolean) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a boolean or the default value if the index is not in the array.
- getBoolean(int, boolean) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- getBoolean(int, boolean) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- getByte(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a byte.
- getByte(int, byte) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a byte or the default value if the index is not in the array.
- getByte(int, byte) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- getByte(int, byte) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- getChar(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a char.
- getChar(int, char) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a char or the default value if the index is not in the array.
- getChar(int, char) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- getChar(int, char) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- getControlPort() - Method in class net.lenni0451.commons.network.TorProxy
-
- getData() - Method in class net.lenni0451.commons.io.FileSystemZip.Entry
-
Get the data of the entry.
- getDelay() - Method in class net.lenni0451.commons.time.Timer
-
- getDouble(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a double.
- getDouble(int, double) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a double or the default value if the index is not in the array.
- getDouble(int, double) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- getDouble(int, double) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- getDuplicates(Map<?, ?>, Map<?, ?>) - Static method in class net.lenni0451.commons.collections.MapOps
-
Get all duplicate values from map 1 that are also in map 2.
- getDuplicates(Map<?, ?>, Map<?, ?>, Function<Object, Boolean>, Function<V, Map<?, ?>>) - Static method in class net.lenni0451.commons.collections.MapOps
-
Get all duplicate values from map 1 that are also in map 2.
- getEntry(String) - Method in class net.lenni0451.commons.io.FileSystemZip
-
Get an entry from the zip file.
- getFile() - Method in class net.lenni0451.commons.io.FileSystemZip
-
- getFloat(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a float.
- getFloat(int, float) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a float or the default value if the index is not in the array.
- getFloat(int, float) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- getFloat(int, float) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- getGreen() - Method in class net.lenni0451.commons.color.Color
-
- getGreen(int) - Method in class net.lenni0451.commons.color.ColorConverter
-
Get the green value of a color.
- getGreen(float[]) - Method in class net.lenni0451.commons.color.ColorConverter
-
Get the green value of a color.
- getGreenF() - Method in class net.lenni0451.commons.color.Color
-
- getHeight() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
-
- getHeight() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
-
- getHeight() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
-
- getIndex() - Method in class net.lenni0451.commons.strings.StringReader
-
- getInt(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as an int.
- getInt(int, int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as an int or the default value if the index is not in the array.
- getInt(int, int) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- getInt(int, int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- getKeyword() - Method in class net.lenni0451.commons.strings.search.tokens.BinaryOrToken
-
- getKeyword() - Method in interface net.lenni0451.commons.strings.search.tokens.ISearchToken
-
- getKeyword() - Method in class net.lenni0451.commons.strings.search.tokens.KeywordToken
-
- getKeyword() - Method in class net.lenni0451.commons.strings.search.tokens.RequiredToken
-
- getList() - Method in class net.lenni0451.commons.math.SliceCalculator
-
- getLong(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a long.
- getLong(int, long) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a long or the default value if the index is not in the array.
- getLong(int, long) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- getLong(int, long) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- getName() - Method in class net.lenni0451.commons.io.FileSystemZip.Entry
-
- getPassedTime() - Method in class net.lenni0451.commons.time.NanoTimer
-
- getPassedTime() - Method in class net.lenni0451.commons.time.NanoTiming
-
- getPassedTime() - Method in class net.lenni0451.commons.time.Timer
-
- getPassedTime() - Method in class net.lenni0451.commons.time.Timing
-
- getPath() - Method in class net.lenni0451.commons.io.FileSystemZip.Entry
-
- getPort() - Method in class net.lenni0451.commons.network.TorProxy
-
- getQuery() - Method in class net.lenni0451.commons.strings.search.SearchResult
-
- getQueryTokens() - Method in class net.lenni0451.commons.strings.search.SearchResult
-
- getRainbowColor(int, float) - Static method in class net.lenni0451.commons.color.Color
-
Get a color calculated by the current time.
- getRainbowColor(int, float) - Static method in class net.lenni0451.commons.color.ColorUtils
-
Get a color calculated by the current time.
- getRed() - Method in class net.lenni0451.commons.color.Color
-
- getRed(int) - Method in class net.lenni0451.commons.color.ColorConverter
-
Get the red value of a color.
- getRed(float[]) - Method in class net.lenni0451.commons.color.ColorConverter
-
Get the red value of a color.
- getRedF() - Method in class net.lenni0451.commons.color.Color
-
- getRelativePath() - Method in class net.lenni0451.commons.io.FileSystemZip.Entry
-
- getResource(String) - Method in class net.lenni0451.commons.ByteArrayClassLoader
-
- getResourceAsStream(String) - Method in class net.lenni0451.commons.ByteArrayClassLoader
-
- getResultFilter() - Method in class net.lenni0451.commons.strings.search.SearchResult
-
- getResults() - Method in class net.lenni0451.commons.strings.search.SearchResult
-
- getShort(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a short.
- getShort(int, short) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get the value at the index as a char or the default value if the index is not in the array.
- getShort(int, short) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- getShort(int, short) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- getSlice(int) - Method in class net.lenni0451.commons.math.SliceCalculator
-
Get a slice of the list.
- getSliceCount() - Method in class net.lenni0451.commons.math.SliceCalculator
-
- getStartProgress() - Method in class net.lenni0451.commons.network.TorProxy
-
- getTime() - Method in class net.lenni0451.commons.time.Timer
-
- getTime() - Method in class net.lenni0451.commons.time.Timing
-
- getTorPath() - Method in class net.lenni0451.commons.network.TorProxy
-
- getUniques(Map<?, ?>, Map<?, ?>) - Static method in class net.lenni0451.commons.collections.MapOps
-
Get all unique values from map 1 that are not in map 2.
- getUniques(Map<?, ?>, Map<?, ?>, Function<Object, Boolean>, Function<V, Map<?, ?>>) - Static method in class net.lenni0451.commons.collections.MapOps
-
Get all unique values from map 1 that are not in map 2.
- getWidth() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
-
- getWidth() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
-
- getWidth() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
-
- getX() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
-
- getX() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
-
- getX() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
-
- getY() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
-
- getY() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
-
- getY() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
-
- GRAY - Static variable in class net.lenni0451.commons.color.Color
-
- GREEN - Static variable in class net.lenni0451.commons.color.Color
-
- ignoreCertificateErrors() - Static method in class net.lenni0451.commons.network.InetUtils
-
Ignore all certificate errors in HttpsURLConnections.
- indexOf(boolean[], boolean) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a boolean in an array.
- indexOf(boolean[], boolean[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a boolean array in an array.
- indexOf(byte[], byte) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a byte in an array.
- indexOf(byte[], byte[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a byte array in an array.
- indexOf(short[], short) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a short in an array.
- indexOf(short[], short[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a short array in an array.
- indexOf(char[], char) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a char in an array.
- indexOf(char[], char[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a char array in an array.
- indexOf(int[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a int in an array.
- indexOf(int[], int[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a int array in an array.
- indexOf(long[], long) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a long in an array.
- indexOf(long[], long[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a long array in an array.
- indexOf(float[], float) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a float in an array.
- indexOf(float[], float[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a float array in an array.
- indexOf(double[], double) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a double in an array.
- indexOf(double[], double[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a double array in an array.
- indexOf(O[], O) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of an object in an array.
- indexOf(O[], O[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of an object array in an array.
- indexOfLast(boolean[], boolean) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a boolean in an array starting from the end.
- indexOfLast(byte[], byte) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a byte in an array starting from the end.
- indexOfLast(short[], short) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a short in an array starting from the end.
- indexOfLast(char[], char) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a char in an array starting from the end.
- indexOfLast(int[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a int in an array starting from the end.
- indexOfLast(long[], long) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a long in an array starting from the end.
- indexOfLast(float[], float) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a float in an array starting from the end.
- indexOfLast(double[], double) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of a double in an array starting from the end.
- indexOfLast(O[], O) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Get the index of an object in an array starting from the end.
- InetUtils - Class in net.lenni0451.commons.network
-
- InetUtils() - Constructor for class net.lenni0451.commons.network.InetUtils
-
- interpolate(float, Color, Color) - Static method in class net.lenni0451.commons.color.Color
-
Interpolate between two colors with a progress.
- interpolate(float, Color[], float[]) - Static method in class net.lenni0451.commons.color.Color
-
Interpolate between multiple colors with a progress.
- interpolate(float, Color...) - Static method in class net.lenni0451.commons.color.Color
-
Interpolate between multiple colors with a progress.
- interpolate(Color, Color, float) - Static method in class net.lenni0451.commons.color.ColorUtils
-
Deprecated.
- interpolate(float, Color, Color) - Static method in class net.lenni0451.commons.color.ColorUtils
-
Interpolate between two colors with a progress.
- interpolate(float, Color[], float[]) - Static method in class net.lenni0451.commons.color.ColorUtils
-
Interpolate between multiple colors with a progress.
- interpolate(float, Color...) - Static method in class net.lenni0451.commons.color.ColorUtils
-
Interpolate between multiple colors with a progress.
- intersection(Rect2d) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
-
Get the intersection of this rectangle with another rectangle.
- intersection(Rect2f) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
-
Get the intersection of this rectangle with another rectangle.
- intersection(Rect2i) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
-
Get the intersection of this rectangle with another rectangle.
- intersects(Rect2d) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
-
Check if this rectangle intersects with another rectangle.
- intersects(Rect2f) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
-
Check if this rectangle intersects with another rectangle.
- intersects(Rect2i) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
-
Check if this rectangle intersects with another rectangle.
- invert() - Method in class net.lenni0451.commons.color.Color
-
Invert this color.
- invert(Color) - Static method in class net.lenni0451.commons.color.ColorUtils
-
Invert a color.
- IOUtils - Class in net.lenni0451.commons.io
-
- IOUtils() - Constructor for class net.lenni0451.commons.io.IOUtils
-
- IPv4 - Class in net.lenni0451.commons.network
-
- IPv4() - Constructor for class net.lenni0451.commons.network.IPv4
-
- isBoolean(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Check if the value at the index is a boolean.
- isBoolean(int) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- isBoolean(int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- isByte(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Check if the value at the index is a byte.
- isByte(int) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- isByte(int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- isByte(String) - Static method in class net.lenni0451.commons.math.NumberChecker
-
Check if a string is a valid byte.
- isChar(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Check if the value at the index is a char.
- isChar(int) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- isChar(int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- isDecimal(float) - Static method in class net.lenni0451.commons.math.MathUtils
-
Check if a float is a decimal number.
- isDecimal(double) - Static method in class net.lenni0451.commons.math.MathUtils
-
Check if a double is a decimal number.
- isDirectory() - Method in class net.lenni0451.commons.io.FileSystemZip.Entry
-
- isDouble(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Check if the value at the index is a double.
- isDouble(int) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- isDouble(int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- isDouble(String) - Static method in class net.lenni0451.commons.math.NumberChecker
-
Check if a string is a valid double.
- ISearchToken - Interface in net.lenni0451.commons.strings.search.tokens
-
- isEmpty() - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
- isEmpty() - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- isEmpty() - Method in class net.lenni0451.commons.collections.maps.DelegateMap
-
- isEmpty() - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- isEmptySearch() - Method in class net.lenni0451.commons.strings.search.SearchResult
-
- isFile() - Method in class net.lenni0451.commons.io.FileSystemZip.Entry
-
- isFloat(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Check if the value at the index is a float.
- isFloat(int) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- isFloat(int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- isFloat(String) - Static method in class net.lenni0451.commons.math.NumberChecker
-
Check if a string is a valid float.
- isInt(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Check if the value at the index is an int.
- isInt(int) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- isInt(int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- isInteger(String) - Static method in class net.lenni0451.commons.math.NumberChecker
-
Check if a string is a valid integer.
- isLong(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Check if the value at the index is a long.
- isLong(int) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- isLong(int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- isLong(String) - Static method in class net.lenni0451.commons.math.NumberChecker
-
Check if a string is a valid long.
- isNotEmpty() - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
- isRunning() - Method in class net.lenni0451.commons.network.TorProxy
-
- isShort(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Check if the value at the index is a short.
- isShort(int) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
-
- isShort(int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- isShort(String) - Static method in class net.lenni0451.commons.math.NumberChecker
-
Check if a string is a valid short.
- isSquare() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
-
- isSquare() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
-
- isSquare() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
-
- isStarted() - Method in class net.lenni0451.commons.network.TorProxy
-
- iterator() - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- iterator() - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- peek() - Method in class net.lenni0451.commons.strings.StringReader
-
Peek the next character without increasing the index.
- peek(int) - Method in class net.lenni0451.commons.strings.StringReader
-
Peek the next characters without increasing the index.
- peekRemaining() - Method in class net.lenni0451.commons.strings.StringReader
-
Peek the remaining characters without increasing the index.
- PINK - Static variable in class net.lenni0451.commons.color.Color
-
- prepend(boolean[], boolean) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a boolean to the start of an array.
- prepend(boolean[], boolean...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple booleans to the start of an array.
- prepend(boolean[], boolean[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple boolean arrays to the start of an array.
- prepend(byte[], byte) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a byte to the start of an array.
- prepend(byte[], byte...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple bytes to the start of an array.
- prepend(byte[], byte[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple byte arrays to the start of an array.
- prepend(short[], short) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a short to the start of an array.
- prepend(short[], short...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple shorts to the start of an array.
- prepend(short[], short[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple short arrays to the start of an array.
- prepend(char[], char) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a char to the start of an array.
- prepend(char[], char...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple chars to the start of an array.
- prepend(char[], char[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple char arrays to the start of an array.
- prepend(int[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a int to the start of an array.
- prepend(int[], int...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple ints to the start of an array.
- prepend(int[], int[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple int arrays to the start of an array.
- prepend(long[], long) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a long to the start of an array.
- prepend(long[], long...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple longs to the start of an array.
- prepend(long[], long[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple long arrays to the start of an array.
- prepend(float[], float) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a float to the start of an array.
- prepend(float[], float...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple floats to the start of an array.
- prepend(float[], float[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple float arrays to the start of an array.
- prepend(double[], double) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add a double to the start of an array.
- prepend(double[], double...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple doubles to the start of an array.
- prepend(double[], double[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple double arrays to the start of an array.
- prepend(O[], O) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add an object to the start of an array.
- prepend(O[], O...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple objects to the start of an array.
- prepend(O[], O[]...) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Add multiple object arrays to the start of an array.
- priority(int) - Method in class net.lenni0451.commons.threading.ThreadFactoryImpl
-
Set the priority of the threads.
- put(K, V) - Method in class net.lenni0451.commons.collections.maps.DelegateMap
-
- put(K, V) - Method in class net.lenni0451.commons.collections.maps.SizeConstrainedMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class net.lenni0451.commons.collections.maps.DelegateMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class net.lenni0451.commons.collections.maps.SizeConstrainedMap
-
- randomBytes(int) - Static method in class net.lenni0451.commons.RandomUtils
-
Generate random bytes with the given length.
- randomDouble(double, double) - Static method in class net.lenni0451.commons.RandomUtils
-
Generate a random double between the given min and max.
- randomElement(T[]) - Static method in class net.lenni0451.commons.RandomUtils
-
Get a random element from the given array.
- randomElement(List<T>) - Static method in class net.lenni0451.commons.RandomUtils
-
Get a random element from the given list.
- randomInt(int, int) - Static method in class net.lenni0451.commons.RandomUtils
-
Generate a random integer between the given min and max.
- randomizeCase(String) - Static method in class net.lenni0451.commons.RandomUtils
-
Randomize the case of the given string.
- randomLong(long, long) - Static method in class net.lenni0451.commons.RandomUtils
-
Generate a random long between the given min and max.
- randomString(int) - Static method in class net.lenni0451.commons.RandomUtils
-
Generate a random string with the given length.
- randomString(int, String) - Static method in class net.lenni0451.commons.RandomUtils
-
Generate a random string with the given length and charset.
- RandomUtils - Class in net.lenni0451.commons
-
- RandomUtils() - Constructor for class net.lenni0451.commons.RandomUtils
-
- read(File, InputStream) - Static method in class net.lenni0451.commons.io.FileUtils
-
Read all bytes from a stream and write them to a file.
- readAll(InputStream) - Static method in class net.lenni0451.commons.io.IOUtils
-
Read all bytes from a stream.
- readQuoted() - Method in class net.lenni0451.commons.strings.StringReader
-
Read the next quoted string and skip all upcoming whitespace characters.
- readResource(String) - Static method in class net.lenni0451.commons.io.IOUtils
-
Read a resource from the classpath as bytes.
- readResource(Class<?>, String) - Static method in class net.lenni0451.commons.io.IOUtils
-
Read a resource from the classpath as bytes.
- readResource(ClassLoader, String) - Static method in class net.lenni0451.commons.io.IOUtils
-
Read a resource from the classpath as bytes.
- readUntil(char) - Method in class net.lenni0451.commons.strings.StringReader
-
Read all characters until the given character is found.
- readWord() - Method in class net.lenni0451.commons.strings.StringReader
-
Read the next word (characters until the next whitespace character) and skip all upcoming whitespace characters.
- reconnect() - Method in class net.lenni0451.commons.network.TorProxy
-
Reconnect to the Tor network.
- Rect2d - Class in net.lenni0451.commons.math.shapes.rect
-
- Rect2d(double, double) - Constructor for class net.lenni0451.commons.math.shapes.rect.Rect2d
-
- Rect2d(double, double, double, double) - Constructor for class net.lenni0451.commons.math.shapes.rect.Rect2d
-
- Rect2f - Class in net.lenni0451.commons.math.shapes.rect
-
- Rect2f(float, float) - Constructor for class net.lenni0451.commons.math.shapes.rect.Rect2f
-
- Rect2f(float, float, float, float) - Constructor for class net.lenni0451.commons.math.shapes.rect.Rect2f
-
- Rect2i - Class in net.lenni0451.commons.math.shapes.rect
-
- Rect2i(int, int) - Constructor for class net.lenni0451.commons.math.shapes.rect.Rect2i
-
- Rect2i(int, int, int, int) - Constructor for class net.lenni0451.commons.math.shapes.rect.Rect2i
-
- recursiveDelete(File) - Static method in class net.lenni0451.commons.io.FileUtils
-
Recursively delete a file or directory.
- recursivePutAll(Map<?, ?>, Map<?, ?>) - Static method in class net.lenni0451.commons.collections.MapOps
-
Recursively put all values from other into map.
- recursivePutAll(Map<?, ?>, Map<?, ?>, Function<Object, Boolean>, Function<V, Map<?, ?>>) - Static method in class net.lenni0451.commons.collections.MapOps
-
Recursively put all values from other into map.
- RED - Static variable in class net.lenni0451.commons.color.Color
-
- remove(boolean[], boolean) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a given boolean from an array.
- remove(byte[], byte) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a given byte from an array.
- remove(short[], short) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a given short from an array.
- remove(char[], char) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a given char from an array.
- remove(int[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a given int from an array.
- remove(long[], long) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a given long from an array.
- remove(float[], float) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a given float from an array.
- remove(double[], double) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a given double from an array.
- remove(O[], O) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a given object from an array.
- remove(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Remove a value from the array.
- remove(T) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Remove a value from the array.
- remove(Object) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- remove(Object) - Method in class net.lenni0451.commons.collections.maps.DelegateMap
-
- remove(Object) - Method in class net.lenni0451.commons.collections.maps.SizeConstrainedMap
-
- remove(Object) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- removeAll(Collection<?>) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- removeAll(Collection<?>) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- removeAt(boolean[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a boolean from an array at a specific index.
- removeAt(boolean[], int, int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove multiple booleans from an array at a specific index.
- removeAt(byte[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a byte from an array at a specific index.
- removeAt(byte[], int, int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove multiple bytes from an array at a specific index.
- removeAt(short[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a short from an array at a specific index.
- removeAt(short[], int, int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove multiple shorts from an array at a specific index.
- removeAt(char[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a char from an array at a specific index.
- removeAt(char[], int, int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove multiple chars from an array at a specific index.
- removeAt(int[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a int from an array at a specific index.
- removeAt(int[], int, int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove multiple ints from an array at a specific index.
- removeAt(long[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a long from an array at a specific index.
- removeAt(long[], int, int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove multiple longs from an array at a specific index.
- removeAt(float[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a float from an array at a specific index.
- removeAt(float[], int, int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove multiple floats from an array at a specific index.
- removeAt(double[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove a double from an array at a specific index.
- removeAt(double[], int, int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove multiple doubles from an array at a specific index.
- removeAt(O[], int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove an object from an array at a specific index.
- removeAt(O[], int, int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove multiple objects from an array at a specific index.
- removeFirst(boolean[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the first boolean from an array.
- removeFirst(byte[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the first byte from an array.
- removeFirst(short[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the first short from an array.
- removeFirst(char[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the first char from an array.
- removeFirst(int[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the first int from an array.
- removeFirst(long[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the first long from an array.
- removeFirst(float[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the first float from an array.
- removeFirst(double[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the first double from an array.
- removeFirst(O[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the first object from an array.
- removeLast(boolean[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the last boolean from an array.
- removeLast(byte[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the last byte from an array.
- removeLast(short[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the last short from an array.
- removeLast(char[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the last char from an array.
- removeLast(int[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the last int from an array.
- removeLast(long[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the last long from an array.
- removeLast(float[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the last float from an array.
- removeLast(double[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the last double from an array.
- removeLast(O[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Remove the last object from an array.
- repeat(char, int) - Static method in class net.lenni0451.commons.strings.StringUtils
-
Repeat the char a given amount of times.
- repeat(String, int) - Static method in class net.lenni0451.commons.strings.StringUtils
-
Repeat the string a given amount of times.
- repeat(char, int) - Static method in class net.lenni0451.commons.StringUtils
-
Deprecated.
- repeat(String, int) - Static method in class net.lenni0451.commons.StringUtils
-
Deprecated.
- repeat(Runnable, long) - Method in class net.lenni0451.commons.threading.ThreadScheduler
-
Repeat a task with a fixed delay.
- repeat(Runnable, long, long) - Method in class net.lenni0451.commons.threading.ThreadScheduler
-
Repeat a task with a fixed delay.
- repeat(Runnable, long, TimeUnit) - Method in class net.lenni0451.commons.threading.ThreadScheduler
-
Repeat a task with a fixed delay.
- repeat(Runnable, long, long, TimeUnit) - Method in class net.lenni0451.commons.threading.ThreadScheduler
-
Repeat a task with a fixed delay.
- required() - Method in class net.lenni0451.commons.strings.search.tokens.BinaryOrToken
-
- required() - Method in interface net.lenni0451.commons.strings.search.tokens.ISearchToken
-
- required() - Method in class net.lenni0451.commons.strings.search.tokens.KeywordToken
-
- required() - Method in class net.lenni0451.commons.strings.search.tokens.RequiredToken
-
- RequiredToken - Class in net.lenni0451.commons.strings.search.tokens
-
- RequiredToken(String) - Constructor for class net.lenni0451.commons.strings.search.tokens.RequiredToken
-
- reset() - Method in class net.lenni0451.commons.time.NanoTimer
-
- reset() - Method in class net.lenni0451.commons.time.NanoTiming
-
- reset() - Method in class net.lenni0451.commons.time.Timer
-
Reset the time.
- reset() - Method in class net.lenni0451.commons.time.Timing
-
Reset the time.
- ResultFilter - Enum in net.lenni0451.commons.strings.search
-
- retainAll(Collection<?>) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- retainAll(Collection<?>) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- reverse(boolean[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Reverse an array in place.
- reverse(byte[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Reverse an array in place.
- reverse(short[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Reverse an array in place.
- reverse(char[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Reverse an array in place.
- reverse(int[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Reverse an array in place.
- reverse(long[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Reverse an array in place.
- reverse(float[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Reverse an array in place.
- reverse(double[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Reverse an array in place.
- reverse(O[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
-
Reverse an array in place.
- RGB - Static variable in class net.lenni0451.commons.color.ColorConverter
-
The RGB color format (0xRR_GG_BB).
- RGBA - Static variable in class net.lenni0451.commons.color.ColorConverter
-
The RGBA color format (0xRR_GG_BB_AA).
- round(float, int) - Static method in class net.lenni0451.commons.math.MathUtils
-
Round a float to a certain precision.
- round(float[], int) - Static method in class net.lenni0451.commons.math.MathUtils
-
Round all floats in an array to a certain precision.
- round(double, int) - Static method in class net.lenni0451.commons.math.MathUtils
-
Round a double to a certain precision.
- round(double[], int) - Static method in class net.lenni0451.commons.math.MathUtils
-
Round all doubles in an array to a certain precision.
- run() - Method in interface net.lenni0451.commons.Sneaky.SneakyRunnable
-
- scale(double) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
-
Scale the rectangle by the same factor in both directions.
- scale(double, double) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
-
Scale the rectangle by different factors in both directions.
- scale(float) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
-
Scale the rectangle by the same factor in both directions.
- scale(float, float) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
-
Scale the rectangle by different factors in both directions.
- scale(int) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
-
Scale the rectangle by the same factor in both directions.
- scale(int, int) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
-
Scale the rectangle by different factors in both directions.
- schedule(Runnable, long) - Method in class net.lenni0451.commons.threading.ThreadScheduler
-
Schedule a task to be executed after a delay.
- schedule(Runnable, long, TimeUnit) - Method in class net.lenni0451.commons.threading.ThreadScheduler
-
Schedule a task to be executed after a delay.
- search(ResultFilter, String) - Method in class net.lenni0451.commons.strings.search.SearchEngine
-
Searches for objects in the supplier that match the given query.
- SearchEngine<T> - Class in net.lenni0451.commons.strings.search
-
- SearchEngine(Supplier<? extends Iterable<T>>, Function<T, String>) - Constructor for class net.lenni0451.commons.strings.search.SearchEngine
-
- SearchResult<T> - Class in net.lenni0451.commons.strings.search
-
- SearchResult(String, int, ResultFilter, List<T>, boolean) - Constructor for class net.lenni0451.commons.strings.search.SearchResult
-
- set(int, T) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Set the value at the index.
- setAlpha(int, int) - Method in class net.lenni0451.commons.color.ColorConverter
-
Set the alpha value of a color.
- setAlpha(float[], float) - Method in class net.lenni0451.commons.color.ColorConverter
-
Set the alpha value of a color.
- setAlpha(Color, int) - Static method in class net.lenni0451.commons.color.ColorUtils
-
Set the alpha value of a color.
- setBlue(int, int) - Method in class net.lenni0451.commons.color.ColorConverter
-
Set the blue value of a color.
- setBlue(float[], float) - Method in class net.lenni0451.commons.color.ColorConverter
-
Set the blue value of a color.
- setBlue(Color, int) - Static method in class net.lenni0451.commons.color.ColorUtils
-
Set the blue value of a color.
- setData(byte[]) - Method in class net.lenni0451.commons.io.FileSystemZip.Entry
-
Set the data of the entry.
- setGreen(int, int) - Method in class net.lenni0451.commons.color.ColorConverter
-
Set the green value of a color.
- setGreen(float[], float) - Method in class net.lenni0451.commons.color.ColorConverter
-
Set the green value of a color.
- setGreen(Color, int) - Static method in class net.lenni0451.commons.color.ColorUtils
-
Set the green value of a color.
- setIndex(int) - Method in class net.lenni0451.commons.strings.StringReader
-
Set the index of the reader.
- setRed(int, int) - Method in class net.lenni0451.commons.color.ColorConverter
-
Set the red value of a color.
- setRed(float[], float) - Method in class net.lenni0451.commons.color.ColorConverter
-
Set the red value of a color.
- setRed(Color, int) - Static method in class net.lenni0451.commons.color.ColorUtils
-
Set the red value of a color.
- Sets - Class in net.lenni0451.commons.collections
-
- Sets() - Constructor for class net.lenni0451.commons.collections.Sets
-
- shutdown() - Method in class net.lenni0451.commons.threading.ThreadScheduler
-
Shutdown the scheduler.
- shutdown(long) - Method in class net.lenni0451.commons.threading.ThreadScheduler
-
Shutdown the scheduler and wait for all tasks to finish.
- shutdown(long, TimeUnit) - Method in class net.lenni0451.commons.threading.ThreadScheduler
-
Shutdown the scheduler and wait for all tasks to finish.
- SingletonEnumeration<T> - Class in net.lenni0451.commons.collections.enumerations
-
An enumeration that only contains one element.
- SingletonEnumeration(T) - Constructor for class net.lenni0451.commons.collections.enumerations.SingletonEnumeration
-
- size() - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- size() - Method in class net.lenni0451.commons.collections.maps.DelegateMap
-
- size() - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- SizeConstrainedMap<K,V> - Class in net.lenni0451.commons.collections.maps
-
A map which is size constrained.
- SizeConstrainedMap(Map<K, V>, int) - Constructor for class net.lenni0451.commons.collections.maps.SizeConstrainedMap
-
- skip() - Method in class net.lenni0451.commons.strings.StringReader
-
Skip the next character and increase the index by 1.
- skip(int) - Method in class net.lenni0451.commons.strings.StringReader
-
Skip the next characters and increase the index by the given amount.
- skipUntil(char) - Method in class net.lenni0451.commons.strings.StringReader
-
Skip all characters until the given character is found.
- skipWhitespace() - Method in class net.lenni0451.commons.strings.StringReader
-
Skip all upcoming whitespace characters.
- sleep(long) - Static method in class net.lenni0451.commons.threading.ThreadUtils
-
Sleeps the current thread for the given amount of time.
- slice(int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get a slice of the array starting at the given index.
- slice(int, int) - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
-
Get a slice of the array starting at the given index and ending at the given index.
- SliceCalculator<T> - Class in net.lenni0451.commons.math
-
Take a list and calculate slices of it.
- SliceCalculator(List<T>, int) - Constructor for class net.lenni0451.commons.math.SliceCalculator
-
- sneak(Throwable) - Static method in class net.lenni0451.commons.Sneaky
-
Throw a throwable without having to declare it in the method signature.
- sneak(Sneaky.SneakyRunnable) - Static method in class net.lenni0451.commons.Sneaky
-
Run a runnable without having to declare the throwable in the method signature.
- sneak(Sneaky.SneakySupplier<O>) - Static method in class net.lenni0451.commons.Sneaky
-
Get a value from a supplier without having to declare the throwable in the method signature.
- Sneaky - Class in net.lenni0451.commons
-
- Sneaky() - Constructor for class net.lenni0451.commons.Sneaky
-
- Sneaky.SneakyRunnable - Interface in net.lenni0451.commons
-
- Sneaky.SneakySupplier<T> - Interface in net.lenni0451.commons
-
- sort(Map<K, V>, Comparator<Map.Entry<K, V>>) - Static method in class net.lenni0451.commons.collections.Maps
-
Sort a map using the given comparator.
- sort(Set<T>, Comparator<T>) - Static method in class net.lenni0451.commons.collections.Sets
-
Sort a set using the given comparator.
- squared(float, float, float, float) - Static method in class net.lenni0451.commons.math.Distance
-
Calculate the squared distance between two points (2D).
- squared(double, double, double, double) - Static method in class net.lenni0451.commons.math.Distance
-
Calculate the squared distance between two points (2D).
- squared(float, float, float, float, float, float) - Static method in class net.lenni0451.commons.math.Distance
-
Calculate the squared distance between two points (3D).
- squared(double, double, double, double, double, double) - Static method in class net.lenni0451.commons.math.Distance
-
Calculate the squared distance between two points (3D).
- start() - Method in class net.lenni0451.commons.network.TorProxy
-
Start the Tor process.
- startTimerHackThread() - Static method in class net.lenni0451.commons.threading.ThreadUtils
-
Start a thread that will sleep forever.
- stop() - Method in class net.lenni0451.commons.network.TorProxy
-
Stop the Tor process.
- StringArrayWrapper - Class in net.lenni0451.commons.arrays.wrapper
-
- StringArrayWrapper(String[]) - Constructor for class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
-
- StringReader - Class in net.lenni0451.commons.strings
-
- StringReader(String) - Constructor for class net.lenni0451.commons.strings.StringReader
-
- StringUtils - Class in net.lenni0451.commons.strings
-
- StringUtils() - Constructor for class net.lenni0451.commons.strings.StringUtils
-
- StringUtils - Class in net.lenni0451.commons
-
Deprecated.
- StringUtils() - Constructor for class net.lenni0451.commons.StringUtils
-
Deprecated.