Package proguard.util
Class MultiValueMap<K,V>
java.lang.Object
proguard.util.MultiValueMap<K,V>
- Type Parameters:
K- the key typeV- the value type
A key-values map that can have multiple values associated with each key.
There is an efficient lookup method to retrieve all values of all keys.
-
Constructor Details
-
MultiValueMap
public MultiValueMap()
-
-
Method Details
-
createValueSet
-
createKeyMap
-
size
public int size() -
keySet
-
values
-
entrySet
-
put
-
putAll
-
putAll
-
putAll
-
remove
-
get
-
getValues
Returns a Set with all values of all keys.- Returns:
- a Set with all values of all keys.
-
clear
public void clear()
-