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

A

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
 

B

base64() - Static method in class de.florianmichael.rclasses.common.encryption.EncryptionUtils
 
Base64 - Class in de.florianmichael.rclasses.common.encryption.impl
 
Base64() - Constructor for class de.florianmichael.rclasses.common.encryption.impl.Base64
 
brightness - Variable in class de.florianmichael.rclasses.common.color.HSBColor
 

C

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
 

D

DATE_FORMAT - Static variable in class de.florianmichael.rclasses.common.TimeFormatter
 
de.florianmichael.rclasses.common - package de.florianmichael.rclasses.common
 
de.florianmichael.rclasses.common.array - package de.florianmichael.rclasses.common.array
 
de.florianmichael.rclasses.common.color - package de.florianmichael.rclasses.common.color
 
de.florianmichael.rclasses.common.encryption - package de.florianmichael.rclasses.common.encryption
 
de.florianmichael.rclasses.common.encryption.impl - package de.florianmichael.rclasses.common.encryption.impl
 
de.florianmichael.rclasses.common.os - package de.florianmichael.rclasses.common.os
 
decrypt(byte[]) - Method in interface de.florianmichael.rclasses.common.encryption.Encryptor
 
decrypt(String) - Method in interface de.florianmichael.rclasses.common.encryption.Encryptor
 
decrypt(byte[]) - Method in class de.florianmichael.rclasses.common.encryption.impl.AES
 
decrypt(byte[]) - Method in class de.florianmichael.rclasses.common.encryption.impl.Base64
 
decrypt(byte[]) - Method in class de.florianmichael.rclasses.common.encryption.impl.Rot13
 
DEFAULT - Static variable in class de.florianmichael.rclasses.common.WebUtils
Creates a new instance of WebUtils with the default user agent and accept method.
DEFAULT_AGENT - Static variable in class de.florianmichael.rclasses.common.WebUtils
 
deleteFolder(File) - Static method in class de.florianmichael.rclasses.common.FileUtils
Deletes a folder and all its content
downloadFile(String, File) - Static method in class de.florianmichael.rclasses.common.FileUtils
Downloads a file from the internet and saves it to the given output file.
downloadFile(String, String, File) - Static method in class de.florianmichael.rclasses.common.FileUtils
Downloads a file from the internet and saves it to the given output file.

E

encrypt(byte[]) - Method in interface de.florianmichael.rclasses.common.encryption.Encryptor
 
encrypt(String) - Method in interface de.florianmichael.rclasses.common.encryption.Encryptor
 
encrypt(byte[]) - Method in class de.florianmichael.rclasses.common.encryption.impl.AES
 
encrypt(byte[]) - Method in class de.florianmichael.rclasses.common.encryption.impl.Base64
 
encrypt(byte[]) - Method in class de.florianmichael.rclasses.common.encryption.impl.Rot13
 
EncryptionUtils - Class in de.florianmichael.rclasses.common.encryption
Utility class for encryption.
EncryptionUtils() - Constructor for class de.florianmichael.rclasses.common.encryption.EncryptionUtils
 
Encryptor - Interface in de.florianmichael.rclasses.common.encryption
Interface for encryptors.
endsWith(String, String) - Static method in class de.florianmichael.rclasses.common.StringUtils
Checks if a string ends with another string, ignoring case sensitivity.
equals(Object) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
equals(Object) - Method in class de.florianmichael.rclasses.common.os.OSArchitecture
 
ESCAPED_CHARACTERS - Static variable in class de.florianmichael.rclasses.common.StringUtils
 
extractFile(ZipInputStream, String) - Static method in class de.florianmichael.rclasses.common.FileUtils
Extracts a file from the given zip input stream to the given file path.

F

FileUtils - Class in de.florianmichael.rclasses.common
 
FileUtils() - Constructor for class de.florianmichael.rclasses.common.FileUtils
 
formatBytes(long) - Static method in class de.florianmichael.rclasses.common.StringUtils
Formats a value in bytes to a human-readable format
formatDate(LocalDateTime) - Static method in class de.florianmichael.rclasses.common.TimeFormatter
 
