Skip navigation links
A C D E F G H I L M P R S T V 

A

add(T) - Method in class de.mrapp.util.datastructure.ListenerList
Adds a new listener to the list.
add(T) - Method in class de.mrapp.util.datastructure.SortedArrayList
 
add(int, T) - Method in class de.mrapp.util.datastructure.SortedArrayList
 
add(T) - Method in class de.mrapp.util.datastructure.SortedArraySet
 
addAll(Iterable<? extends T>) - Method in class de.mrapp.util.datastructure.ListenerList
Adds all listeners, which can be iterated using a specific iterable, to the list.
addAll(Collection<? extends T>) - Method in class de.mrapp.util.datastructure.SortedArrayList
 
addAll(int, Collection<? extends T>) - Method in class de.mrapp.util.datastructure.SortedArrayList
 
addAll(Collection<? extends T>) - Method in class de.mrapp.util.datastructure.SortedArraySet
 
ArrayUtil - Class in de.mrapp.util
An utility class, which provides static methods, which allow to handle arrays.

C

ClassUtil - Class in de.mrapp.util
An utility class, which provides static methods for handling instances of the class Class.
clear() - Method in class de.mrapp.util.datastructure.ListenerList
Removes all listeners from the list.
clear() - Method in class de.mrapp.util.datastructure.SortedArraySet
 
close(Closeable) - Static method in class de.mrapp.util.StreamUtil
Gracefully closes a specific stream.
comparator() - Method in class de.mrapp.util.datastructure.SortedArrayList
Returns the comparator, which is used to sort the list's items.
comparator() - Method in class de.mrapp.util.datastructure.SortedArraySet
 
Condition - Class in de.mrapp.util
An utility class, which provides static methods, which allow to ensure, that variables and objects fulfill certain conditions.
contains(boolean[], boolean) - Static method in class de.mrapp.util.ArrayUtil
Returns, whether an array contains a specific boolean value, or not.
contains(Object) - Method in class de.mrapp.util.datastructure.SortedArraySet
 
containsAll(Collection<?>) - Method in class de.mrapp.util.datastructure.SortedArraySet
 
create(F, S) - Static method in class de.mrapp.util.datastructure.Pair
Creates a new pair.
create(F, S, T) - Static method in class de.mrapp.util.datastructure.Triple
Creates a new triple.
createNewFile(File) - Static method in class de.mrapp.util.FileUtil
Creates a new, empty file.
createNewFile(File, boolean) - Static method in class de.mrapp.util.FileUtil
Creates a new, empty file.

D

de.mrapp.util - package de.mrapp.util
 
de.mrapp.util.datastructure - package de.mrapp.util.datastructure
 
delete(File) - Static method in class de.mrapp.util.FileUtil
Deletes a specific file.
deleteRecursively(File) - Static method in class de.mrapp.util.FileUtil
Deletes a specific file or directory.

E

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
 

F

FileUtil - Class in de.mrapp.util
An utility class, which provides static methods, which allow to handle files.
first - Variable in class de.mrapp.util.datastructure.Pair
The first object.
first() - Method in class de.mrapp.util.datastructure.SortedArraySet
 
first - Variable in class de.mrapp.util.datastructure.Triple
The first object.

G

getAll() - Method in class de.mrapp.util.datastructure.ListenerList
Returns a collection, which contains all listeners, which are currently contained by the list.
getCompareMethod() - Method in class de.mrapp.util.datastructure.ListenerList
Returns the compare method, which is used by the list.
getTruncatedName(Class<?>) - Static method in class de.mrapp.util.ClassUtil
Returns a truncated version of a specific class' full qualified name.

H

hashCode() - Method in class de.mrapp.util.datastructure.Pair
 
hashCode() - Method in class de.mrapp.util.datastructure.SortedArraySet
 
hashCode() - Method in class de.mrapp.util.datastructure.Triple
 
headSet(T) - Method in class de.mrapp.util.datastructure.SortedArraySet
 

I

indexOf(boolean[], boolean) - Static method in class de.mrapp.util.ArrayUtil
Returns the index of the first item of an array, which equals a specific boolean value.
isEmpty() - Method in class de.mrapp.util.datastructure.ListenerList
Returns, whether the list is empty, or not.
isEmpty() - Method in class de.mrapp.util.datastructure.SortedArraySet
 
iterator() - Method in class de.mrapp.util.datastructure.ListenerList
 
iterator() - Method in class de.mrapp.util.datastructure.SortedArraySet
 

L

last() - Method in class de.mrapp.util.datastructure.SortedArraySet
 
lastIndexOf(boolean[], boolean) - Static method in class de.mrapp.util.ArrayUtil
Returns the index of the last item of an array, which equals a specific boolean value.
ListenerList<T> - Class in de.mrapp.util.datastructure
A list, which is meant to be used for managing event listeners.
ListenerList() - Constructor for class de.mrapp.util.datastructure.ListenerList
Creates a new list, which is meant to be used for managing event listeners.
ListenerList(ListenerList.CompareMethod) - Constructor for class de.mrapp.util.datastructure.ListenerList
Creates a new list, which is meant to be used for managing event listeners.
ListenerList.CompareMethod - Enum in de.mrapp.util.datastructure
Contains all possible methods for comparing listeners with each other.

M

mkdir(File) - Static method in class de.mrapp.util.FileUtil
Creates a specific directory, if it does not already exist.
mkdirs(File) - Static method in class de.mrapp.util.FileUtil
Creates a specific directory, if it does not already exist.

P

Pair<F,S> - Class in de.mrapp.util.datastructure
A data structure, which eases to pass around a pair of two objects.
Pair(F, S) - Constructor for class de.mrapp.util.datastructure.Pair
Creates a new pair.

R

remove(T) - Method in class de.mrapp.util.datastructure.ListenerList
Removes a specific listener from the list.
remove(Object) - Method in class de.mrapp.util.datastructure.SortedArraySet
 
removeAll(Iterable<? extends T>) - Method in class de.mrapp.util.datastructure.ListenerList
Removes all listeners, which can be iterated using a specific iterable.
removeAll(Collection<?>) - Method in class de.mrapp.util.datastructure.SortedArraySet
 
retainAll(Collection<?>) - Method in class de.mrapp.util.datastructure.SortedArraySet
 

S

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
 

T

tailSet(T) - Method in class de.mrapp.util.datastructure.SortedArraySet
 
third - Variable in class de.mrapp.util.datastructure.Triple
The third object.
toArray() - Method in class de.mrapp.util.datastructure.SortedArraySet
 
toArray(T1[]) - Method in class de.mrapp.util.datastructure.SortedArraySet
 
toString() - Method in class de.mrapp.util.datastructure.SortedArraySet
 
Triple<F,S,T> - Class in de.mrapp.util.datastructure
A data structure, which eases to pass around a triple of three objects.
Triple(F, S, T) - Constructor for class de.mrapp.util.datastructure.Triple
Creates a new triple.

V

valueOf(String) - Static method in enum de.mrapp.util.datastructure.ListenerList.CompareMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.mrapp.util.datastructure.ListenerList.CompareMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L M P R S T V 
Skip navigation links