public class Multimap<K,V> extends HashMap<K,List<V>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Multimap() |
Modifier and Type | Method and Description |
---|---|
V |
add(K key,
V value) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
Copyright © 2000-2014 Sualeh Fatehi. All rights reserved.