H I O R
All Classes All Packages
All Classes All Packages
All Classes All Packages
H
- hasCharsInRange(@org.checkerframework.checker.index.qual.NonNegative int, @org.checkerframework.checker.index.qual.NonNegative int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks that the given
String
has characters between the given minimum chars (inclusive) and the given maximum chars (exclusive). - hasLessThanChars(@org.checkerframework.checker.index.qual.NonNegative int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks that the given
String
has fewer characters than the stated maximum chars (exclusive). - hasMoreThanChars(@org.checkerframework.checker.index.qual.NonNegative int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks that the given
String
has more characters than the stated minimum chars (inclusive).
I
- inRange(double, double, double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks that the specified
Double
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - inRange(float, float, float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks that the specified
Float
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - inRange(int, int, int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks that the specified
Integer
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - inRange(long, long, long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks that the specified
Long
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - inRange(BigDecimal, BigDecimal, BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks that the specified
BigDecimal
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - io.github.kennedykori.utils - module io.github.kennedykori.utils
-
Defines useful utilities for working with primitives and objects.
- io.github.kennedykori.utils - package io.github.kennedykori.utils
-
This package contains utility classes.
- isEqualTo(double, double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
double
is equal to a supplied base value. - isEqualTo(float, float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
float
is equal to a supplied base value. - isEqualTo(int, int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if an
int
is equal to a supplied base value. - isEqualTo(long, long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
long
is equal to a supplied base value. - isEqualTo(BigDecimal, BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
BigDecimal
is equal to a supplied base value. - isGreaterThan(double, double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
double
is greater than a supplied base value. - isGreaterThan(float, float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
float
is greater than a supplied base value. - isGreaterThan(int, int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if an
int
is greater than a supplied base value. - isGreaterThan(long, long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
long
is greater than a supplied base value. - isGreaterThan(BigDecimal, BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
BigDecimal
is greater than a supplied base value. - isGreaterThanOrEqualTo(double, double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
double
is greater than or equal to a supplied base value. - isGreaterThanOrEqualTo(float, float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
float
is greater than or equal to a supplied base value. - isGreaterThanOrEqualTo(int, int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if an
int
is greater than or equal to a supplied base value. - isGreaterThanOrEqualTo(long, long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
long
is greater than or equal to a supplied base value. - isGreaterThanOrEqualTo(BigDecimal, BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
BigDecimal
is greater than or equal to a supplied base value. - isLessThan(double, double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
double
is less than a supplied base value. - isLessThan(float, float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
float
is less than a supplied base value. - isLessThan(int, int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if an
int
is less than a supplied base value. - isLessThan(long, long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
long
is less than a supplied base value. - isLessThan(BigDecimal, BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
BigDecimal
is less than a supplied base value. - isLessThanOrEqualTo(double, double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
double
is less than or equal to a supplied base value. - isLessThanOrEqualTo(float, float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
float
is less than or equal to a supplied base value. - isLessThanOrEqualTo(int, int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if an
int
is less than or equal to a supplied base value. - isLessThanOrEqualTo(long, long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
long
is less than or equal to a supplied base value. - isLessThanOrEqualTo(BigDecimal, BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
BigDecimal
is less than or equal to a supplied base value. - isNegative(double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a double is negative, i.e, less than 0 and returns
true
if the double is negative, otherwise returnsfalse
. - isNegative(float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a float is negative, i.e, less than 0 and returns
true
if the float is negative, otherwise returnsfalse
. - isNegative(int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if an integer is negative, i.e, less than 0 and returns
true
if the integer is negative, otherwise returnsfalse
. - isNegative(long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a long is negative, i.e, less than 0 and returns
true
if the long is negative, otherwise returnsfalse
. - isNegative(BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a
BigDecimal
is negative, i.e, less than 0 and returnstrue
, otherwise returnsfalse
. - isSerializable(T) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Checks if a given instance is serializable, i.e.
O
- ObjectUtils - Class in io.github.kennedykori.utils
-
This class consists of static utility methods(similar to
Objects
) for operating on objects, and primitives.
R
- requireCharsInRange(@org.checkerframework.checker.index.qual.IndexOrHigh({"#3"}) int, @org.checkerframework.checker.index.qual.NonNegative int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the given
String
has characters between the given minimum chars (inclusive) and the given maximum chars (exclusive) . - requireCharsInRange(@org.checkerframework.checker.index.qual.IndexOrHigh({"#3"}) int, @org.checkerframework.checker.index.qual.NonNegative int, String, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the given
String
has characters between the given minimum chars (inclusive) and the given maximum chars (exclusive) . - requireEqualTo(double, double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
double
is equal to a supplied base value. - requireEqualTo(double, double, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
double
is equal to a supplied base value. - requireEqualTo(float, float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
long
is equal to a supplied base value. - requireEqualTo(float, float, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
float
is equal to a supplied base value. - requireEqualTo(int, int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that an
int
is equal to a supplied base value. - requireEqualTo(int, int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that an
int
is equal to a supplied base value. - requireEqualTo(long, long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
long
is equal to a supplied base value. - requireEqualTo(long, long, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
long
is equal to a supplied base value. - requireEqualTo(BigDecimal, BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
BigDecimal
is equal to a supplied base value. - requireEqualTo(BigDecimal, BigDecimal, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
BigDecimal
is equal to a supplied base value. - requireGreaterThan(double, double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
double
is greater than a supplied base value. - requireGreaterThan(double, double, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
double
is greater than a supplied base value. - requireGreaterThan(float, float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
float
is greater than a supplied base value. - requireGreaterThan(float, float, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
float
is greater than a supplied base value. - requireGreaterThan(int, int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that an
int
is greater than a supplied base value. - requireGreaterThan(int, int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that an
int
is greater than a supplied base value. - requireGreaterThan(long, long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
long
is greater than a supplied base value. - requireGreaterThan(long, long, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
long
is greater than a supplied base value. - requireGreaterThan(BigDecimal, BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
BigDecimal
is greater than a supplied base value. - requireGreaterThan(BigDecimal, BigDecimal, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
BigDecimal
is greater than a supplied base value. - requireGreaterThanOrEqualTo(double, double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
double
is greater than or equal to a supplied base value. - requireGreaterThanOrEqualTo(double, double, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
double
is greater than or equal to a supplied base value. - requireGreaterThanOrEqualTo(float, float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
float
is greater than or equal to a supplied base value. - requireGreaterThanOrEqualTo(float, float, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
float
is greater than or equal to a supplied base value. - requireGreaterThanOrEqualTo(int, int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that an
int
is greater than or equal to a supplied base value. - requireGreaterThanOrEqualTo(int, int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that an
int
is greater than or equal to a supplied base value. - requireGreaterThanOrEqualTo(long, long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
long
is greater than or equal to a supplied base value. - requireGreaterThanOrEqualTo(long, long, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
long
is greater than or equal to a supplied base value. - requireGreaterThanOrEqualTo(BigDecimal, BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
BigDecimal
is greater than or equal to a supplied base value. - requireGreaterThanOrEqualTo(BigDecimal, BigDecimal, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
BigDecimal
is greater than or equal to a supplied base value. - requireInRange(double, double, double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
double
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - requireInRange(double, double, double, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
double
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - requireInRange(float, float, float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
float
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - requireInRange(float, float, float, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
float
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - requireInRange(int, int, int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
int
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - requireInRange(int, int, int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
int
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - requireInRange(long, long, long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
long
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - requireInRange(long, long, long, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
long
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - requireInRange(BigDecimal, BigDecimal, BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
BigDecimal
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - requireInRange(BigDecimal, BigDecimal, BigDecimal, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
BigDecimal
is in range of the specified minimum value (inclusive) and maximum value (exclusive). - requireLessThan(double, double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
double
is less than a supplied base value. - requireLessThan(double, double, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
double
is less than a supplied base value. - requireLessThan(float, float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
float
is less than a supplied base value. - requireLessThan(float, float, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
float
is less than a supplied base value. - requireLessThan(int, int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that an
int
is less than a supplied base value. - requireLessThan(int, int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that an
int
is less than a supplied base value. - requireLessThan(long, long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
long
is less than a supplied base value. - requireLessThan(long, long, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
long
is less than a supplied base value. - requireLessThan(BigDecimal, BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
BigDecimal
is less than a supplied base value. - requireLessThan(BigDecimal, BigDecimal, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
BigDecimal
is less than a supplied base value. - requireLessThanChars(@org.checkerframework.checker.index.qual.NonNegative int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the given
String
has fewer characters than the stated maximum chars (exclusive). - requireLessThanChars(@org.checkerframework.checker.index.qual.NonNegative int, String, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the given
String
has fewer characters than the stated maximum chars (exclusive). - requireLessThanOrEqualTo(double, double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
double
is less than or equal to a supplied base value. - requireLessThanOrEqualTo(double, double, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
double
is less than or equal to a supplied base value. - requireLessThanOrEqualTo(float, float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
float
is less than or equal to a supplied base value. - requireLessThanOrEqualTo(float, float, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that an
float
is less than or equal to a supplied base value. - requireLessThanOrEqualTo(int, int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that an
int
is less than or equal to a supplied base value. - requireLessThanOrEqualTo(int, int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that an
int
is less than or equal to a supplied base value. - requireLessThanOrEqualTo(long, long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
long
is less than or equal to a supplied base value. - requireLessThanOrEqualTo(long, long, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
long
is less than or equal to a supplied base value. - requireLessThanOrEqualTo(BigDecimal, BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
BigDecimal
is less than or equal to a supplied base value. - requireLessThanOrEqualTo(BigDecimal, BigDecimal, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a
BigDecimal
is less than or equal to a supplied base value. - requireMoreThanChars(@org.checkerframework.checker.index.qual.IndexFor({"#2"}) int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the given
String
has more characters than the stated minimum chars (inclusive). - requireMoreThanChars(@org.checkerframework.checker.index.qual.IndexFor({"#2"}) int, String, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the given
String
has more characters than the stated minimum chars (inclusive). - requireNonEmptyString(String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the supplied
String
is not empty(has a length of zero) ornull
. - requireNonEmptyString(String, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the supplied
String
is not empty(has a length of zero) ornull
. - requireNonEmptyString(String, String, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the supplied
String
is not empty(has a length of zero) ornull
. - requireNonNegative(@org.checkerframework.checker.index.qual.NonNegative int) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
int
is not negative, i.e. - requireNonNegative(@org.checkerframework.checker.index.qual.NonNegative int, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
int
is not negative, i.e. - requireNonNegative(double) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
double
is not negative, i.e. - requireNonNegative(double, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
double
is not negative, i.e. - requireNonNegative(float) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
float
is not negative, i.e. - requireNonNegative(float, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
float
is not negative, i.e. - requireNonNegative(long) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
long
is not negative, i.e. - requireNonNegative(long, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
long
is not negative, i.e. - requireNonNegative(BigDecimal) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
BigDecimal
is not negative, i.e. - requireNonNegative(BigDecimal, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that the specified
BigDecimal
is not negative, i.e. - requireSerializable(T) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a given instance is serializable, i.e.
- requireSerializable(T, String) - Static method in class io.github.kennedykori.utils.ObjectUtils
-
Validates that a given instance is serializable, i.e.
All Classes All Packages