Package com.google.common.collect
Class SortedMultisets
- java.lang.Object
-
- com.google.common.collect.SortedMultisets
-
@GwtCompatible(emulated=true) final class SortedMultisets extends java.lang.Object
Provides static utility methods for creating and working withSortedMultisetinstances.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classSortedMultisets.ElementSet<E>A skeleton implementation forSortedMultiset.elementSet().(package private) static classSortedMultisets.NavigableElementSet<E>A skeleton navigable implementation forSortedMultiset.elementSet().
-
Constructor Summary
Constructors Modifier Constructor Description privateSortedMultisets()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static <E> EgetElementOrNull(Multiset.Entry<E> entry)private static <E> EgetElementOrThrow(Multiset.Entry<E> entry)
-
-
-
Method Detail
-
getElementOrThrow
private static <E> E getElementOrThrow(Multiset.Entry<E> entry)
-
getElementOrNull
private static <E> E getElementOrNull(Multiset.Entry<E> entry)
-
-