| Class | Description |
|---|---|
| CompactHeapStringList |
A
List<String> that stores all contents in a single char[], to avoid the GC load for a large number of String
objects. |
| IntArrayKeyMap<V> |
A map for int arrays backed by a
TreeMap |
| IntArrayKeyMap.IntArray | |
| IntArrayKeySet |
Provides a wrapper for a
TreeSet
that uses IntArrayKeyMap.IntArray
for proper comparison of int arrays
as keys. |
| MultiDimensionalMap<K,T,V> |
Multiple key map
|
| MultiDimensionalMap.Entry<K,T,V> | |
| MultiDimensionalSet<K,V> |
Created by agibsonccc on 4/29/14.
|
Copyright © 2019. All rights reserved.