Modifier | Constructor and Description |
---|---|
protected |
CopyMap() |
protected |
CopyMap(Map<K,V> m) |
Modifier and Type | Method and Description |
---|---|
V |
get(K k)
Retrieves the value for a given key.
|
void |
put(K k,
V v)
Inserts the key-value pair.
|
StateEntry |
save() |
public void put(K k, V v)
StateMap
public V get(K k)
StateMap
public StateEntry save()
Copyright © 2018 Laurent Michel, Pierre Schaus, Pascal Van Hentenryck. All rights reserved.