- Type Parameters:
K- the key typeV- the value type
- All Superinterfaces:
Map<K,V>
A generic map that can revert its state
with
StateManager.saveState() / StateManager.restoreState()
methods.- See Also:
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values