Uses of Class
com.google.common.collect.SortedMultisets.ElementSet
-
Packages that use SortedMultisets.ElementSet Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of SortedMultisets.ElementSet in com.google.common.collect
Subclasses of SortedMultisets.ElementSet in com.google.common.collect Modifier and Type Class Description protected classForwardingSortedMultiset.StandardElementSetA 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 classSortedMultisets.NavigableElementSet<E>A skeleton navigable implementation forSortedMultiset.elementSet().
-