|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmodhelxs.state_management.MapAttribute<K,V>
modhelxs.state_management.TransientMap<K,V>
public class TransientMap<K,V>
A TransientMap is a MapAttribute that never changes its permanent value.
| Constructor Summary | |
|---|---|
TransientMap()
Create an empty TransientMap. |
|
TransientMap(java.util.Map<K,V> map)
Create a TransientMap initialized with map. |
|
| Method Summary | |
|---|---|
void |
commit()
Commit the transient value into the permanent value. |
| Methods inherited from class modhelxs.state_management.MapAttribute |
|---|
get, keySet, put, revert, values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransientMap(java.util.Map<K,V> map)
map.
public TransientMap()
| Method Detail |
|---|
public void commit()
commit in interface StateValuecommit in class MapAttribute<K,V>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||