
| Interface | Description |
|---|---|
| CollectionWithCurrentElement<E> |
| Class | Description |
|---|---|
| ArrayUtils |
A class containing stati methods to manipulate arrays efficiently.
|
| Constants | |
| ExactHashObjectMap<V> |
A map which stores objects using hash codes for indexing.
|
| HashUtils | |
| ImmutableCollectionWithCurrentElement<E> | |
| LangUtils | |
| MathUtils |
Mathematical utilities that can not be found in Java Math or Apache FastMath.
|
| MaxSizeHashMap<K,V> |
This map will accept up to a maximum number of elements, then it will start
to remove the eldest.
|
| ObjectIntHashMap<K> |
A
TObjectIntHashMap whose no_entry_value field is Integer.MIN_VALUE. |
| QuadTree<E> | Deprecated
This class is bugged, should be used by no one, and will be
removed in future versions of this software.
|
| QuadTree.QuadTreeEntry<E> | |
| RangedInteger | |
| RegexUtil |
A set of pre-compiled
Patterns commonly used. |
| ReverseEnumMap<V extends Enum<V>> |
This class provides a cache for a generic enum, mapping each value to an int.
|