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

A

ABGR - Static variable in class net.lenni0451.commons.color.ColorConverter
The ABGR color format (0xAA_BB_GG_RR).
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 an int to the end of an array.
add(int[], int, int) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
Add an 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.
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
Add values from another ArrayWrapper to the array.
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
 
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
 

B

between(float, float, float, float) - Static method in class net.lenni0451.commons.math.Distance
Calculate the distance between two points (2D).
between(double, double, double, double) - Static method in class net.lenni0451.commons.math.Distance
Calculate the distance between two points (2D).
between(float, float, float, float, float, float) - Static method in class net.lenni0451.commons.math.Distance
Calculate the distance between two points (3D).
between(double, double, double, double, double, double) - Static method in class net.lenni0451.commons.math.Distance
Calculate the distance between two points (3D).
BGR - Static variable in class net.lenni0451.commons.color.ColorConverter
The BGR color format (0xBB_GG_RR).
BGRA - Static variable in class net.lenni0451.commons.color.ColorConverter
The BGRA color format (0xBB_GG_RR_AA).
BLACK - Static variable in class net.lenni0451.commons.color.Color
 
BLUE - Static variable in class net.lenni0451.commons.color.Color
 
brighter() - Method in class net.lenni0451.commons.color.Color
 
brighter(float) - Method in class net.lenni0451.commons.color.Color
Brighten this color by the given factor.
ByteArrayClassLoader - Class in net.lenni0451.commons
A class loader with the ability to load classes from a byte array.
ByteArrayClassLoader(ClassLoader) - Constructor for class net.lenni0451.commons.ByteArrayClassLoader
 
ByteArrayURLStreamHandler - Class in net.lenni0451.commons.io
An URLStreamHandler which opens an URLConnection to a byte array.
ByteArrayURLStreamHandler(byte[]) - Constructor for class net.lenni0451.commons.io.ByteArrayURLStreamHandler
 

