Package com.google.common.collect
Class SortedMultisets
java.lang.Object
com.google.common.collect.SortedMultisets
Provides static utility methods for creating and working with
SortedMultiset instances.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classA skeleton implementation forSortedMultiset.elementSet().(package private) static classA skeleton navigable implementation forSortedMultiset.elementSet(). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static <E> EgetElementOrNull(Multiset.Entry<E> entry) private static <E> EgetElementOrThrow(Multiset.Entry<E> entry)
-
Constructor Details
-
SortedMultisets
private SortedMultisets()
-
-
Method Details
-
getElementOrThrow
-
getElementOrNull
-