Class DelegatingMultiset<T>
java.lang.Object
org.openjdk.jmh.util.DelegatingMultiset<T>
- All Implemented Interfaces:
Serializable, Multiset<T>
- Direct Known Subclasses:
HashMultiset, TreeMultiset
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd the element to the multisetvoidAdd the element to the multisetlongCount the elements in multisetentrySet()Get all associations of the multiset.booleaninthashCode()booleanisEmpty()Answers if Multiset is emptykeys()Answers the collection of keyslongsize()Answers the size of multiset.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
map
-
size
private long size
-
-
Constructor Details
-
DelegatingMultiset
-
-
Method Details
-
add
-
add
-
count
-
entrySet
-
isEmpty
-
size
-
keys
-
equals
-
hashCode
-