Class HashSetMultiMap<K,V>
java.lang.Object
com.ibm.wala.util.collections.HashSetMultiMap<K,V>
- All Implemented Interfaces:
MultiMap<K,V>, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(K key) emptySet()booleanisEmpty()keySet()static <K,V> HashSetMultiMap <K, V> make()booleanbooleanputAll(K key, Collection<? extends V> vals) booleanintsize()toString()
-
Field Details
-
map
-
create
protected final boolean create
-
-
Constructor Details
-
HashSetMultiMap
public HashSetMultiMap() -
HashSetMultiMap
public HashSetMultiMap(boolean create)
-
-
Method Details
-
createSet
-
make
-
emptySet
-
get
-
put
-
remove
-
removeAll
-
keySet
-
containsKey
- Specified by:
containsKeyin interfaceMultiMap<K,V>
-
size
-
toString
-
putAll
-
clear
-
isEmpty
-