protected class ForwardingSortedMultiset.StandardElementSet extends SortedMultisets.NavigableElementSet<E>
SortedMultiset.elementSet()
in terms of the following
methods: Collection.clear()
, SortedMultiset.comparator()
, Multiset.contains(java.lang.Object)
, Multiset.containsAll(java.util.Collection<?>)
, Multiset.count(java.lang.Object)
,
SortedMultiset.firstEntry()
SortedMultiset.headMultiset(E, com.google.common.collect.BoundType)
, Collection.isEmpty()
, SortedMultiset.lastEntry()
, SortedMultiset.subMultiset(E, com.google.common.collect.BoundType, E, com.google.common.collect.BoundType)
,
SortedMultiset.tailMultiset(E, com.google.common.collect.BoundType)
, the size()
and iterator()
methods of
SortedMultiset.entrySet()
, and Multiset.remove(Object, int)
. In many
situations, you may wish to override SortedMultiset.elementSet()
to forward to this
implementation or a subclass thereof.Constructor and Description |
---|
StandardElementSet()
Constructor for use by subclasses.
|
ceiling, descendingIterator, descendingSet, floor, headSet, higher, lower, pollFirst, pollLast, subSet, tailSet
comparator, first, headSet, iterator, last, multiset, subSet, tailSet
clear, contains, containsAll, isEmpty, remove, size
removeAll, retainAll
clone, finalize, getClass, notify, notifyAll, wait, wait, wait