formatDateTime(LocalDateTime) - Static method in class de.florianmichael.rclasses.common.TimeFormatter
 
formatTime(LocalDateTime) - Static method in class de.florianmichael.rclasses.common.TimeFormatter
 
fromHex(String) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
Returns a color model from the given hex value.
fromIterationCount(int) - Static method in class de.florianmichael.rclasses.common.encryption.EncryptionUtils
 
fromString(String) - Static method in class de.florianmichael.rclasses.common.encryption.EncryptionUtils
 
fromString(String, byte[]) - Static method in class de.florianmichael.rclasses.common.encryption.EncryptionUtils
 
fromString(String, byte[], int) - Static method in class de.florianmichael.rclasses.common.encryption.EncryptionUtils
 
fromString(String, byte[], int, int) - Static method in class de.florianmichael.rclasses.common.encryption.EncryptionUtils
 

G

generateIv() - Static method in class de.florianmichael.rclasses.common.encryption.EncryptionUtils
 
get(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
get(String) - Method in class de.florianmichael.rclasses.common.WebUtils
Performs a GET request to the given URL.
getArchitecture() - Static method in enum de.florianmichael.rclasses.common.os.OperatingSystem
 
getBoolean(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
getByte(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
getCharacter(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
getColor() - Method in class de.florianmichael.rclasses.common.color.HSBColor
 
getDouble(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
getFloat(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
getInput() - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
getInteger(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
getLong(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
getNativeExtension() - Static method in enum de.florianmichael.rclasses.common.os.OperatingSystem
 
getOS() - Static method in enum de.florianmichael.rclasses.common.os.OperatingSystem
 
getRainbow() - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
 
getRainbow(long, double) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
Returns a rainbow color.
getRainbow(long, double, float, float) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
Returns a rainbow color.
getShort(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
getSlice(int, int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
getSlice(int) - Method in class de.florianmichael.rclasses.common.array.SliceCalculation
Returns the slice at the given index.
getSliceCount() - Method in class de.florianmichael.rclasses.common.array.SliceCalculation
 
getSliceCount(int, int) - Static method in class de.florianmichael.rclasses.common.array.SliceCalculation
Returns the number of slices for the given size and slice size.
getString(int) - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 

H

hashCode() - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
hashCode() - Method in class de.florianmichael.rclasses.common.os.OSArchitecture
 
HSBColor - Class in de.florianmichael.rclasses.common.color
Represents a color in the HSB color space.
HSBColor(Color) - Constructor for class de.florianmichael.rclasses.common.color.HSBColor
Creates a new HSBColor from the given color.
HSBColor(float, float, float, float) - Constructor for class de.florianmichael.rclasses.common.color.HSBColor
Creates a new HSBColor from the given hue, saturation, brightness, and alpha values.
hue - Variable in class de.florianmichael.rclasses.common.color.HSBColor
 

I

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.

K

keyLength - Variable in enum de.florianmichael.rclasses.common.encryption.AESKeyLength
 

L

length() - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
longestOf(List<String>) - Static method in class de.florianmichael.rclasses.common.StringUtils
Returns the longest string of the given strings
longestOf(String...) - Static method in class de.florianmichael.rclasses.common.StringUtils
Returns the longest string of the given strings
LOWER_CHARS - Static variable in class de.florianmichael.rclasses.common.StringUtils
 

M

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
 

N

normalizeEnumName(String) - Static method in class de.florianmichael.rclasses.common.StringUtils
Normalizes the given enum name to a readable string (e.g.
NUMBER_CHARS - Static variable in class de.florianmichael.rclasses.common.StringUtils
 

O

ObjectArrayWrapper<T> - Class in de.florianmichael.rclasses.common.array
This files wraps an object array and provides methods to check the length and the index.
ObjectArrayWrapper(T[]) - Constructor for class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
Creates a new instance of this class.
ObjectTypeChecker - Class in de.florianmichael.rclasses.common.array
This file contains methods to check the data type of string.
ObjectTypeChecker() - Constructor for class de.florianmichael.rclasses.common.array.ObjectTypeChecker
 
OperatingSystem - Enum in de.florianmichael.rclasses.common.os
This enum represents the operating system the program is running on.
OSArchitecture - Class in de.florianmichael.rclasses.common.os
This class represents the architecture of the operating system.
OSArchitecture(String) - Constructor for class de.florianmichael.rclasses.common.os.OSArchitecture
 

P

performGet(String, String, String) - Static method in class de.florianmichael.rclasses.common.WebUtils
Performs a POST request to the given URL with the given input.
performGet(String, String, String, Map<String, String>) - Static method in class de.florianmichael.rclasses.common.WebUtils
Performs a GET request to the given URL with the given input.
performPost(String, String, String, String...) - Static method in class de.florianmichael.rclasses.common.WebUtils
Performs a POST request to the given URL with the given input.
performPost(String, String, String, Map<String, String>, String...) - Static method in class de.florianmichael.rclasses.common.WebUtils
Performs a POST request to the given URL with the given input.
post(String, String...) - Method in class de.florianmichael.rclasses.common.WebUtils
Performs a POST request to the given URL with the given input.
ppc64 - Variable in class de.florianmichael.rclasses.common.os.OSArchitecture
 

R

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
 

S

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.

T

TIME_FORMAT - Static variable in class de.florianmichael.rclasses.common.TimeFormatter
 
TimeFormatter - Class in de.florianmichael.rclasses.common
This class contains some useful methods for formatting time.
TimeFormatter() - Constructor for class de.florianmichael.rclasses.common.TimeFormatter
 
toHex(int) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
Returns the hex value of the given color.
toSRGB(float[]) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
Merges the given array of floats into a color.
toSRGB(float, float, float) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
Merges the given array of floats into a color.
toSRGB(float, float, float, float) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
Merges the given array of floats into a color.
toString() - Method in class de.florianmichael.rclasses.common.array.ObjectArrayWrapper
 
toString() - Method in class de.florianmichael.rclasses.common.os.OSArchitecture
 

U

unzip(String, String) - Static method in class de.florianmichael.rclasses.common.FileUtils
Unzips the given zip file to the given target directory.
unzipFolder(File, Path) - Static method in class de.florianmichael.rclasses.common.FileUtils
Unzips the given zip file to the given target directory.
UPPER_CHARS - Static variable in class de.florianmichael.rclasses.common.StringUtils
 
uppercaseFirst(String) - Static method in class de.florianmichael.rclasses.common.StringUtils
Uppercase the first letter of the string.

V

valueOf(String) - Static method in enum de.florianmichael.rclasses.common.encryption.AESKeyLength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.florianmichael.rclasses.common.os.OperatingSystem
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.florianmichael.rclasses.common.encryption.AESKeyLength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.florianmichael.rclasses.common.os.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebUtils - Class in de.florianmichael.rclasses.common
Utility class for web requests.
WebUtils(String, String) - Constructor for class de.florianmichael.rclasses.common.WebUtils
Creates a new instance of WebUtils with the given user agent and accept method.
whitespace(int) - Static method in class de.florianmichael.rclasses.common.StringUtils
Generates a string of whitespaces
withAlpha(Color, int) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
Returns a new color with the given alpha value.
withBlue(Color, int) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
Returns a new color with the given blue value.
withGreen(Color, int) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
Returns a new color with the given green value.
withHeader(String, String) - Method in class de.florianmichael.rclasses.common.WebUtils
Adds an optional header to the request.
withRed(Color, int) - Static method in class de.florianmichael.rclasses.common.color.ColorUtils
Returns a new color with the given red value.

X

x86 - Variable in class de.florianmichael.rclasses.common.os.OSArchitecture
 

Z

zipSlipProtect(ZipEntry, Path) - Static method in class de.florianmichael.rclasses.common.FileUtils
Protects against zip slip vulnerability.
A B C D E F G H I K L M N O P R S T U V W X Z 
Skip navigation links