Class MultiMap<V>

java.lang.Object
Type Parameters:
V - the entry type for multimap values
All Implemented Interfaces:
Serializable, Cloneable, Map<String,List<V>>, SequencedMap<String,List<V>>

public class MultiMap<V> extends LinkedHashMap<String,List<V>>
A multi valued Map.
See Also: