public class TypedKeyMapVersioned extends TypedKeyMap
entries| Constructor and Description |
|---|
TypedKeyMapVersioned() |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
get(TypedKey<V> key) |
<V> Versions<V> |
getVersions(TypedKey<V> key) |
<V> void |
put(TypedKey<V> key,
V value) |
containsKey, keySet, removepublic <V> void put(TypedKey<V> key, V value)
put in class TypedKeyMappublic <V> V get(TypedKey<V> key)
get in class TypedKeyMapCopyright © 2016. All rights reserved.