A C F I M T V 

A

add(byte[], byte[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(short[], short[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(int[], int[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(long[], long[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(float[], float[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(double[], double[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(char[], char[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(byte[][], byte[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(short[][], short[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(int[][], int[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(long[][], long[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(float[][], float[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(double[][], double[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
add(char[][], char[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Adds the two specified matrices and returns the result.
append(String, Object) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, int) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, long) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, float) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, double) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, char) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, Object[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, byte[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, short[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, int[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, long[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, float[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, double[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, char[]) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
append(String, Collection<?>) - Method in class com.frostphyr.avail.ToStringBuilder
Appends the specified name-value pair.
Argument - Class in com.frostphyr.avail
Utility class containing methods to check for valid argument conditions.

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 the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(byte, byte) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(short, short, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(short, short) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(int, int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(int, int) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(long, long, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(long, long) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(float, float) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(double, double) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(char, char, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThan(char, char) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is greater than the specified number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(byte, byte, String) - 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(byte, byte) - 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(short, short, String) - 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(short, short) - 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(int, int, String) - 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(int, int) - 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(long, long, String) - 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(long, long) - 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(float, float, String) - 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(float, float) - 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(double, double, String) - 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(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 the specified value if it is greater than or equal to the specified number, otherwise throws IllegalArgumentException.
checkGreaterThanOrEqual(char, char) - 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.
checkInsideRange(byte, byte, byte, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified 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 the specified 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 the specified 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 the specified 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 the specified 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 the specified 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 the specified 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 the specified 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 the specified 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 the specified 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 the specified 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 the specified 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 the specified 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 the specified 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 the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(byte[], int) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(short[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(short[], int) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(int[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(int[], int) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(long[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(long[], int) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(float[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(float[], int) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(double[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(double[], int) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(char[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(char[], int) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(boolean[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(boolean[], int) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(T[], int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLength(T[], int) - Static method in class com.frostphyr.avail.Argument
Returns the specified array if it's not null and its length equals the specified length, otherwise throws IllegalArgumentException.
checkLessThan(byte, byte, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(byte, byte) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(short, short, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(short, short) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(int, int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(int, int) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(long, long, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(long, long) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(float, float) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(double, double) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(char, char, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThan(char, char) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(byte, byte, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(byte, byte) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(short, short, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(short, short) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(int, int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(int, int) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(long, long, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(long, long) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(float, float, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(float, float) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(double, double, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(double, double) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(char, char, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkLessThanOrEqual(char, char) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is less than or equal to the specified number, otherwise throws IllegalArgumentException.
checkNegative(byte, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is negative, which means less than 0.
checkNegative(byte) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is negative, which means less than 0.
checkNegative(short, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is negative, which means less than 0.
checkNegative(short) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is negative, which means less than 0.
checkNegative(int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is negative, which means less than 0.
checkNegative(int) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is negative, which means less than 0.
checkNegative(long, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is negative, which means less than 0.
checkNegative(long) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is negative, which means less than 0.
checkNegative(float, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is negative, which means less than 0.
checkNegative(float) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is negative, which means less than 0.
checkNegative(double, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is negative, which means less than 0.
checkNegative(double) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is negative, which means less than 0.
checkNotNull(T, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is not null, otherwise throws IllegalArgumentException.
checkNotNull(T) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is not null, otherwise throws IllegalArgumentException.
checkPercent(byte, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is a valid percent, which means between 0 and 100.
checkPercent(byte) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is a valid percent, which means between 0 and 100.
checkPercent(short, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is a valid percent, which means between 0 and 100.
checkPercent(short) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is a valid percent, which means between 0 and 100.
checkPercent(int, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is a valid percent, which means between 0 and 100.
checkPercent(int) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is a valid percent, which means between 0 and 100.
checkPercent(long, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is a valid percent, which means between 0 and 100.
checkPercent(long) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is a valid percent, which means between 0 and 100.
checkPercent(float, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is a valid percent, which means between 0 and 100.
checkPercent(float) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is a valid percent, which means between 0 and 100.
checkPercent(double, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is a valid percent, which means between 0 and 100.
checkPercent(double) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is a valid percent, which means between 0 and 100.
checkPositive(byte, String) - Static method in class com.frostphyr.avail.Argument
Returns the specified value if it is positive, which means greater than or equal to 0.
checkPositive(byte) - Static method in class com.frostphyr.avail.Argument
Returns the specified 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 the specified value if it is positive, which means greater than or equal to 0.
checkPositive(short) - Static method in class com.frostphyr.avail.Argument
Returns the specified 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 the specified value if it is positive, which means greater than or equal to 0.
checkPositive(int) - Static method in class com.frostphyr.avail.Argument
Returns the specified 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 the specified value if it is positive, which means greater than or equal to 0.
checkPositive(long) - Static method in class com.frostphyr.avail.Argument
Returns the specified 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 the specified value if it is positive, which means greater than or equal to 0.
checkPositive(float) - Static method in class com.frostphyr.avail.Argument
Returns the specified 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 the specified value if it is positive, which means greater than or equal to 0.
checkPositive(double) - Static method in class com.frostphyr.avail.Argument
Returns the specified 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.

F

forClass(Class<?>) - Static method in class com.frostphyr.avail.ToStringBuilder
Creates a new ToStringBuilder for the specified Class.
forClassName(String) - Static method in class com.frostphyr.avail.ToStringBuilder
Creates a new ToStringBuilder for the specified className.

I

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

M

MatrixUtils - Class in com.frostphyr.avail.math
Utility class containing methods to assist with using matrices that are represented as arrays.
MatrixUtils() - Constructor for class com.frostphyr.avail.math.MatrixUtils
 
multiply(byte[], byte[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(short[], short[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(int[], int[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(long[], long[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(float[], float[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(double[], double[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(char[], char[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(byte[][], byte[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(short[][], short[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(int[][], int[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(long[][], long[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(float[][], float[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(double[][], double[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(char[][], char[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(byte[][], byte[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(short[][], short[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(int[][], int[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(long[][], long[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(float[][], float[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(double[][], double[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(char[][], char[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the two specified matrices and returns the result.
multiply(byte[], byte) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(short[], short) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(int[], int) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(long[], long) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(float[], float) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(double[], double) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(char[], char) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(byte[][], byte) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(short[][], short) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(int[][], int) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(long[][], long) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(float[][], float) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(double[][], double) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.
multiply(char[][], char) - Static method in class com.frostphyr.avail.math.MatrixUtils
Multiplies the specified matrix by the specified scalar.

T

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
 
transpose(byte[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(short[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(int[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(long[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(float[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(double[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(char[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(Object[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(byte[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(short[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(int[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(long[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(float[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(double[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(char[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.
transpose(Object[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Transposes the specified matrix and returns the result.

V

validateMatrix(byte[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(short[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(int[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(long[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(float[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(double[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(char[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(Object[]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(byte[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(short[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(int[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(long[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(float[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(double[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(char[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
validateMatrix(Object[][]) - Static method in class com.frostphyr.avail.math.MatrixUtils
Returns whether the specified matrix is valid.
A C F I M T V 

Copyright © 2021 Frostphyr. All rights reserved.