| Class | Description |
|---|---|
| IntMap<E> |
This is an efficient hash map, extending the
hash set. |
| IntSet |
This is an efficient hash set, storing keys in a simple integer array.
|
| TokenBoolMap |
This is an efficient hash map for booleans,
extending the
hash set. |
| TokenIntMap |
This is an efficient hash map for integers,
extending the
hash set. |
| TokenMap |
This is an efficient hash map for tokens,
extending the
hash set. |
| TokenObjMap<E> |
This is an efficient hash map for generic objects,
extending the
hash set. |
| TokenSet |
This is an efficient hash set, storing keys in byte arrays.
|