Class | Description |
---|---|
AbstractArrayIndex<K,T> |
Implementation of index that stores the indexed data in a sorted array.
|
AbstractSearch<C,T> |
This class represents a search on an index.
|
AddressStorageIndex<K,T> |
Implementation of a single index over generic storage.
|
IntStorageIndex<K,T> |
Implementation of a single index over a
storage with integer addresses . |
LongStorageIndex<K,T> |
Implementation of a single index over a
storage with long addresses . |
LongStorageMemoryIndex<K,T> |
Implementation of disk (long) index that stores the indexed data in a sorted array and keeps the
keys to be compared always in memory.
|
LongStorageMemoryIndex.KeyAddressPair<K> |
Class encapsulating the key and long position in the storage.
|
LongStorageMemoryIndexStdSer<K,T> |
Implementation of disk (long) index that stores the indexed data in a sorted array and keeps the
keys to be compared always in memory.
|
LongStorageMemoryIndexStdSer.KeyAddressPair<K> |
Class encapsulating the key and long position in the storage.
|