- ensureAtLeast(short, short, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Short value is at least as great as a reference value.
- ensureAtLeast(short, short, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Short value is at least as great as a reference value.
- ensureAtLeast(int, int, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that an Integer value is at least as great as a reference value.
- ensureAtLeast(int, int, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that an Integer value is at least as great as a reference value.
- ensureAtLeast(long, long, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Long value is at least as great as a reference value.
- ensureAtLeast(long, long, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Long value is at least as great as a reference value.
- ensureAtLeast(float, float, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Float value is at least as great as a reference value.
- ensureAtLeast(float, float, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Float value is at least as great as a reference value.
- ensureAtLeast(double, double, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Double value is at least as great as a reference value.
- ensureAtLeast(double, double, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Double value is at least as great as a reference value.
- ensureAtMaximum(short, short, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Short value is at maximum as great as a reference value.
- ensureAtMaximum(short, short, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Short value is at maximum as great as a reference value.
- ensureAtMaximum(int, int, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that an Integer value is at maximum as great as a reference value.
- ensureAtMaximum(int, int, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that an Integer value is at maximum as great as a reference value.
- ensureAtMaximum(long, long, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Long value is at maximum as great as a reference value.
- ensureAtMaximum(long, long, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Long value is at maximum as great as a reference value.
- ensureAtMaximum(float, float, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Float value is at maximum as great as a reference value.
- ensureAtMaximum(float, float, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Float value is at maximum as great as a reference value.
- ensureAtMaximum(double, double, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Double value is at maximum as great as a reference value.
- ensureAtMaximum(double, double, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Double value is at maximum as great as a reference value.
- ensureEqual(Object, Object, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that two objects are equal.
- ensureEqual(Object, Object, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that two objects are equal.
- ensureFalse(boolean, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a specific boolean expression is false.
- ensureFalse(boolean, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a specific boolean expression is false.
- ensureFileExists(File, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a specific file exists.
- ensureFileExists(File, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a specific file exists.
- ensureFileIsDirectory(File, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a specific file is a directory.
- ensureFileIsDirectory(File, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a specific file is a directory.
- ensureFileIsNoDirectory(File, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a specific file does exist and is not a directory.
- ensureFileIsNoDirectory(File, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a specific file does exist and is not a directory.
- ensureGreater(short, short, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Short value is greater as a reference value.
- ensureGreater(short, short, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Short value is greater as a reference value.
- ensureGreater(int, int, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that an Integer value is greater as a reference value.
- ensureGreater(int, int, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that an Integer value is greater as a reference value.
- ensureGreater(long, long, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Long value is greater as a reference value.
- ensureGreater(long, long, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Long value is greater as a reference value.
- ensureGreater(float, float, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Float value is greater as a reference value.
- ensureGreater(float, float, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Float value is greater as a reference value.
- ensureGreater(double, double, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Double value is greater as a reference value.
- ensureGreater(double, double, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Double value is greater as a reference value.
- ensureNotEmpty(CharSequence, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a text is not empty.
- ensureNotEmpty(CharSequence, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a text is not empty.
- ensureNotEmpty(Iterable<?>, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Iterable is not empty.
- ensureNotEmpty(Iterable<?>, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Iterable is not empty.
- ensureNotEqual(Object, Object, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that two objects are not equal.
- ensureNotEqual(Object, Object, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that two objects are not equal.
- ensureNotNull(Object, String) - Static method in class de.mrapp.util.Condition
-
Ensures that an object is not null.
- ensureNotNull(Object, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures that an object is not null.
- ensureSmaller(short, short, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Short value is smaller as a reference value.
- ensureSmaller(short, short, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Short value is smaller as a reference value.
- ensureSmaller(int, int, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that an Integer value is smaller as a reference value.
- ensureSmaller(int, int, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that an Integer value is smaller as a reference value.
- ensureSmaller(long, long, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Long value is smaller as a reference value.
- ensureSmaller(long, long, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Long value is smaller as a reference value.
- ensureSmaller(float, float, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Float value is smaller as a reference value.
- ensureSmaller(float, float, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Float value is smaller as a reference value.
- ensureSmaller(double, double, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Double value is smaller as a reference value.
- ensureSmaller(double, double, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a Double value is smaller as a reference value.
- ensureTrue(boolean, String) - Static method in class de.mrapp.util.Condition
-
Ensures, that a specific boolean expression is true.
- ensureTrue(boolean, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.util.Condition
-
Ensures, that a specific boolean expression is true.
- equals(Object) - Method in class de.mrapp.util.datastructure.Pair
-
- equals(Object) - Method in class de.mrapp.util.datastructure.Triple
-