| Class | Description |
|---|---|
| BooleanKey | |
| ListKey<E> | |
| MapKey<K,V> |
A
TypedKey where the value the key maps to is a Map itself. |
| NumberKey | |
| StringKey | |
| TypedKey<V> |
A generic key to enable strongly typed mapping between keys and values of different types.
|
| TypedKeyMap |
Provides a mechanism for storing key/value pairs of different types, where there is a strong correlation between the
key and the value it represents.
|
| TypedKeyMapVersioned |
Extends the TypedKeyMap to allow versioning of data values per key.
|
| Versions<V> |
Copyright © 2016. All rights reserved.