- ACCEPT_METHOD - Static variable in class de.florianmichael.rclasses.common.WebUtils
-
- add(boolean[], boolean) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(short[], short) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(int[], int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(long[], long) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(float[], float) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(double[], double) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(byte[], byte) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(char[], char) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(boolean[], int, boolean) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(short[], int, short) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(int[], int, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(long[], int, long) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(float[], int, float) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(double[], int, double) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(byte[], int, byte) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(char[], int, char) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(T[], T, IntFunction<T[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- add(T[], int, T, IntFunction<T[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Adds the specified element to the specified array.
- aes(SecretKey) - Static method in class de.florianmichael.rclasses.common.encryption.EncryptionUtils
-
- aes(IvParameterSpec, SecretKey) - Static method in class de.florianmichael.rclasses.common.encryption.EncryptionUtils
-
- AES - Class in de.florianmichael.rclasses.common.encryption.impl
-
- AES(IvParameterSpec, SecretKey) - Constructor for class de.florianmichael.rclasses.common.encryption.impl.AES
-
- AESKeyLength - Enum in de.florianmichael.rclasses.common.encryption
-
- alpha - Variable in class de.florianmichael.rclasses.common.color.HSBColor
-
- amd64 - Variable in class de.florianmichael.rclasses.common.os.OSArchitecture
-
- arm - Variable in class de.florianmichael.rclasses.common.os.OSArchitecture
-
- arm64 - Variable in class de.florianmichael.rclasses.common.os.OSArchitecture
-
- ArrayUtils - Class in de.florianmichael.rclasses.common.array
-
- ArrayUtils() - Constructor for class de.florianmichael.rclasses.common.array.ArrayUtils
-
- colorInterpolate(Color, Color, double) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
-
Interpolates between two colors.
- colorInterpolate(Color, Color, double, double, double, double) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
-
Interpolates between two colors.
- ColorUtils - Class in de.florianmichael.rclasses.common.color
-
- ColorUtils() - Constructor for class de.florianmichael.rclasses.common.color.ColorUtils
-
- complementaryOffset(int) - Static method in class de.florianmichael.rclasses.common.encryption.EncryptionUtils
-
- contains(boolean[], boolean) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns whenever the array contains the specified object.
- contains(short[], short) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns whenever the array contains the specified object.
- contains(int[], int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns whenever the array contains the specified object.
- contains(long[], long) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns whenever the array contains the specified object.
- contains(float[], float) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns whenever the array contains the specified object.
- contains(double[], double) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns whenever the array contains the specified object.
- contains(byte[], byte) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns whenever the array contains the specified object.
- contains(char[], char) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns whenever the array contains the specified object.
- contains(T[], T) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns whenever the array contains the specified object.
- contains(String, String) - Static method in class de.florianmichael.rclasses.common.StringUtils
-
Checks if a string contains another string, ignoring case sensitivity.
- create() - Static method in class de.florianmichael.rclasses.common.WebUtils
-
Performs a POST request to the given URL with the given input.
- create(String) - Static method in class de.florianmichael.rclasses.common.WebUtils
-
Performs a POST request to the given URL with the given input.
- create(String, String) - Static method in class de.florianmichael.rclasses.common.WebUtils
-
Performs a POST request to the given URL with the given input.
- createEmpty() - Static method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- currentDate() - Static method in class de.florianmichael.rclasses.common.TimeFormatter
-
- currentDateTime() - Static method in class de.florianmichael.rclasses.common.TimeFormatter
-
- currentTime() - Static method in class de.florianmichael.rclasses.common.TimeFormatter
-
- ia64 - Variable in class de.florianmichael.rclasses.common.os.OSArchitecture
-
- indexOf(boolean[], boolean) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(boolean[], boolean, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(short[], short) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(short[], short, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(int[], int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(int[], int, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(long[], long) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(long[], long, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(float[], float) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(float[], float, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(double[], double) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(double[], double, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(byte[], byte) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(byte[], byte, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(char[], char) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(char[], char, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(T[], T) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indexOf(T[], T, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns the index of the specified object in the array.
- indicesOf(boolean[], boolean) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(boolean[], boolean, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(short[], short) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(short[], short, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(int[], int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(int[], int, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(long[], long) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(long[], long, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(float[], float) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(float[], float, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(double[], double) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(double[], double, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(byte[], byte) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(byte[], byte, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(char[], char) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(char[], char, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(T[], T) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- indicesOf(T[], T, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Returns all indices of the specified object in the array.
- invert(Color) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
-
Invert a color
- is64Bit() - Method in class de.florianmichael.rclasses.common.os.OSArchitecture
-
- isBigInteger(String) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is a BigInteger
- isBigInteger(String, int) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is a BigInteger
- isBoolean(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isBoolean(String) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is a boolean.
- isByte(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isByte(String) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is a byte.
- isByte(String, int) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is a byte.
- isCharacter(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isCharacter(String) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is a character.
- isDouble(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isDouble(String) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is a double.
- isEmpty() - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isFloat(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isFloat(String) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is a float.
- isGreater(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isGreaterOrEqual(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isIndexInvalid(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isIndexValid(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isInteger(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isInteger(String) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is an integer.
- isInteger(String, int) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is an integer.
- isLength(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isLong(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isLong(String) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is a long.
- isLong(String, int) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is a long.
- isShort(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isShort(String) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is a short.
- isShort(String, int) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if the given string is a short.
- isSmaller(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isSmallerOrEqual(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isString(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
-
- isUUID(String) - Static method in class de.florianmichael.rclasses.common.array.ObjectTypeChecker
-
Checks if a given string is a UUID.
- MAIN_THREAD_RANDOM - Static variable in class de.florianmichael.rclasses.common.RandomUtils
-
- MAX_INT - Static variable in class de.florianmichael.rclasses.common.color.ColorUtils
-
- maximumStringSize(int, long) - Static method in class de.florianmichael.rclasses.common.StringUtils
-
Returns the size of the biggest possible string that can be used to encode a number within the given maximum value and radix.
- merge(boolean[], boolean[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merges the specified arrays into one array.
- merge(short[], short[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merges the specified arrays into one array.
- merge(int[], int[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merges the specified arrays into one array.
- merge(long[], long[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merges the specified arrays into one array.
- merge(float[], float[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merges the specified arrays into one array.
- merge(double[], double[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merges the specified arrays into one array.
- merge(byte[], byte[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merges the specified arrays into one array.
- merge(char[], char[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merges the specified arrays into one array.
- merge(T[], T[], IntFunction<T[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merges the specified arrays into one array.
- merge(boolean[][], IntFunction<boolean[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merged the specified two-dimensional arrays into one array.
- merge(short[][], IntFunction<short[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merged the specified two-dimensional arrays into one array.
- merge(int[][], IntFunction<int[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merged the specified two-dimensional arrays into one array.
- merge(long[][], IntFunction<long[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merged the specified two-dimensional arrays into one array.
- merge(float[][], IntFunction<float[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merged the specified two-dimensional arrays into one array.
- merge(double[][], IntFunction<double[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merged the specified two-dimensional arrays into one array.
- merge(byte[][], IntFunction<byte[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merged the specified two-dimensional arrays into one array.
- merge(char[][], IntFunction<char[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merged the specified two-dimensional arrays into one array.
- merge(T[][], IntFunction<T[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Merges the specified two-dimensional arrays into one array.
- MIN_INT - Static variable in class de.florianmichael.rclasses.common.color.ColorUtils
-
- mips - Variable in class de.florianmichael.rclasses.common.os.OSArchitecture
-
- mips64 - Variable in class de.florianmichael.rclasses.common.os.OSArchitecture
-
- RANDOM - Static variable in class de.florianmichael.rclasses.common.RandomUtils
-
- randomBoolean() - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
- randomByte(byte, byte) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
- randomBytes(int) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
- randomBytes(int, int) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
- randomChar(char, char) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
- randomDouble(double, double) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
- randomElement(T[]) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
- randomElement(List<T>) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
- randomFloat(float, float) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
- randomInt(int, int) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
- randomLong(long, long) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
- randomShort(short, short) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
- randomString(int, int, boolean, boolean, boolean, boolean) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
Generates a random string with the specified length and characters.
- randomString(int, boolean, boolean, boolean, boolean) - Static method in class de.florianmichael.rclasses.common.RandomUtils
-
Generates a random string with the specified length and characters.
- RandomUtils - Class in de.florianmichael.rclasses.common
-
This class contains some useful methods for generating random numbers.
- RandomUtils() - Constructor for class de.florianmichael.rclasses.common.RandomUtils
-
- remove(boolean[], int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Removes the element at the specified position in the specified array.
- remove(short[], int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Removes the element at the specified position in the specified array.
- remove(int[], int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Removes the element at the specified position in the specified array.
- remove(long[], int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Removes the element at the specified position in the specified array.
- remove(float[], int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Removes the element at the specified position in the specified array.
- remove(double[], int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Removes the element at the specified position in the specified array.
- remove(byte[], int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Removes the element at the specified position in the specified array.
- remove(char[], int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Removes the element at the specified position in the specified array.
- remove(T[], int, IntFunction<T[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Removes the element at the specified position in the specified array.
- removeHeader(String) - Method in class de.florianmichael.rclasses.common.WebUtils
-
Removes an optional header from the request.
- replaceAll(String, String, String) - Static method in class de.florianmichael.rclasses.common.StringUtils
-
Replaces all occurrences of a substring in a string, ignoring case sensitivity.
- replaceLast(String, String, String) - Static method in class de.florianmichael.rclasses.common.StringUtils
-
Replaces the last occurrence of a substring in a string with another substring.
- reverse(boolean[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Reverses all indices of the specified array.
- reverse(short[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Reverses all indices of the specified array.
- reverse(int[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Reverses all indices of the specified array.
- reverse(long[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Reverses all indices of the specified array.
- reverse(float[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Reverses all indices of the specified array.
- reverse(double[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Reverses all indices of the specified array.
- reverse(byte[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Reverses all indices of the specified array.
- reverse(char[]) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Reverses all indices of the specified array.
- reverse(T[], IntFunction<T[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Reverses all indices of the specified array.
- reverse(String) - Static method in class de.florianmichael.rclasses.common.StringUtils
-
Reverses the given string
- rgb(int) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
-
Splits the given color into an array of floats.
- rgba(int) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
-
Splits the given color into an array of floats.
- rot13(int) - Static method in class de.florianmichael.rclasses.common.encryption.EncryptionUtils
-
- Rot13 - Class in de.florianmichael.rclasses.common.encryption.impl
-
- Rot13(int) - Constructor for class de.florianmichael.rclasses.common.encryption.impl.Rot13
-
- s390 - Variable in class de.florianmichael.rclasses.common.os.OSArchitecture
-
- s390x - Variable in class de.florianmichael.rclasses.common.os.OSArchitecture
-
- saturation - Variable in class de.florianmichael.rclasses.common.color.HSBColor
-
- SECURE_RANDOM - Static variable in class de.florianmichael.rclasses.common.RandomUtils
-
- setColor(Color) - Method in class de.florianmichael.rclasses.common.color.HSBColor
-
Sets the color of this HSBColor to the given color, see Color.
- setColor(float, float, float) - Method in class de.florianmichael.rclasses.common.color.HSBColor
-
Sets the color of this HSBColor to the given hue, saturation, brightness, and alpha values.
- setColor(float, float, float, float) - Method in class de.florianmichael.rclasses.common.color.HSBColor
-
Sets the color of this HSBColor to the given hue, saturation, brightness, and alpha values.
- SliceCalculation<T> - Class in de.florianmichael.rclasses.common.array
-
Class for calculating slices of a list.
- SliceCalculation(List<T>, int) - Constructor for class de.florianmichael.rclasses.common.array.SliceCalculation
-
- smallestOf(List<String>) - Static method in class de.florianmichael.rclasses.common.StringUtils
-
Returns the smallest string of the given strings
- smallestOf(String...) - Static method in class de.florianmichael.rclasses.common.StringUtils
-
Returns the smallest string of the given strings
- space(int) - Static method in class de.florianmichael.rclasses.common.StringUtils
-
Generates a string of spaces
- sparc - Variable in class de.florianmichael.rclasses.common.os.OSArchitecture
-
- SPECIAL_CHARS - Static variable in class de.florianmichael.rclasses.common.StringUtils
-
- startsWith(String, String) - Static method in class de.florianmichael.rclasses.common.StringUtils
-
Checks if a string starts with another string, ignoring case sensitivity.
- StringUtils - Class in de.florianmichael.rclasses.common
-
- StringUtils() - Constructor for class de.florianmichael.rclasses.common.StringUtils
-
- sub(boolean[], int, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Cuts the specified array from the start index to the end index.
- sub(short[], int, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Cuts the specified array from the start index to the end index.
- sub(int[], int, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Cuts the specified array from the start index to the end index.
- sub(long[], int, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Cuts the specified array from the start index to the end index.
- sub(float[], int, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Cuts the specified array from the start index to the end index.
- sub(double[], int, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Cuts the specified array from the start index to the end index.
- sub(byte[], int, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Cuts the specified array from the start index to the end index.
- sub(char[], int, int) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Cuts the specified array from the start index to the end index.
- sub(T[], int, int, IntFunction<T[]>) - Static method in class de.florianmichael.rclasses.common.array.ArrayUtils
-
Cuts the specified array from the start index to the end index.