Class MapStack<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
eu.bandm.tools.ops.MapStack<K,V>
All Implemented Interfaces:
Map<K,V>

public class MapStack<K,V> extends AbstractMap<K,V>
A map implementation where modifications can be undone in reverse order.

This map implementation does not support null values.