- 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
.
- 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
-
- checkGreaterThan(byte, byte) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(short, short, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(short, short) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(int, int, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(int, int) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(long, long, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(long, long) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(float, float, float, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(float, float, float) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(float, float, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(float, float) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(double, double, double, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(double, double, double) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(double, double, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(double, double) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(char, char, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThan(char, char) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(byte, byte, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(byte, byte) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(short, short, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(short, short) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(int, int, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(int, int) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(long, long, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(long, long) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(float, float, float, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(float, float, float) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(float, float, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(float, float) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(double, double, double, String) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(double, double, double) - Static method in class com.frostphyr.avail.Argument
-
- checkGreaterThanOrEqual(double, double, String) - Static method in class com.frostphyr.avail.Argument
-
- 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
-
- checkGreaterThanOrEqual(char, char) - Static method in class com.frostphyr.avail.Argument
-
- 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
-
- checkLength(byte[], int) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(short[], int, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(short[], int) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(int[], int, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(int[], int) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(long[], int, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(long[], int) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(float[], int, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(float[], int) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(double[], int, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(double[], int) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(char[], int, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(char[], int) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(boolean[], int, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(boolean[], int) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(T[], int, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLength(T[], int) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(byte, byte, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(byte, byte) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(short, short, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(short, short) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(int, int, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(int, int) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(long, long, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(long, long) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(float, float, float, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(float, float, float) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(float, float, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(float, float) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(double, double, double, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(double, double, double) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(double, double, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(double, double) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(char, char, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThan(char, char) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(byte, byte, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(byte, byte) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(short, short, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(short, short) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(int, int, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(int, int) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(long, long, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(long, long) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(float, float, float, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(float, float, float) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(float, float, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(float, float) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(double, double, double, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(double, double, double) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(double, double, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(double, double) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(char, char, String) - Static method in class com.frostphyr.avail.Argument
-
- checkLessThanOrEqual(char, char) - Static method in class com.frostphyr.avail.Argument
-
- 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
-
- checkNotNull(T) - Static method in class com.frostphyr.avail.Argument
-
- 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
.
- 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
.