-
Class Summary
| Class |
Description |
| ArrayPool<T> |
pools arrays by their size
|
| ArrayPools |
|
| ArrayUtils |
array utility methods
|
| DualIntMap<V> |
an IntMap and ObjectIntMap holding each others contents in reverse for fast retrieval of both keys and values
|
| DualObjectMap<K,V> |
Two ObjectMaps holding each other's contents in reverse for fast retrieval of both keys and values.
|
| FloatArrayPool |
pools arrays by their size
|
| IntArrayPool |
pools arrays by their size
|
| ReflectionArrayPool<T> |
an ArrayPool that creates new arrays using reflection
|