Modifier and Type | Method and Description |
---|---|
<A,B> boolean |
IGenericArrayEqualsCheck.isGenericArrayEquals(Object caller,
A[] referenceA,
B[] referenceB)
Checks if the referenced element pairs are equals or both nulls.
|
<A,B> boolean |
IGenericArrayNotEqualsCheck.isGenericArrayNotEquals(Object caller,
A[] referenceA,
B[] referenceB)
Checks if the referenced element pairs are not equals and not both nulls.
|
Modifier and Type | Method and Description |
---|---|
<A,B> boolean |
IGenericCollectionEqualsCheck.isGenericCollectionEquals(Object caller,
Collection<A> referenceA,
Collection<B> referenceB)
Checks if the referenced element pairs are equals or both nulls.
|
<A,B> boolean |
IGenericCollectionNotEqualsCheck.isGenericCollectionNotEquals(Object caller,
Collection<A> referenceA,
Collection<B> referenceB)
Checks if the referenced element pairs are not equals and not both nulls.
|
Modifier and Type | Method and Description |
---|---|
<A,B> boolean |
IGenericListEqualsCheck.isGenericListEquals(Object caller,
List<A> referenceA,
List<B> referenceB)
Checks if the referenced element pairs are equals or both nulls.
|
<A,B> boolean |
IGenericListNotEqualsCheck.isGenericListNotEquals(Object caller,
List<A> referenceA,
List<B> referenceB)
Checks if the referenced element pairs are not equals and not both nulls.
|
Modifier and Type | Method and Description |
---|---|
<A,B> boolean |
IGenericObjectEqualsCheck.isGenericObjectEquals(Object caller,
A referenceA,
B referenceB)
Checks if the referenced objects are both nulls or equals using both equals methods.
|
<A,B> boolean |
IGenericObjectNotEqualsCheck.isGenericObjectNotEquals(Object caller,
A referenceA,
B referenceB)
Checks if the referenced objects are not both nulls and not equals using both equals methods.
|
<A> boolean |
IGenericObjectNotNullCheck.isGenericObjectNotNull(Object caller,
A reference)
Checks if the reference is not-null.
|
<A,B> boolean |
IGenericObjectNotSameCheck.isGenericObjectNotSame(Object caller,
A referenceA,
B referenceB)
Checks if the references are not the same (using !=) and not both nulls.
|
<A> boolean |
IGenericObjectNullCheck.isGenericObjectNull(Object caller,
A reference)
Checks whether the reference is null.
|
boolean |
IGenericObjectSameCheck.isGenericObjectSame(Object caller,
Object referenceA,
Object referenceB)
Checks if the references are the same (using ==) or both nulls.
|
Modifier and Type | Method and Description |
---|---|
<A,B> boolean |
IObjectArrayEqualsCheck.isObjectArrayEquals(Object caller,
A[] referenceA,
B[] referenceB)
Checks if the references are equals or both nulls.
|
<A,B> boolean |
IObjectCollectionEqualsCheck.isObjectCollectionEquals(Object caller,
Collection<A> referenceA,
Collection<B> referenceB)
Checks if the referenced object pairs are equals or both nulls.
|
<A> boolean |
IObjectDefaultCheck.isObjectDefault(Object caller,
A referenceA)
Checks if the Object reference a default value.
|
<A,B> boolean |
IObjectEqualsCheck.isObjectEquals(Object caller,
A referenceA,
B referenceB)
Checks if the references are equals or both nulls.
|
<A,B> boolean |
IObjectListEqualsCheck.isObjectListEquals(Object caller,
List<A> referenceA,
List<B> referenceB)
Checks if the referenced object pairs are equals or both nulls.
|
<A> boolean |
IObjectNotDefaultCheck.isObjectNotDefault(Object caller,
A referenceA)
Checks if the Object does not reference a default value.
|
<A,B> boolean |
IObjectNotEqualsCheck.isObjectNotEquals(Object caller,
A referenceA,
B referenceB)
Checks if the references are not equals or not both nulls.
|
<A> boolean |
IObjectNotNullCheck.isObjectNotNull(Object caller,
A reference)
Checks if the reference is not-null.
|
<A,B> boolean |
IObjectNotSameCheck.isObjectNotSame(Object caller,
A referenceA,
B referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
<A> boolean |
IObjectNullCheck.isObjectNull(Object caller,
A reference)
Checks whether the reference is null.
|
<A,B> boolean |
IObjectSameCheck.isObjectSame(Object caller,
A referenceA,
B referenceB)
Checks if the references are the same (using ==) or both nulls.
|
boolean |
IObjectsEqualsCheck.isObjectsEquals(Object caller,
Collection<Object> referenceA,
Collection<Object> referenceB)
Checks if the referenced object pairs are equals or both nulls.
|
boolean |
IObjectsEqualsCheck.isObjectsEquals(Object caller,
List<Object> referenceA,
List<Object> referenceB)
Checks if the referenced object pairs are equals or both nulls.
|
boolean |
IObjectsEqualsCheck.isObjectsEquals(Object caller,
Object[] referenceA,
Object[] referenceB)
Checks if the references are equals or both nulls.
|
boolean |
IObjectsNotEqualsCheck.isObjectsNotEquals(Object caller,
Collection<Object> referenceA,
Collection<Object> referenceB)
Checks if the referenced object pairs are not equals and not both nulls.
|
boolean |
IObjectsNotEqualsCheck.isObjectsNotEquals(Object caller,
List<Object> referenceA,
List<Object> referenceB)
Checks if the referenced object pairs are not equals and not both nulls.
|
boolean |
IObjectsNotEqualsCheck.isObjectsNotEquals(Object caller,
Object[] referenceA,
Object[] referenceB)
Checks if the references are not equals and not both nulls.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IObjectBooleanDefaultCheck.isBooleanDefault(Object caller,
Boolean referenceA)
Checks if the reference is equal to the registered default Float.
|
boolean |
IObjectBooleanEqualsCheck.isBooleanEquals(Object caller,
Boolean referenceA,
Boolean referenceB)
Checks if the Booleans are equals.
|
boolean |
IObjectBooleanFalseCheck.isBooleanFalse(Object caller,
Boolean referenceA)
Checks if the Boolean is false.
|
boolean |
IObjectBooleanNotDefaultCheck.isBooleanNotDefault(Object caller,
Boolean referenceA)
Checks if if the reference is NOT equal to registered default Boolean.
|
boolean |
IObjectBooleanNotEqualsCheck.isBooleanNotEquals(Object caller,
Boolean referenceA,
Boolean referenceB)
Checks if the references are not equals.
|
boolean |
IObjectBooleanNotNullCheck.isBooleanNotNull(Object caller,
Boolean referenceA)
Checks if the Boolean is not null.
|
boolean |
IObjectBooleanNotSameCheck.isBooleanNotSame(Object caller,
Boolean referenceA,
Boolean referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
boolean |
IObjectBooleanNullCheck.isBooleanNull(Object caller,
Boolean referenceA)
Checks if the Boolean is null.
|
boolean |
IObjectBooleanSameCheck.isBooleanSame(Object caller,
Boolean referenceA,
Boolean referenceB)
Checks if the references are the same (using ==) or both nulls.
|
boolean |
IObjectBooleanTrueCheck.isBooleanTrue(Object caller,
Boolean referenceA)
Checks if the Boolean is true.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IObjectByteDefaultCheck.isByteDefault(Object caller,
Byte referenceA)
Checks if the reference is equal to the registered default Byte.
|
boolean |
IObjectByteEqualsCheck.isByteEquals(Object caller,
Byte referenceA,
Byte referenceB)
Checks if the Bytes are equals.
|
boolean |
IObjectByteGreaterCheck.isByteGreater(Object caller,
Byte referenceA,
Byte referenceB)
Checks if references are not null && A > B.
|
boolean |
IObjectByteGreaterOrEqualsCheck.isByteGreaterOrEquals(Object caller,
Byte referenceA,
Byte referenceB)
Checks if references are both null or A >= B.
|
boolean |
IObjectByteInsideCheck.isByteInside(Object caller,
Byte referenceA,
Byte referenceMin,
Byte referenceMax)
Checks if references are not null and A is within [min;max].
|
boolean |
IObjectByteLessCheck.isByteLess(Object caller,
Byte referenceA,
Byte referenceB)
Checks if references are not nulls and A < B.
|
boolean |
IObjectByteLessOrEqualsCheck.isByteLessOrEquals(Object caller,
Byte referenceA,
Byte referenceB)
Checks if references are both null or A <= B.
|
boolean |
IObjectByteNotDefaultCheck.isByteNotDefault(Object caller,
Byte referenceA)
Checks if the reference is NOT equal to registered default Byte.
|
boolean |
IObjectByteNotEqualsCheck.isByteNotEquals(Object caller,
Byte referenceA,
Byte referenceB)
Checks if the references are not equals.
|
boolean |
IObjectByteNotNullCheck.isByteNotNull(Object caller,
Byte referenceA)
Checks if the Byte is not null.
|
boolean |
IObjectByteNotSameCheck.isByteNotSame(Object caller,
Byte referenceA,
Byte referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
boolean |
IObjectByteNullCheck.isByteNull(Object caller,
Byte referenceA)
Checks if the Byte is null.
|
boolean |
IObjectByteOutsideCheck.isByteOutside(Object caller,
Byte referenceA,
Byte referenceMin,
Byte referenceMax)
Checks if references are not nulls and A is outside [min;max].
|
boolean |
IObjectByteSameCheck.isByteSame(Object caller,
Byte referenceA,
Byte referenceB)
Checks if the references are the same (using ==) or both nulls.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IObjectCharacterDefaultCheck.isCharacterDefault(Object caller,
Character referenceA)
Checks if the reference is equal to the registered default Character.
|
boolean |
IObjectCharacterEqualsCheck.isCharacterEquals(Object caller,
Character referenceA,
Character referenceB)
Checks if the Characters are equals.
|
boolean |
IObjectCharacterGreaterCheck.isCharacterGreater(Object caller,
Character referenceA,
Character referenceB)
Checks if references are not null && A > B.
|
boolean |
IObjectCharacterGreaterOrEqualsCheck.isCharacterGreaterOrEquals(Object caller,
Character referenceA,
Character referenceB)
Checks if references are both null or A >= B.
|
boolean |
IObjectCharacterInsideCheck.isCharacterInside(Object caller,
Character referenceA,
Character referenceMin,
Character referenceMax)
Checks if references are not null and A is within [min;max].
|
boolean |
IObjectCharacterLessCheck.isCharacterLess(Object caller,
Character referenceA,
Character referenceB)
Checks if references are not nulls and A < B.
|
boolean |
IObjectCharacterLessOrEqualsCheck.isCharacterLessOrEquals(Object caller,
Character referenceA,
Character referenceB)
Checks if references are both null or A <= B.
|
boolean |
IObjectCharacterNotDefaultCheck.isCharacterNotDefault(Object caller,
Character referenceA)
Checks if the reference is NOT equal to registered default Character.
|
boolean |
IObjectCharacterNotEqualsCheck.isCharacterNotEquals(Object caller,
Character referenceA,
Character referenceB)
Checks if the references are not equals.
|
boolean |
IObjectCharacterNotNullCheck.isCharacterNotNull(Object caller,
Character referenceA)
Checks if the Character is not null.
|
boolean |
IObjectCharacterNotSameCheck.isCharacterNotSame(Object caller,
Character referenceA,
Character referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
boolean |
IObjectCharacterNullCheck.isCharacterNull(Object caller,
Character referenceA)
Checks if the Character is null.
|
boolean |
IObjectCharacterOutsideCheck.isCharacterOutside(Object caller,
Character referenceA,
Character referenceMin,
Character referenceMax)
Checks if references are not nulls and A is outside [min;max].
|
boolean |
IObjectCharacterSameCheck.isCharacterSame(Object caller,
Character referenceA,
Character referenceB)
Checks if the references are the same (using ==) or both nulls.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IObjectDateDefaultCheck.isDateDefault(Object caller,
Date referenceA)
Checks if the reference is equal to the registered default Date.
|
boolean |
IObjectDateEqualsCheck.isDateEquals(Object caller,
Date referenceA,
Date referenceB)
Checks if the Dates are equals.
|
boolean |
IObjectDateGreaterCheck.isDateGreater(Object caller,
Date referenceA,
Date referenceB)
Checks if references are not null && A > B.
|
boolean |
IObjectDateGreaterOrEqualsCheck.isDateGreaterOrEquals(Object caller,
Date referenceA,
Date referenceB)
Checks if references are both null or A >= B.
|
boolean |
IObjectDateInsideCheck.isDateInside(Object caller,
Date referenceA,
Date referenceMin,
Date referenceMax)
Checks if references are not null and A is within [min;max].
|
boolean |
IObjectDateLessCheck.isDateLess(Object caller,
Date referenceA,
Date referenceB)
Checks if references are not nulls and A < B.
|
boolean |
IObjectDateLessOrEqualsCheck.isDateLessOrEquals(Object caller,
Date referenceA,
Date referenceB)
Checks if references are both null or A <= B.
|
boolean |
IObjectDateNotDefaultCheck.isDateNotDefault(Object caller,
Date referenceA)
Checks if the reference is NOT equal to registered default Date.
|
boolean |
IObjectDateNotEqualsCheck.isDateNotEquals(Object caller,
Date referenceA,
Date referenceB)
Checks if the references are not equals.
|
boolean |
IObjectDateNotNullCheck.isDateNotNull(Object caller,
Date referenceA)
Checks if the Date is not null.
|
boolean |
IObjectDateNotSameCheck.isDateNotSame(Object caller,
Date referenceA,
Date referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
boolean |
IObjectDateNullCheck.isDateNull(Object caller,
Date referenceA)
Checks if the Date is null.
|
boolean |
IObjectDateOutsideCheck.isDateOutside(Object caller,
Date referenceA,
Date referenceMin,
Date referenceMax)
Checks if references are not nulls and A is outside [min;max].
|
boolean |
IObjectDateSameCheck.isDateSame(Object caller,
Date referenceA,
Date referenceB)
Checks if the references are the same (using ==) or both nulls.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IObjectDoubleDefaultCheck.isDoubleDefault(Object caller,
Double referenceA)
Checks if the reference is equal to the registered default Double.
|
boolean |
IObjectDoubleEqualsCheck.isDoubleEquals(Object caller,
Double referenceA,
Double referenceB)
Checks if the Doubles are equals.
|
boolean |
IObjectDoubleEqualsAlmostCheck.isDoubleEqualsAlmost(Object caller,
Double referenceA,
Double referenceB)
Checks if the referenced values are almost equals (B is within [L(A);U(A)]).
|
boolean |
IObjectDoubleEqualsAlmostCheck.isDoubleEqualsAlmost(Object caller,
Double referenceA,
Double referenceB,
Double absoluteEpsilon)
Checks if the referenced values are almost equals (B is within [L(A);U(A)]).
|
boolean |
IObjectDoubleEqualsAlmostCheck.isDoubleEqualsAlmost(Object caller,
Double referenceA,
Double referenceB,
Double absoluteEpsilon,
Double relativeEpsilon)
Checks if the referenced values are almost equals (B is within [L(A);U(A)]).
|
boolean |
IObjectDoubleGreaterCheck.isDoubleGreater(Object caller,
Double referenceA,
Double referenceB)
Checks if references are not null && A > B.
|
boolean |
IObjectDoubleGreaterOrEqualsCheck.isDoubleGreaterOrEquals(Object caller,
Double referenceA,
Double referenceB)
Checks if references are both null or A >= B.
|
boolean |
IObjectDoubleInsideCheck.isDoubleInside(Object caller,
Double referenceA,
Double referenceMin,
Double referenceMax)
Checks if references are not null and A is within [min;max].
|
boolean |
IObjectDoubleLessCheck.isDoubleLess(Object caller,
Double referenceA,
Double referenceB)
Checks if references are not nulls and A < B.
|
boolean |
IObjectDoubleLessOrEqualsCheck.isDoubleLessOrEquals(Object caller,
Double referenceA,
Double referenceB)
Checks if references are both null or A <= B.
|
boolean |
IObjectDoubleNotDefaultCheck.isDoubleNotDefault(Object caller,
Double referenceA)
Checks if the reference is NOT equal to registered default Double.
|
boolean |
IObjectDoubleNotEqualsCheck.isDoubleNotEquals(Object caller,
Double referenceA,
Double referenceB)
Checks if the references are not equals.
|
boolean |
IObjectDoubleNotEqualsAlmostCheck.isDoubleNotEqualsAlmost(Object caller,
Double valueA,
Double valueB)
Checks if the referenced values are not-equals (B is NOT within [L(A);U(A)]).
|
boolean |
IObjectDoubleNotEqualsAlmostCheck.isDoubleNotEqualsAlmost(Object caller,
Double valueA,
Double valueB,
Double absoluteEpsilon)
Checks if the referenced values are not-equals (B is NOT within [L(A);U(A)]).
|
boolean |
IObjectDoubleNotEqualsAlmostCheck.isDoubleNotEqualsAlmost(Object caller,
Double valueA,
Double valueB,
Double absoluteEpsilon,
Double relativeEpsilon)
Checks if the referenced values are not-equals (B is NOT within [L(A);U(A)]).
|
boolean |
IObjectDoubleNotNullCheck.isDoubleNotNull(Object caller,
Double referenceA)
Checks if the Double is not null.
|
boolean |
IObjectDoubleNotSameCheck.isDoubleNotSame(Object caller,
Double referenceA,
Double referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
boolean |
IObjectDoubleNullCheck.isDoubleNull(Object caller,
Double referenceA)
Checks if the Double is null.
|
boolean |
IObjectDoubleOutsideCheck.isDoubleOutside(Object caller,
Double referenceA,
Double referenceMin,
Double referenceMax)
Checks if references are not nulls and A is outside [min;max].
|
boolean |
IObjectDoubleSameCheck.isDoubleSame(Object caller,
Double referenceA,
Double referenceB)
Checks if the references are the same (using ==) or both nulls.
|
Modifier and Type | Method and Description |
---|---|
<A extends Enum<A>> |
IObjectEnumDefaultCheck.isEnumDefault(Object caller,
A referenceA)
Checks if the Enum reference a default value.
|
<A extends Enum<A>,B extends Enum<B>> |
IObjectEnumEqualsCheck.isEnumEquals(Object caller,
A referenceA,
B referenceB)
Checks if the Enums are equals.
|
<T extends Enum<T>> |
IObjectEnumGreaterCheck.isEnumGreater(Object caller,
T referenceA,
T referenceB)
Checks if references are not null && A > B.
|
<T extends Enum<T>> |
IObjectEnumGreaterOrEqualsCheck.isEnumGreaterOrEquals(Object caller,
T referenceA,
T referenceB)
Checks if references are both null or A >= B.
|
<T extends Enum<T>> |
IObjectEnumInsideCheck.isEnumInside(Object caller,
T referenceA,
T referenceMin,
T referenceMax)
Checks if references are not null and A is within [min;max].
|
<T extends Enum<T>> |
IObjectEnumLessCheck.isEnumLess(Object caller,
T referenceA,
T referenceB)
Checks if references are not nulls and A < B.
|
<T extends Enum<T>> |
IObjectEnumLessOrEqualsCheck.isEnumLessOrEquals(Object caller,
T referenceA,
T referenceB)
Checks if references are both null or A <= B.
|
<A extends Enum<A>> |
IObjectEnumNotDefaultCheck.isEnumNotDefault(Object caller,
A referenceA)
Checks if the Enum does not reference a default value.
|
<A extends Enum<A>,B extends Enum<B>> |
IObjectEnumNotEqualsCheck.isEnumNotEquals(Object caller,
A referenceA,
B referenceB)
Checks if the references are not equals.
|
<A extends Enum<A>> |
IObjectEnumNotNullCheck.isEnumNotNull(Object caller,
A referenceA)
Checks if the Enum is not null.
|
<A extends Enum<A>,B extends Enum<B>> |
IObjectEnumNotSameCheck.isEnumNotSame(Object caller,
A referenceA,
B referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
<A extends Enum<A>> |
IObjectEnumNullCheck.isEnumNull(Object caller,
A referenceA)
Checks if the Enum is null.
|
<T extends Enum<T>> |
IObjectEnumOutsideCheck.isEnumOutside(Object caller,
T referenceA,
T referenceMin,
T referenceMax)
Checks if references are not nulls and A is outside [min;max].
|
<A extends Enum<A>,B extends Enum<B>> |
IObjectEnumSameCheck.isEnumSame(Object caller,
A referenceA,
B referenceB)
Checks if the references are the same (using ==) or both nulls.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IObjectFloatDefaultCheck.isFloatDefault(Object caller,
Float referenceA)
Checks if the reference is equal to the registered default Float.
|
boolean |
IObjectFloatEqualsCheck.isFloatEquals(Object caller,
Float referenceA,
Float referenceB)
Checks if the Floats are equals.
|
boolean |
IObjectFloatEqualsAlmostCheck.isFloatEqualsAlmost(Object caller,
Float referenceA,
Float referenceB)
Checks if the referenced values are almost equals (B is within [L(A);U(A)]).
|
boolean |
IObjectFloatEqualsAlmostCheck.isFloatEqualsAlmost(Object caller,
Float referenceA,
Float referenceB,
Float absoluteEpsilon)
Checks if the referenced values are almost equals (B is within [L(A);U(A)]).
|
boolean |
IObjectFloatEqualsAlmostCheck.isFloatEqualsAlmost(Object caller,
Float referenceA,
Float referenceB,
Float absoluteEpsilon,
Float relativeEpsilon)
Checks if the referenced values are almost equals (B is within [L(A);U(A)]).
|
boolean |
IObjectFloatGreaterCheck.isFloatGreater(Object caller,
Float referenceA,
Float referenceB)
Checks if references are not null && A > B.
|
boolean |
IObjectFloatGreaterOrEqualsCheck.isFloatGreaterOrEquals(Object caller,
Float referenceA,
Float referenceB)
Checks if references are both null or A >= B.
|
boolean |
IObjectFloatInsideCheck.isFloatInside(Object caller,
Float referenceA,
Float referenceMin,
Float referenceMax)
Checks if references are not null and A is within [min;max].
|
boolean |
IObjectFloatLessCheck.isFloatLess(Object caller,
Float referenceA,
Float referenceB)
Checks if references are not nulls and A < B.
|
boolean |
IObjectFloatLessOrEqualsCheck.isFloatLessOrEquals(Object caller,
Float referenceA,
Float referenceB)
Checks if references are both null or A <= B.
|
boolean |
IObjectFloatNotDefaultCheck.isFloatNotDefault(Object caller,
Float referenceA)
Checks if the reference is NOT equal to registered default Float.
|
boolean |
IObjectFloatNotEqualsCheck.isFloatNotEquals(Object caller,
Float referenceA,
Float referenceB)
Checks if the references are not equals.
|
boolean |
IObjectFloatNotEqualsAlmostCheck.isFloatNotEqualsAlmost(Object caller,
Float valueA,
Float valueB)
Checks if the referenced values are not-equals (B is NOT within [L(A);U(A)]).
|
boolean |
IObjectFloatNotEqualsAlmostCheck.isFloatNotEqualsAlmost(Object caller,
Float valueA,
Float valueB,
Float absoluteEpsilon)
Checks if the referenced values are not-equals (B is NOT within [L(A);U(A)]).
|
boolean |
IObjectFloatNotEqualsAlmostCheck.isFloatNotEqualsAlmost(Object caller,
Float valueA,
Float valueB,
Float absoluteEpsilon,
Float relativeEpsilon)
Checks if the referenced values are not-equals (B is NOT within [L(A);U(A)]).
|
boolean |
IObjectFloatNotNullCheck.isFloatNotNull(Object caller,
Float referenceA)
Checks if the Float is not null.
|
boolean |
IObjectFloatNotSameCheck.isFloatNotSame(Object caller,
Float referenceA,
Float referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
boolean |
IObjectFloatNullCheck.isFloatNull(Object caller,
Float referenceA)
Checks if the Float is null.
|
boolean |
IObjectFloatOutsideCheck.isFloatOutside(Object caller,
Float referenceA,
Float referenceMin,
Float referenceMax)
Checks if references are not nulls and A is outside [min;max].
|
boolean |
IObjectFloatSameCheck.isFloatSame(Object caller,
Float referenceA,
Float referenceB)
Checks if the references are the same (using ==) or both nulls.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IObjectIntegerDefaultCheck.isIntegerDefault(Object caller,
Integer referenceA)
Checks if the reference is equal to the registered default Integer.
|
boolean |
IObjectIntegerEqualsCheck.isIntegerEquals(Object caller,
Integer referenceA,
Integer referenceB)
Checks if the Integers are equals.
|
boolean |
IObjectIntegerGreaterCheck.isIntegerGreater(Object caller,
Integer referenceA,
Integer referenceB)
Checks if references are not null && A > B.
|
boolean |
IObjectIntegerGreaterOrEqualsCheck.isIntegerGreaterOrEquals(Object caller,
Integer referenceA,
Integer referenceB)
Checks if references are both null or A >= B.
|
boolean |
IObjectIntegerInsideCheck.isIntegerInside(Object caller,
Integer referenceA,
Integer referenceMin,
Integer referenceMax)
Checks if references are not null and A is within [min;max].
|
boolean |
IObjectIntegerLessCheck.isIntegerLess(Object caller,
Integer referenceA,
Integer referenceB)
Checks if references are not nulls and A < B.
|
boolean |
IObjectIntegerLessOrEqualsCheck.isIntegerLessOrEquals(Object caller,
Integer referenceA,
Integer referenceB)
Checks if references are both null or A <= B.
|
boolean |
IObjectIntegerNotDefaultCheck.isIntegerNotDefault(Object caller,
Integer referenceA)
Checks if the reference is NOT equal to registered default Integer.
|
boolean |
IObjectIntegerNotEqualsCheck.isIntegerNotEquals(Object caller,
Integer referenceA,
Integer referenceB)
Checks if the references are not equals.
|
boolean |
IObjectIntegerNotNullCheck.isIntegerNotNull(Object caller,
Integer referenceA)
Checks if the Integer is not null.
|
boolean |
IObjectIntegerNotSameCheck.isIntegerNotSame(Object caller,
Integer referenceA,
Integer referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
boolean |
IObjectIntegerNullCheck.isIntegerNull(Object caller,
Integer referenceA)
Checks if the Integer is null.
|
boolean |
IObjectIntegerOutsideCheck.isIntegerOutside(Object caller,
Integer referenceA,
Integer referenceMin,
Integer referenceMax)
Checks if references are not nulls and A is outside [min;max].
|
boolean |
IObjectIntegerSameCheck.isIntegerSame(Object caller,
Integer referenceA,
Integer referenceB)
Checks if the references are the same (using ==) or both nulls.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IObjectLongDefaultCheck.isLongDefault(Object caller,
Long referenceA)
Checks if the reference is equal to the registered default Long.
|
boolean |
IObjectLongEqualsCheck.isLongEquals(Object caller,
Long referenceA,
Long referenceB)
Checks if the Longs are equals.
|
boolean |
IObjectLongGreaterCheck.isLongGreater(Object caller,
Long referenceA,
Long referenceB)
Checks if references are not null && A > B.
|
boolean |
IObjectLongGreaterOrEqualsCheck.isLongGreaterOrEquals(Object caller,
Long referenceA,
Long referenceB)
Checks if references are both null or A >= B.
|
boolean |
IObjectLongInsideCheck.isLongInside(Object caller,
Long referenceA,
Long referenceMin,
Long referenceMax)
Checks if references are not null and A is within [min;max].
|
boolean |
IObjectLongLessCheck.isLongLess(Object caller,
Long referenceA,
Long referenceB)
Checks if references are not nulls and A < B.
|
boolean |
IObjectLongLessOrEqualsCheck.isLongLessOrEquals(Object caller,
Long referenceA,
Long referenceB)
Checks if references are both null or A <= B.
|
boolean |
IObjectLongNotDefaultCheck.isLongNotDefault(Object caller,
Long referenceA)
Checks if the reference is NOT equal to registered default Long.
|
boolean |
IObjectLongNotEqualsCheck.isLongNotEquals(Object caller,
Long referenceA,
Long referenceB)
Checks if the references are not equals.
|
boolean |
IObjectLongNotNullCheck.isLongNotNull(Object caller,
Long referenceA)
Checks if the Long is not null.
|
boolean |
IObjectLongNotSameCheck.isLongNotSame(Object caller,
Long referenceA,
Long referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
boolean |
IObjectLongNullCheck.isLongNull(Object caller,
Long referenceA)
Checks if the Long is null.
|
boolean |
IObjectLongOutsideCheck.isLongOutside(Object caller,
Long referenceA,
Long referenceMin,
Long referenceMax)
Checks if references are not nulls and A is outside [min;max].
|
boolean |
IObjectLongSameCheck.isLongSame(Object caller,
Long referenceA,
Long referenceB)
Checks if the references are the same (using ==) or both nulls.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IObjectShortDefaultCheck.isShortDefault(Object caller,
Short referenceA)
Checks if the reference is equal to the registered default Short.
|
boolean |
IObjectShortEqualsCheck.isShortEquals(Object caller,
Short referenceA,
Short referenceB)
Checks if the Shorts are equals.
|
boolean |
IObjectShortGreaterCheck.isShortGreater(Object caller,
Short referenceA,
Short referenceB)
Checks if references are not null && A > B.
|
boolean |
IObjectShortGreaterOrEqualsCheck.isShortGreaterOrEquals(Object caller,
Short referenceA,
Short referenceB)
Checks if references are both null or A >= B.
|
boolean |
IObjectShortInsideCheck.isShortInside(Object caller,
Short referenceA,
Short referenceMin,
Short referenceMax)
Checks if references are not null and A is within [min;max].
|
boolean |
IObjectShortLessCheck.isShortLess(Object caller,
Short referenceA,
Short referenceB)
Checks if references are not nulls and A < B.
|
boolean |
IObjectShortLessOrEqualsCheck.isShortLessOrEquals(Object caller,
Short referenceA,
Short referenceB)
Checks if references are both null or A <= B.
|
boolean |
IObjectShortNotDefaultCheck.isShortNotDefault(Object caller,
Short referenceA)
Checks if the reference is NOT equal to registered default Short.
|
boolean |
IObjectShortNotEqualsCheck.isShortNotEquals(Object caller,
Short referenceA,
Short referenceB)
Checks if the references are not equals.
|
boolean |
IObjectShortNotNullCheck.isShortNotNull(Object caller,
Short referenceA)
Checks if the Short is not null.
|
boolean |
IObjectShortNotSameCheck.isShortNotSame(Object caller,
Short referenceA,
Short referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
boolean |
IObjectShortNullCheck.isShortNull(Object caller,
Short referenceA)
Checks if the Short is null.
|
boolean |
IObjectShortOutsideCheck.isShortOutside(Object caller,
Short referenceA,
Short referenceMin,
Short referenceMax)
Checks if references are not nulls and A is outside [min;max].
|
boolean |
IObjectShortSameCheck.isShortSame(Object caller,
Short referenceA,
Short referenceB)
Checks if the references are the same (using ==) or both nulls.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IObjectStringDefaultCheck.isStringDefault(Object caller,
String referenceA)
Checks if the String reference a default value.
|
boolean |
IObjectStringEmptyCheck.isStringEmpty(Object caller,
String referenceA)
Checks if the String reference an empty string.
|
boolean |
IObjectStringEqualsCheck.isStringEquals(Object caller,
String referenceA,
String referenceB)
Checks if the Strings are equals.
|
boolean |
IObjectStringGreaterCheck.isStringGreater(Object caller,
String referenceA,
String referenceB)
Checks if references are not null && A > B.
|
boolean |
IObjectStringGreaterOrEqualsCheck.isStringGreaterOrEquals(Object caller,
String referenceA,
String referenceB)
Checks if references are both null or A >= B.
|
boolean |
IObjectStringLessCheck.isStringLess(Object caller,
String referenceA,
String referenceB)
Checks if references are not nulls and A < B.
|
boolean |
IObjectStringLessOrEqualsCheck.isStringLessOrEquals(Object caller,
String referenceA,
String referenceB)
Checks if references are both null or A <= B.
|
boolean |
IObjectStringMatchingCheck.isStringMatching(Object caller,
String referenceA,
String regex)
Checks if A matches the regular expression.
|
boolean |
IObjectStringNotDefaultCheck.isStringNotDefault(Object caller,
String referenceA)
Checks if the String does not reference a default value.
|
boolean |
IObjectStringNotEmptyCheck.isStringNotEmpty(Object caller,
String referenceA)
Checks if the String does not reference an empty string.
|
boolean |
IObjectStringNotEqualsCheck.isStringNotEquals(Object caller,
String referenceA,
String referenceB)
Checks if the references are not equals.
|
boolean |
IObjectStringNotMatchingCheck.isStringNotMatching(Object caller,
String referenceA,
String regex)
Checks if A does NOT match the regular expression.
|
boolean |
IObjectStringNotNullCheck.isStringNotNull(Object caller,
String referenceA)
Checks if the String is not null.
|
boolean |
IObjectStringNotNullAndNotEmptyCheck.isStringNotNullAndNotEmpty(Object caller,
String referenceA)
Checks if the String does neither reference null or an empty string.
|
boolean |
IObjectStringNotSameCheck.isStringNotSame(Object caller,
String referenceA,
String referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
boolean |
IObjectStringNullCheck.isStringNull(Object caller,
String referenceA)
Checks if the String is null.
|
boolean |
IObjectStringNullOrEmptyCheck.isStringNullOrEmpty(Object caller,
String referenceA)
Checks if the String reference null or an empty string.
|
boolean |
IObjectStringSameCheck.isStringSame(Object caller,
String referenceA,
String referenceB)
Checks if the references are the same (using ==) or both nulls.
|
boolean |
IObjectStringWithoutPostfixCheck.isStringWithoutPostfix(Object caller,
String referenceA,
String postfix)
Checks if A does not end with postfix.
|
boolean |
IObjectStringWithoutPrefixCheck.isStringWithoutPrefix(Object caller,
String referenceA,
String prefix)
Checks if A does NOT start with prefix.
|
boolean |
IObjectStringWithoutSubstringCheck.isStringWithoutSubstring(Object caller,
String referenceA,
String substring)
Checks if A does NOT contain substring.
|
boolean |
IObjectStringWithPostfixCheck.isStringWithPostfix(Object caller,
String referenceA,
String postfix)
Checks if A ends with postfix.
|
boolean |
IObjectStringWithPrefixCheck.isStringWithPrefix(Object caller,
String referenceA,
String prefix)
Checks if A starts with prefix.
|
boolean |
IObjectStringWithSubstringCheck.isStringWithSubstring(Object caller,
String referenceA,
String substring)
Checks if the A contains substring.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IObjectUuidDefaultCheck.isUuidDefault(Object caller,
UUID referenceA)
Checks if the reference is equal to the registered default UUID.
|
boolean |
IObjectUuidEqualsCheck.isUuidEquals(Object caller,
UUID referenceA,
UUID referenceB)
Checks if the UUIDs are equals.
|
boolean |
IObjectUuidGreaterCheck.isUuidGreater(Object caller,
UUID referenceA,
UUID referenceB)
Checks if references are not null && A > B.
|
boolean |
IObjectUuidGreaterOrEqualsCheck.isUuidGreaterOrEquals(Object caller,
UUID referenceA,
UUID referenceB)
Checks if references are both null or A >= B.
|
boolean |
IObjectUuidInsideCheck.isUuidInside(Object caller,
UUID referenceA,
UUID referenceMin,
UUID referenceMax)
Checks if references are not null and A is within [min;max].
|
boolean |
IObjectUuidLessCheck.isUuidLess(Object caller,
UUID referenceA,
UUID referenceB)
Checks if references are not nulls and A < B.
|
boolean |
IObjectUuidLessOrEqualsCheck.isUuidLessOrEquals(Object caller,
UUID referenceA,
UUID referenceB)
Checks if references are both null or A <= B.
|
boolean |
IObjectUuidNotDefaultCheck.isUuidNotDefault(Object caller,
UUID referenceA)
Checks if the reference is NOT equal to registered default UUID.
|
boolean |
IObjectUuidNotEqualsCheck.isUuidNotEquals(Object caller,
UUID referenceA,
UUID referenceB)
Checks if the references are not equals.
|
boolean |
IObjectUuidNotNullCheck.isUuidNotNull(Object caller,
UUID referenceA)
Checks if the UUID is not null.
|
boolean |
IObjectUuidNotSameCheck.isUuidNotSame(Object caller,
UUID referenceA,
UUID referenceB)
Checks if the references are not the same (using !=) including both not nulls.
|
boolean |
IObjectUuidNullCheck.isUuidNull(Object caller,
UUID referenceA)
Checks if the UUID is null.
|
boolean |
IObjectUuidOutsideCheck.isUuidOutside(Object caller,
UUID referenceA,
UUID referenceMin,
UUID referenceMax)
Checks if references are not nulls and A is outside [min;max].
|
boolean |
IObjectUuidSameCheck.isUuidSame(Object caller,
UUID referenceA,
UUID referenceB)
Checks if the references are the same (using ==) or both nulls.
|
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.