interface |
AdaptedKeyValue<S,K,O,V> |
A value that's associated with a key and must be
adapted to and from storage.
|
interface |
AdaptedValue<S,O,V> |
A value that must be adapted to and from storage.
|
interface |
DefaultAdaptedKeyValue<S,K,O,V> |
A value that's associated with a default fallback, a key,
and must be adapted to and from storage.
|
interface |
DefaultAdaptedValue<S,O,V> |
A value that's associated with a default fallback
and must be adapted to and from storage.
|
interface |
DefaultGetter<S,V> |
Gets a value from storage or a default fallback.
|
interface |
DefaultKeyValue<S,K,V> |
A value associated with a default fallback and a key.
|
interface |
DefaultValue<S,V> |
A value associated with a default fallback.
|
interface |
KeyValue<S,K,V> |
A value associated with a particular key.
|
interface |
Value<S,V> |
A value represented by a getter and a setter.
|