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 withSortedMultiset
instances.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
SortedMultisets.ElementSet<E>
A skeleton implementation forSortedMultiset.elementSet()
.(package private) static class
SortedMultisets.NavigableElementSet<E>
A skeleton navigable implementation forSortedMultiset.elementSet()
.
-
Constructor Summary
Constructors Modifier Constructor Description private
SortedMultisets()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static <E> E
getElementOrNull(Multiset.Entry<E> entry)
private static <E> E
getElementOrThrow(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)
-
-