Class Summary |
ASet |
This is the basic structure of an efficient and memory-saving hash set. |
IntObjMap<E> |
This is an efficient and memory-saving hash map for storing primitive integers
and objects. |
IntSet |
This is an efficient and memory-saving hash map for storing primitive integers. |
TokenBoolMap |
This is an efficient and memory-saving hash map for storing tokens and booleans. |
TokenIntMap |
This is an efficient and memory-saving hash map for storing tokens and integers. |
TokenMap |
This is an efficient and memory-saving hash map for storing tokens. |
TokenObjMap<E> |
This is an efficient and memory-saving hash map for storing tokens and objects. |
TokenSet |
This is an efficient and memory-saving hash set for storing tokens. |