Class | Description |
---|---|
ASet |
This is the basic structure of an efficient and memory-saving hash set.
|
IntMap |
This is an efficient and memory-saving hash map for storing primitive integers.
|
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 set 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.
|
Copyright © 2005–2019 BaseX Team. All rights reserved.