Class DelegatingMultimap<K,V>
java.lang.Object
org.openjdk.jmh.util.DelegatingMultimap<K,V>
- All Implemented Interfaces:
Serializable, Multimap<K,V>
- Direct Known Subclasses:
HashMultimap, HashsetMultimap, TreeMultimap
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clears the multimapprotected Collection<V> Collection<Map.Entry<K, Collection<V>>> entrySet()Get all associations of the multimap.booleanGet all values associated with the keyinthashCode()booleanisEmpty()Checks if multimap is emptykeys()Keys in the mapvoidvoidPut the element pair.voidputAll(K key, Collection<V> vvs) Put multiple pairs.voidtoString()values()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
map
-
-
Constructor Details
-
DelegatingMultimap
-
-
Method Details
-
createValueCollection
-
put
-
putAll
-
get
-
isEmpty
-
clear
-
keys
-
values
-
entrySet
Description copied from interface:MultimapGet all associations of the multimap. The method is intended for read-only view. -
remove
-
merge
-
equals
-
hashCode
-
toString
-