Package org.jboss.weld.util.collections
Class ArraySetMultimap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,List<V>>
-
- org.jboss.weld.util.collections.ArraySetMultimap<K,V>
-
public class ArraySetMultimap<K,V> extends AbstractMap<K,List<V>>
- Author:
- David Allen
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description ArraySetMultimap()ArraySetMultimap(Map<K,List<V>> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<K,List<V>>>entrySet()List<V>get(Object key)List<V>putSingleElement(K key, V value)ArraySetMultimap<K,V>trimToSize()-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-