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 class
A skeleton implementation forSortedMultiset.elementSet()
.(package private) static class
A skeleton navigable implementation forSortedMultiset.elementSet()
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static <E> E
getElementOrNull
(Multiset.Entry<E> entry) private static <E> E
getElementOrThrow
(Multiset.Entry<E> entry)
-
Constructor Details
-
SortedMultisets
private SortedMultisets()
-
-
Method Details
-
getElementOrThrow
-
getElementOrNull
-