Package | Description |
---|---|
nl.renarj.jasdb.index.keys | |
nl.renarj.jasdb.index.keys.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
Key
The key represents a search item in the index, the index stores the key and allows it to be retrieved.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKey |
Modifier and Type | Class and Description |
---|---|
class |
AnyKey |
class |
CompositeKey |
class |
DataKey |
class |
LongKey |
class |
StringKey |
class |
UUIDKey
This represents the UUID key class mainly used for object references, this
relies on the UUID implementation of Java (java.util.UUID) but does tries
to prevent usage of the object itself for memory reasons.
|
Copyright © 2015. All rights reserved.