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

A

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.
close(Closeable) - Static method in class de.mrapp.util.StreamUtil
Gracefully closes a specific stream.
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.
create(F, S) - Static method in class de.mrapp.util.datastructure.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.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
 
first - Variable in class de.mrapp.util.datastructure.Triple
The first object.

G

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.Triple
 

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.

L

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.

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
 
Pair(F, S) - Constructor for class de.mrapp.util.datastructure.Pair
 

S

second - Variable in class de.mrapp.util.datastructure.Pair
 
second - Variable in class de.mrapp.util.datastructure.Triple
The second object.
StreamUtil - Class in de.mrapp.util
An utility class, which provides static methods, which allow to handle streams.

T

third - Variable in class de.mrapp.util.datastructure.Triple
The third object.
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.
A C D E F G H I L M P S T 
Skip navigation links