Skip navigation links
A B C E F G I J L M N S T U V 

A

add(byte[], byte[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(short[], short[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(int[], int[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(long[], long[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(float[], float[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(double[], double[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(char[], char[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(byte[][], byte[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(short[][], short[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(int[][], int[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(long[][], long[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(float[][], float[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(double[][], double[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
add(char[][], char[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the sum of matrix1 and matrix2.
append(String, Object) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-value pair.
append(String, int) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-value pair.
append(String, long) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-value pair.
append(String, float) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-value pair.
append(String, double) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-value pair.
append(String, char) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-value pair.
append(String, boolean) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-value pair.
append(String, Map<K, V>) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-map pair.
append(String, Iterable<?>) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-iterable pair.
append(String, Object[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-values pair.
append(String, byte[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-values pair.
append(String, short[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-values pair.
append(String, int[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-values pair.
append(String, long[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-values pair.
append(String, float[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-values pair.
append(String, double[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-values pair.
append(String, char[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-values pair.
append(String, boolean[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the name-values pair.
Argument - Class in com.frostphyr.avail
Utility class containing methods to check for valid argument conditions.
ArrayUtils - Class in com.frostphyr.avail
A class containing various utility methods relating to arrays.
asList(T...) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a List backed by array.
asList(byte...) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a List backed by array.
asList(short...) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a List backed by array.
asList(int...) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a List backed by array.
asList(long...) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a List backed by array.
asList(float...) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a List backed by array.
asList(double...) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a List backed by array.
asList(char...) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a List backed by array.
asList(boolean...) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a List backed by array.

B

box(byte[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the boxed values of array.
box(short[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the boxed values of array.
box(int[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the boxed values of array.
box(long[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the boxed values of array.
box(float[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the boxed values of array.
box(double[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the boxed values of array.
box(char[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the boxed values of array.
box(boolean[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the boxed values of array.

C

call(T) - Method in interface com.frostphyr.avail.Callback
Callback method with a single parameter.
Callback<T> - Interface in com.frostphyr.avail
A basic callback interface with a single generic parameter.
checkGreaterThan(byte, byte, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(byte, byte) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(short, short, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(short, short) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(int, int, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(int, int) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(long, long, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(long, long) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(float, float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(float, float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(double, double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(double, double, double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(double, double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(char, char, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThan(char, char) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(byte, byte, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(byte, byte) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(short, short, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(short, short) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(int, int, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(int, int) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(long, long, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(long, long) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(float, float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(float, float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(double, double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(double, double, double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(double, double) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than or equal to the specified number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(char, char, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(char, char) - Static method in class com.frostphyr.avail.Argument
Returns value if it is greater than or equal to number, otherwise throws IllegalArgumentException.
checkInsideRange(byte, byte, byte, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(byte, byte, byte) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(short, short, short, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(short, short, short) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(int, int, int, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(int, int, int) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(long, long, long, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(long, long, long) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(float, float, float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(float, float, float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(float, float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(float, float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(double, double, double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(double, double, double, double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(double, double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(double, double, double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(char, char, char, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkInsideRange(char, char, char) - Static method in class com.frostphyr.avail.Argument
Returns value if it is inside the specified range, which means greater than or equal to min and less than or equal to max.
checkLength(byte[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(byte[], int) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(short[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(short[], int) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(int[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(int[], int) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(long[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(long[], int) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(float[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(float[], int) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(double[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(double[], int) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(char[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(char[], int) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(boolean[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(boolean[], int) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(T[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLength(T[], int) - Static method in class com.frostphyr.avail.Argument
Returns array if it's not null and its length equals length, otherwise throws IllegalArgumentException.
checkLessThan(byte, byte, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(byte, byte) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(short, short, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(short, short) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(int, int, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(int, int) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(long, long, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(long, long) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(float, float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(float, float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(double, double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(double, double, double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(double, double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(char, char, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThan(char, char) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(byte, byte, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(byte, byte) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(short, short, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(short, short) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(int, int, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(int, int) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(long, long, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(long, long) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(float, float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(float, float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(double, double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(double, double, double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(double, double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(char, char, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(char, char) - Static method in class com.frostphyr.avail.Argument
Returns value if it is less than or equal to number, otherwise throws IllegalArgumentException.
checkNegative(byte, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(byte) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(short, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(short) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(int, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(int) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(long, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(long) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(double, double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNegative(double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is negative, which means less than 0.
checkNotNull(T, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is not null, otherwise throws IllegalArgumentException.
checkNotNull(T) - Static method in class com.frostphyr.avail.Argument
Returns value if it is not null, otherwise throws IllegalArgumentException.
checkPercent(byte, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(byte) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(short, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(short) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(int, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(int) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(long, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(long) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(double, double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPercent(double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is a valid percent, which means between 0 and 100 (inclusive).
checkPositive(byte, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(byte) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(short, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(short) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(int, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(int) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(long, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(long) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(float, float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(float, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(float) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(double, double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(double, String) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
checkPositive(double) - Static method in class com.frostphyr.avail.Argument
Returns value if it is positive, which means greater than or equal to 0.
CollectionUtils - Class in com.frostphyr.avail.collections
A class containing various utility methods relating to the Java collection framework.
com.frostphyr.avail - package com.frostphyr.avail
This package contains miscellaneous utility classes that don't fit into a more specific subpackage.
com.frostphyr.avail.collections - package com.frostphyr.avail.collections
This package contains various utilities and implementations for the Java collection framework.
com.frostphyr.avail.math - package com.frostphyr.avail.math
This package contains utility classes that assist with performing mathematical operations.
com.frostphyr.avail.text - package com.frostphyr.avail.text
This package contains utility classes that assist with performing operations on text, most notably String and CharSequence.

E

EMPTY - Static variable in class com.frostphyr.avail.text.StringConstants
An empty string which has a length of 0.
EPSILON_DEFAULT_DOUBLE - Static variable in class com.frostphyr.avail.FloatingPoint
The default epsilon used for doubles which has a value of 1E-9.
EPSILON_DEFAULT_FLOAT - Static variable in class com.frostphyr.avail.FloatingPoint
The default epsilon used for floats which has a value of 1E-5.
equals(float, float, float) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 and value2 are equal given the specified epsilon.
equals(float, float) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 and value2 are equal using the default epsilon FloatingPoint.EPSILON_DEFAULT_FLOAT.
equals(double, double, double) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 and value2 are equal given the specified epsilon.
equals(double, double) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 and value2 are equal using the default epsilon FloatingPoint.EPSILON_DEFAULT_DOUBLE.

F

FloatingPoint - Class in com.frostphyr.avail
Utility class containing methods for floating point types float and double.
forClass(Class<?>) - Static method in class com.frostphyr.avail.ToStringBuilder
Creates a new ToStringBuilder for clazz.
forClassName(String) - Static method in class com.frostphyr.avail.ToStringBuilder
Creates a new ToStringBuilder for className.
forObject(Object) - Static method in class com.frostphyr.avail.ToStringBuilder
Creates a new ToStringBuilder for object.

G

greaterThan(float, float, float) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is greater than value2.
greaterThan(float, float) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is greater than value2.
greaterThan(double, double, double) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is greater than value2.
greaterThan(double, double) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is greater than value2.
greaterThanOrEqual(float, float, float) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is greater than or equal to value2.
greaterThanOrEqual(float, float) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is greater than or equal to value2.
greaterThanOrEqual(double, double, double) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is greater than or equal to value2.
greaterThanOrEqual(double, double) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is greater than or equal to value2.

I

immutableIterator(Iterator<T>) - Static method in class com.frostphyr.avail.collections.CollectionUtils
Returns an immutable view of iterator.
immutableListIterator(ListIterator<T>) - Static method in class com.frostphyr.avail.collections.CollectionUtils
Returns an immutable view of iterator.

J

join(Iterable<?>, Object) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a String of the elements of iterable joined together by separator.
join(Object[], Object) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a String of the elements of elements joined together by separator.
join(byte[], Object) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a String of each element of elements joined together by separator.
join(short[], Object) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a String of each element of elements joined together by separator.
join(int[], Object) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a String of each element of elements joined together by separator.
join(long[], Object) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a String of each element of elements joined together by separator.
join(float[], Object) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a String of each element of elements joined together by separator.
join(double[], Object) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a String of each element of elements joined together by separator.
join(char[], Object) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a String of each element of elements joined together by separator.
join(boolean[], Object) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a String of each element of elements joined together by separator.

L

lessThan(float, float, float) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is less than value2.
lessThan(float, float) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is less than value2.
lessThan(double, double, double) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is less than value2.
lessThan(double, double) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is less than value2.
lessThanOrEqual(float, float, float) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is less than or equal to value2.
lessThanOrEqual(float, float) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is less than or equal to value2.
lessThanOrEqual(double, double, double) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is less than or equal to value2.
lessThanOrEqual(double, double) - Static method in class com.frostphyr.avail.FloatingPoint
Returns whether value1 is less than or equal to value2.

M

MatrixUtils - Class in com.frostphyr.avail.math
Utility class containing methods to assist with using matrices that are represented as arrays.
multiply(byte[], byte[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(short[], short[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(int[], int[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(long[], long[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(float[], float[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(double[], double[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(char[], char[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(byte[][], byte[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(short[][], short[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(int[][], int[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(long[][], long[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(float[][], float[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(double[][], double[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(char[][], char[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(byte[][], byte[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(short[][], short[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(int[][], int[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(long[][], long[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(float[][], float[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(double[][], double[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(char[][], char[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix1 and matrix2.
multiply(byte[], byte) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(short[], short) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(int[], int) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(long[], long) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(float[], float) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(double[], double) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(char[], char) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(byte[][], byte) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(short[][], short) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(int[][], int) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(long[][], long) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(float[][], float) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(double[][], double) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.
multiply(char[][], char) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the product of matrix and scalar.

N

NULL - Static variable in class com.frostphyr.avail.text.StringConstants
A string with the text "null" (not including the quotation marks).

S

StringConstants - Class in com.frostphyr.avail.text
A class containing commonly used String constants.
substring(String, int, SurrogatePairPolicy) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a new String that is a substring of string, from beginIndex (inclusive) to the end of string.
substring(String, int, int, SurrogatePairPolicy, SurrogatePairPolicy) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a new String that is a substring of string, from beginIndex (inclusive) to endIndex (exclusive).
substring(String, int, int, SurrogatePairPolicy) - Static method in class com.frostphyr.avail.text.TextUtils
Returns a new String that is a substring of the specified String, from beginIndex (inclusive) to endIndex (exclusive).
SurrogatePairPolicy - Enum in com.frostphyr.avail.text
Indicates how to handle surrogate pairs during text operations when the operation would normally split the pair.

T

TextUtils - Class in com.frostphyr.avail.text
A class containing various utility methods relating to text; most notably String and CharSequence.
toString() - Method in class com.frostphyr.avail.ToStringBuilder
 
ToStringBuilder - Class in com.frostphyr.avail
A utility builder class to simplify the creation of a String for Object.toString().
ToStringBuilder() - Constructor for class com.frostphyr.avail.ToStringBuilder
Empty constructor; use one of the static methods for creation.
transpose(byte[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(short[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(int[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(long[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(float[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(double[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(char[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(boolean[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(Object[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(byte[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(short[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(int[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(long[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(float[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(double[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(char[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(boolean[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.
transpose(Object[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns the transpose of matrix.

U

unbox(Byte[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the unboxed values of array.
unbox(Short[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the unboxed values of array.
unbox(Integer[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the unboxed values of array.
unbox(Long[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the unboxed values of array.
unbox(Float[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the unboxed values of array.
unbox(Double[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the unboxed values of array.
unbox(Character[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the unboxed values of array.
unbox(Boolean[]) - Static method in class com.frostphyr.avail.ArrayUtils
Returns a new array with the unboxed values of array.

V

validateMatrix(byte[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(short[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(int[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(long[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(float[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(double[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(char[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(boolean[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(Object[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(byte[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(short[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(int[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(long[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(float[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(double[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(char[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(boolean[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
validateMatrix(Object[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether matrix is valid.
valueOf(String) - Static method in enum com.frostphyr.avail.text.SurrogatePairPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.frostphyr.avail.text.SurrogatePairPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E F G I J L M N S T U V 
Skip navigation links

Copyright © 2022 Frostphyr. All rights reserved.