Uses of Class
com.google.common.collect.SortedMultisets.ElementSet
Packages that use SortedMultisets.ElementSet
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of SortedMultisets.ElementSet in com.google.common.collect
Subclasses of SortedMultisets.ElementSet in com.google.common.collectModifier and TypeClassDescriptionprotected class
A sensible implementation ofSortedMultiset.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)
, thesize()
anditerator()
methods ofSortedMultiset.entrySet()
, andMultiset.remove(Object, int)
.(package private) static class
A skeleton navigable implementation forSortedMultiset.elementSet()
.