- Type Parameters:
K
- The key to use in the map
V
- The value to put in the deque
public static class DequeMap
extends Object
MultiMap with stack semantics for the values.
Initial insertion of a given key results in a new stack containing the value.
Subsequent puts for the same key add the value to the stack. Removing a key
removes its value from the stack.
- See Also:
- Serialized Form