BytePropertySet |
Handles general storage and retrieval of byte values indexed by long keys.
|
IntPropertySet |
Handles general storage and retrieval of int values indexed by long keys.
|
LongPropertySet |
Handles general storage and retrieval of long values indexed by long keys.
|
ObjectPropertySet |
Handles general storage and retrieval of object values indexed by long keys.
|
ObjectStorageAdapter |
Convenience adapter implementation for saving and restoring Strings and
Java primitives or arrays of Strings and primitives for a row of a data table.
|
PropertySet |
Base class for managing properties that are accessed by an index.
|
SaveableObjectPropertySet |
Handles general storage and retrieval of saveable objects indexed by long
keys.
|
ShortPropertySet |
Handles general storage and retrieval of short values indexed by long keys.
|
StringPropertySet |
Handles general storage and retrieval of Strings indexed by long keys.
|
VoidPropertySet |
Handles general storage and retrieval of a void property indexed by long
keys.
|