Module org.maxicp

Interface StateMap<K,V>

Type Parameters:
K - the key type
V - the value type
All Superinterfaces:
Map<K,V>
All Known Implementing Classes:
CopyMap, TrailMap

public interface StateMap<K,V> extends Map<K,V>
A generic map that can revert its state with StateManager.saveState() / StateManager.restoreState() methods.
See Also: