- 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.SortedArraySet
-
- equals(Object) - Method in class de.mrapp.util.datastructure.Triple
-
- second - Variable in class de.mrapp.util.datastructure.Pair
-
The second object.
- second - Variable in class de.mrapp.util.datastructure.Triple
-
The second object.
- size() - Method in class de.mrapp.util.datastructure.ListenerList
-
Returns the number of listeners, which are contained by the list.
- size() - Method in class de.mrapp.util.datastructure.SortedArraySet
-
- SortedArrayList<T> - Class in de.mrapp.util.datastructure
-
An extension of ArrayList, which automatically keeps its items in a sorted order,
whenever new items are added.
- SortedArrayList() - Constructor for class de.mrapp.util.datastructure.SortedArrayList
-
Creates a new list, which automatically keeps its items in a sorted order, whenever new items
are added.
- SortedArrayList(Collection<? extends T>) - Constructor for class de.mrapp.util.datastructure.SortedArrayList
-
Creates a new list, which automatically keeps its items in a sorted order, whenever new items
are added.
- SortedArrayList(int) - Constructor for class de.mrapp.util.datastructure.SortedArrayList
-
Creates a new list, which automatically keeps its items in a sorted order, whenever new items
are added.
- SortedArrayList(Comparator<? super T>) - Constructor for class de.mrapp.util.datastructure.SortedArrayList
-
Creates a new list, which automatically keeps its items in a sorted order, whenever new items
are added.
- SortedArrayList(Collection<? extends T>, Comparator<? super T>) - Constructor for class de.mrapp.util.datastructure.SortedArrayList
-
Creates a new list, which automatically keeps its items in a sorted order, whenever new items
are added.
- SortedArrayList(int, Comparator<? super T>) - Constructor for class de.mrapp.util.datastructure.SortedArrayList
-
Creates a new list, which automatically keeps its items in a sorted order, whenever new items
are added.
- SortedArraySet<T> - Class in de.mrapp.util.datastructure
-
A set, whose items are sorted based on a specific Comparator or according to their
implementation of the interface Comparable.
- SortedArraySet() - Constructor for class de.mrapp.util.datastructure.SortedArraySet
-
Creates a new set, whose items are sorted.
- SortedArraySet(Collection<T>) - Constructor for class de.mrapp.util.datastructure.SortedArraySet
-
Creates a new set, whose items are sorted.
- SortedArraySet(int) - Constructor for class de.mrapp.util.datastructure.SortedArraySet
-
Creates a new set, whose items are sorted.
- SortedArraySet(Comparator<? super T>) - Constructor for class de.mrapp.util.datastructure.SortedArraySet
-
Creates a new set, whose items are sorted.
- SortedArraySet(Collection<T>, Comparator<? super T>) - Constructor for class de.mrapp.util.datastructure.SortedArraySet
-
Creates a new set, whose items are sorted.
- SortedArraySet(int, Comparator<? super T>) - Constructor for class de.mrapp.util.datastructure.SortedArraySet
-
Creates a new set, whose items are sorted.
- StreamUtil - Class in de.mrapp.util
-
An utility class, which provides static methods, which allow to handle streams.
- subSet(T, T) - Method in class de.mrapp.util.datastructure.SortedArraySet
-