Class HashSetMultiMap<K,V>
java.lang.Object
com.ibm.wala.util.collections.HashSetMultiMap<K,V>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(K key) emptySet()
boolean
isEmpty()
keySet()
static <K,
V> HashSetMultiMap <K, V> make()
boolean
boolean
putAll
(K key, Collection<? extends V> vals) boolean
int
size()
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:
containsKey
in interfaceMultiMap<K,
V>
-
size
-
toString
-
putAll
-
clear
-
isEmpty
-