- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<K,java.util.List<V>>
public class MultiMap<K,V>
extends java.util.LinkedHashMap<K,java.util.List<V>>
A hash table that maps a key to a list of elements not just a single.
- See Also:
- Serialized Form