public class IdentityMultimapList<K,V> extends IdentityHashMap<K,List<V>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
IdentityMultimapList() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(K key,
V value)
Adds a value to the set associated with the key.
|
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
toString
Copyright © 2014. All rights reserved.