| Interface | Description |
|---|---|
| Index<K,V> |
Represents an index.
|
| Class | Description |
|---|---|
| AutoIndex<K,V> |
Implements an Index with automatic indexing.
|
| OrderedIndex<K,V> |
Represents an ordered index.
|
| UnorderedIndex<K,V> |
Represents an unordered index.
|