| Class | Description |
|---|---|
| BoolList |
This is a simple container for native booleans.
|
| ByteList |
This is a simple container for byte values.
|
| ElementList |
This is an abstract class for storing elements of any kind in an array-based
list.
|
| IntArrayList |
This is a simple container for native integer arrays.
|
| IntList |
This is a simple container for native integers.
|
| StringList |
This is a simple container for strings.
|
| TokenList |
This is a simple container for tokens (byte arrays).
|
| TwoWayTokenMap |
Two-way Token Map allows efficient key->value and value->key lookups.
|