C

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.
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
 
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.
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(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.
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.StringUtils
Count the amount of occurrences of a string in another string.
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.StringUtils
Cut the string to the given length.
cut(String, char, int) - Static method in class net.lenni0451.commons.StringUtils
Cut the string to the given length.
CYAN - Static variable in class net.lenni0451.commons.color.Color
 

D

daemon(boolean) - Method in class net.lenni0451.commons.threading.ThreadFactoryImpl
Set the daemon state of the threads.
DARK_GRAY - Static variable in class net.lenni0451.commons.color.Color
 
darker() - Method in class net.lenni0451.commons.color.Color
 
darker(float) - Method in class net.lenni0451.commons.color.Color
Darken this color by the given factor.
delay - Variable in class net.lenni0451.commons.time.Timer
 
delete() - Method in class net.lenni0451.commons.io.FileSystemZip.Entry
Delete the entry.
directRGBA(int, int, int, int) - Static method in class net.lenni0451.commons.color.Color
Directly create a color from red, green, blue and alpha values.
distance(Color) - Method in class net.lenni0451.commons.color.Color
Calculate the distance between this color and another color.
distance(Color, Color) - Static method in class net.lenni0451.commons.color.ColorUtils
Get the distance between two colors.
Distance - Class in net.lenni0451.commons.math
 

E

equals(Object) - Method in class net.lenni0451.commons.color.Color
 
equals(Object) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
 
equals(Object) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
 
equals(Object) - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
 
exceptionHandler(Thread.UncaughtExceptionHandler) - Method in class net.lenni0451.commons.threading.ThreadFactoryImpl
Set the exception handler of the threads.
execute(Runnable) - Method in class net.lenni0451.commons.threading.ThreadScheduler
Directly execute a task.
exists() - Method in class net.lenni0451.commons.io.FileSystemZip.Entry
 
expandSubnet(String) - Static method in class net.lenni0451.commons.network.IPv4
Expand a subnet to all possible addresses.
expandSubnet(int, int) - Static method in class net.lenni0451.commons.network.IPv4
Expand a subnet to all possible addresses.

F

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
 
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.StringUtils
Flip the given string.
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.

G

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() - 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
 
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
 
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
 
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
 
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
 

H

hasDirectory(String) - Method in class net.lenni0451.commons.io.FileSystemZip
Check if an entry exists and is a directory.
hasEntry(String) - Method in class net.lenni0451.commons.io.FileSystemZip
Check if an entry exists.
hasFile(String) - Method in class net.lenni0451.commons.io.FileSystemZip
Check if an entry exists and is a file.
hashCode() - Method in class net.lenni0451.commons.color.Color
 
hashCode() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
 
hashCode() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
 
hashCode() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
 
hashMap(Object...) - Static method in class net.lenni0451.commons.collections.Maps
Create a new HashMap with the given objects.
hashMap(Consumer<HashMap<K, V>>) - Static method in class net.lenni0451.commons.collections.Maps
Create a new HashMap which is passed to the given consumer.
hasMoreElements() - Method in class net.lenni0451.commons.collections.enumerations.SingletonEnumeration
 
hasPassed() - Method in class net.lenni0451.commons.time.Timer
Check if the delay has passed.
hasPassed(long) - Method in class net.lenni0451.commons.time.Timing
Check if a certain amount of time has passed.
hybridSleep(long, long) - Static method in class net.lenni0451.commons.threading.ThreadUtils
Sleeps the current thread for the given amount of time.

I

ignoreCertificateErrors() - Static method in class net.lenni0451.commons.network.InetUtils
Ignore all certificate errors in HttpsURLConnections.
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 an int in an array.
indexOf(int[], int[]) - Static method in class net.lenni0451.commons.arrays.ArrayUtils
Get the index of an 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(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 an 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
 
IPv4 - Class in net.lenni0451.commons.network
 
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.
isEmpty() - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
 
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
 

J

join(String) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
Joins the array with the given separator.
join(String, int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
Joins the array with the given separator starting at the given index.
join(String, int, int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
Joins the array with the given separator starting at the given index and ending at the given index.

K

kill() - Method in class net.lenni0451.commons.network.TorProxy
Kill the Tor process.

L

Lazy<T> - Class in net.lenni0451.commons
An object to store a value that is only initialized when required.
Lazy(Supplier<T>) - Constructor for class net.lenni0451.commons.Lazy
 
length() - Method in class net.lenni0451.commons.arrays.wrapper.ArrayWrapper
 
LIGHT_GRAY - Static variable in class net.lenni0451.commons.color.Color
 
linkedHashMap(Object...) - Static method in class net.lenni0451.commons.collections.Maps
Create a new LinkedHashMap with the given objects.
linkedHashMap(Consumer<LinkedHashMap<K, V>>) - Static method in class net.lenni0451.commons.collections.Maps
Create a new LinkedHashMap which is passed to the given consumer.
listFiles(File) - Static method in class net.lenni0451.commons.io.FileUtils
List all files in a directory recursively.
listFiles(File, Predicate<File>) - Static method in class net.lenni0451.commons.io.FileUtils
List all files in a directory recursively.
Lists - Class in net.lenni0451.commons.collections
 

M

MAGENTA - Static variable in class net.lenni0451.commons.color.Color
 
makeURL(String, byte[]) - Static method in class net.lenni0451.commons.io.ByteArrayURLStreamHandler
Make an url which has an URLConnection to the given byte array.
map(int, int, int, int, int) - Static method in class net.lenni0451.commons.math.MathUtils
Map an int from one range to another.
map(long, long, long, long, long) - Static method in class net.lenni0451.commons.math.MathUtils
Map a long from one range to another.
map(float, float, float, float, float) - Static method in class net.lenni0451.commons.math.MathUtils
Map a float from one range to another.
map(double, double, double, double, double) - Static method in class net.lenni0451.commons.math.MathUtils
Map a double from one range to another.
MapOps - Class in net.lenni0451.commons.collections
 
MapOps() - Constructor for class net.lenni0451.commons.collections.MapOps
 
Maps - Class in net.lenni0451.commons.collections
 
MathUtils - Class in net.lenni0451.commons.math
 
merge(List<T>, List<T>...) - Static method in class net.lenni0451.commons.collections.Lists
Merge multiple lists into one.
merge(Map<K, V>, Map<K, V>...) - Static method in class net.lenni0451.commons.collections.Maps
Merge multiple maps into one.
merge(Set<T>, Set<T>...) - Static method in class net.lenni0451.commons.collections.Sets
Merge multiple sets into one.
mix(Color, Color) - Static method in class net.lenni0451.commons.color.ColorUtils
Mix two colors together.
moveToBottom(List<T>, T) - Static method in class net.lenni0451.commons.collections.Lists
Move the given item to the bottom of the list.
multiply(float) - Method in class net.lenni0451.commons.color.Color
Multiply this color with a factor.
multiply(Color) - Method in class net.lenni0451.commons.color.Color
Multiply this color with another color.
multiply(Color, float) - Static method in class net.lenni0451.commons.color.ColorUtils
Multiply a color with a factor.
multiply(Color, float, float, float, float) - Static method in class net.lenni0451.commons.color.ColorUtils
Multiply a color with a factor.
multiplyAll(float) - Method in class net.lenni0451.commons.color.Color
Multiply this color with a factor.
multiplyAll(Color, float) - Static method in class net.lenni0451.commons.color.ColorUtils
Multiply a color with a factor.
multiplyAlpha(float) - Method in class net.lenni0451.commons.color.Color
Multiply this colors alpha value with a factor.
multiplyAlpha(Color, float) - Static method in class net.lenni0451.commons.color.ColorUtils
Multiply the alpha value of a color with a factor.

N

name(String) - Method in class net.lenni0451.commons.threading.ThreadFactoryImpl
Set the name of the threads.
NanoTimer - Class in net.lenni0451.commons.time
A simple class to ensure that a fixed amount of time has passed.
NanoTimer(long) - Constructor for class net.lenni0451.commons.time.NanoTimer
 
NanoTiming - Class in net.lenni0451.commons.time
A simple class to ensure that a given amount of time has passed.
NanoTiming() - Constructor for class net.lenni0451.commons.time.NanoTiming
 
net.lenni0451.commons - package net.lenni0451.commons
 
net.lenni0451.commons.arrays - package net.lenni0451.commons.arrays
 
net.lenni0451.commons.arrays.wrapper - package net.lenni0451.commons.arrays.wrapper
 
net.lenni0451.commons.collections - package net.lenni0451.commons.collections
 
net.lenni0451.commons.collections.enumerations - package net.lenni0451.commons.collections.enumerations
 
net.lenni0451.commons.color - package net.lenni0451.commons.color
 
net.lenni0451.commons.io - package net.lenni0451.commons.io
 
net.lenni0451.commons.math - package net.lenni0451.commons.math
 
net.lenni0451.commons.math.shapes.rect - package net.lenni0451.commons.math.shapes.rect
 
net.lenni0451.commons.network - package net.lenni0451.commons.network
 
net.lenni0451.commons.network.trust - package net.lenni0451.commons.network.trust
 
net.lenni0451.commons.threading - package net.lenni0451.commons.threading
 
net.lenni0451.commons.time - package net.lenni0451.commons.time
 
newConcurrentSkipListSet(T...) - Static method in class net.lenni0451.commons.collections.Sets
Create a new ConcurrentSkipListSet with the given objects.
newConcurrentSkipListSet(Consumer<ConcurrentSkipListSet<T>>) - Static method in class net.lenni0451.commons.collections.Sets
Create a new ConcurrentSkipListSet which is passed to the given consumer.
newHashSet(T...) - Static method in class net.lenni0451.commons.collections.Sets
Create a new HashSet with the given objects.
newHashSet(Consumer<HashSet<T>>) - Static method in class net.lenni0451.commons.collections.Sets
Create a new HashSet which is passed to the given consumer.
newLinkedHashSet(T...) - Static method in class net.lenni0451.commons.collections.Sets
Create a new LinkedHashSet with the given objects.
newLinkedHashSet(Consumer<LinkedHashSet<T>>) - Static method in class net.lenni0451.commons.collections.Sets
Create a new LinkedHashSet which is passed to the given consumer.
newThread(Runnable) - Method in class net.lenni0451.commons.threading.ThreadFactoryImpl
 
nextElement() - Method in class net.lenni0451.commons.collections.enumerations.SingletonEnumeration
 
NumberChecker - Class in net.lenni0451.commons.math
 

O

ObjectArrayWrapper - Class in net.lenni0451.commons.arrays.wrapper
 
ObjectArrayWrapper(Object[]) - Constructor for class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
 
of(Supplier<T>) - Static method in class net.lenni0451.commons.Lazy
Create a new lazy object.
of() - Static method in class net.lenni0451.commons.threading.ThreadFactoryImpl
Create a new thread factory.
of(String) - Static method in class net.lenni0451.commons.threading.ThreadFactoryImpl
Create a new thread factory with a name.
of(boolean) - Static method in class net.lenni0451.commons.threading.ThreadFactoryImpl
Create a new thread factory with a daemon state.
of(int) - Static method in class net.lenni0451.commons.threading.ThreadFactoryImpl
Create a new thread factory with a priority.
of(Thread.UncaughtExceptionHandler) - Static method in class net.lenni0451.commons.threading.ThreadFactoryImpl
Create a new thread factory with an exception handler.
openConnection(URL) - Method in class net.lenni0451.commons.io.ByteArrayURLStreamHandler
 
openTrustingConnection(URL) - Static method in class net.lenni0451.commons.network.InetUtils
Open a HttpsURLConnection which does not check any certificates.
ORANGE - Static variable in class net.lenni0451.commons.color.Color
 

P

PINK - Static variable in class net.lenni0451.commons.color.Color
 
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 an 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.

R

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
 
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.
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.
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
 
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(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.
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 an 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(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(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.StringUtils
Repeat the char a given amount of times.
repeat(String, int) - Static method in class net.lenni0451.commons.StringUtils
Repeat the string a given amount of times.
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.
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.
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
 

S

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.
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.
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
 
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
 
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.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
 
StringUtils - Class in net.lenni0451.commons
 

T

ThreadFactoryImpl - Class in net.lenni0451.commons.threading
A simple thread factory implementation.
ThreadScheduler - Class in net.lenni0451.commons.threading
A thread scheduler that can execute tasks with a delay or repeat them.
ThreadScheduler(boolean, boolean) - Constructor for class net.lenni0451.commons.threading.ThreadScheduler
Create a new task scheduler.
ThreadUtils - Class in net.lenni0451.commons.threading
 
time - Variable in class net.lenni0451.commons.time.Timer
 
time - Variable in class net.lenni0451.commons.time.Timing
 
TimeFormatter - Class in net.lenni0451.commons.time
 
Timer - Class in net.lenni0451.commons.time
A simple class to ensure that a fixed amount of time has passed.
Timer(long) - Constructor for class net.lenni0451.commons.time.Timer
 
timeUntil() - Method in class net.lenni0451.commons.time.Timer
 
timeUntil(long) - Method in class net.lenni0451.commons.time.Timing
Get the time until a certain amount of time has passed.
Timing - Class in net.lenni0451.commons.time
A simple class to ensure that a given amount of time has passed.
Timing() - Constructor for class net.lenni0451.commons.time.Timing
 
to(Color) - Method in class net.lenni0451.commons.color.ColorConverter
Convert a color to its int representation.
to(int, int, int, int) - Method in class net.lenni0451.commons.color.ColorConverter
Convert a color to its int representation.
to(float, float, float, float) - Method in class net.lenni0451.commons.color.ColorConverter
Convert a color to its int representation.
toABGR() - Method in class net.lenni0451.commons.color.Color
 
toABGRF() - Method in class net.lenni0451.commons.color.Color
 
toARGB() - Method in class net.lenni0451.commons.color.Color
 
toARGBF() - Method in class net.lenni0451.commons.color.Color
 
toBGR() - Method in class net.lenni0451.commons.color.Color
 
toBGRA() - Method in class net.lenni0451.commons.color.Color
 
toBGRAF() - Method in class net.lenni0451.commons.color.Color
 
toBGRF() - Method in class net.lenni0451.commons.color.Color
 
toFloats(Color) - Method in class net.lenni0451.commons.color.ColorConverter
Convert a color to its float representation.
toFloats(int, int, int) - Method in class net.lenni0451.commons.color.ColorConverter
Convert a color to its float representation.
toFloats(int, int, int, int) - Method in class net.lenni0451.commons.color.ColorConverter
Convert a color to its float representation.
toFloats(float, float, float, float) - Method in class net.lenni0451.commons.color.ColorConverter
Convert a color to its float representation.
toHSB() - Method in class net.lenni0451.commons.color.Color
 
toInt(String) - Static method in class net.lenni0451.commons.network.IPv4
Convert an IPv4 address to an int.
toRGB() - Method in class net.lenni0451.commons.color.Color
 
toRGBA() - Method in class net.lenni0451.commons.color.Color
 
toRGBAF() - Method in class net.lenni0451.commons.color.Color
 
toRGBF() - Method in class net.lenni0451.commons.color.Color
 
TorProxy - Class in net.lenni0451.commons.network
Start and manage a Tor proxy instance.
TorProxy(File) - Constructor for class net.lenni0451.commons.network.TorProxy
Create a new Tor proxy instance.
TorProxy(File, int) - Constructor for class net.lenni0451.commons.network.TorProxy
Create a new Tor proxy instance.
TorProxy(File, int, int) - Constructor for class net.lenni0451.commons.network.TorProxy
Create a new Tor proxy instance.
toString() - Method in class net.lenni0451.commons.color.Color
 
toString() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2d
 
toString() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2f
 
toString() - Method in class net.lenni0451.commons.math.shapes.rect.Rect2i
 
toString(int) - Static method in class net.lenni0451.commons.network.IPv4
Convert an int to an IPv4 address.

U

uppercaseFirst(String) - Static method in class net.lenni0451.commons.StringUtils
Uppercase the first letter of the string and lowercase the rest.

V

verify(String, SSLSession) - Method in class net.lenni0451.commons.network.trust.AllHostnameVerifier
 

W

waitUntil() - Method in class net.lenni0451.commons.time.NanoTimer
 
waitUntil(long) - Method in class net.lenni0451.commons.time.NanoTiming
 
waitUntil() - Method in class net.lenni0451.commons.time.Timer
Wait until the delay has passed.
waitUntil(long) - Method in class net.lenni0451.commons.time.Timing
Wait until a certain amount of time has passed.
WHITE - Static variable in class net.lenni0451.commons.color.Color
 
withAlpha(int) - Method in class net.lenni0451.commons.color.Color
Get a new color with a different alpha value.
withAlphaF(float) - Method in class net.lenni0451.commons.color.Color
Get a new color with a different alpha value.
withBlue(int) - Method in class net.lenni0451.commons.color.Color
Get a new color with a different blue value.
withBlueF(float) - Method in class net.lenni0451.commons.color.Color
Get a new color with a different blue value.
withGreen(int) - Method in class net.lenni0451.commons.color.Color
Get a new color with a different green value.
withGreenF(float) - Method in class net.lenni0451.commons.color.Color
Get a new color with a different green value.
withRed(int) - Method in class net.lenni0451.commons.color.Color
Get a new color with a different red value.
withRedF(float) - Method in class net.lenni0451.commons.color.Color
Get a new color with a different red value.
wrappedSlice(int) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
Get a wrapped slice of the array starting at the given index.
wrappedSlice(int, int) - Method in class net.lenni0451.commons.arrays.wrapper.ObjectArrayWrapper
Get a wrapped slice of the array starting at the given index and ending at the given index.
wrappedSlice(int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
Get a wrapped slice of the array starting at the given index.
wrappedSlice(int, int) - Method in class net.lenni0451.commons.arrays.wrapper.StringArrayWrapper
Get a wrapped slice of the array starting at the given index and ending at the given index.
write(File, OutputStream) - Static method in class net.lenni0451.commons.io.FileUtils
Read all bytes from a file and write them to a stream.

Y

YELLOW - Static variable in class net.lenni0451.commons.color.Color
 

Z

ZERO - Static variable in class net.lenni0451.commons.math.shapes.rect.Rect2d
 
ZERO - Static variable in class net.lenni0451.commons.math.shapes.rect.Rect2f
 
ZERO - Static variable in class net.lenni0451.commons.math.shapes.rect.Rect2i
 
A B C D E F G H I J K L M N O P R S T U V W Y Z 
Skip navigation links