Class SortedMultisets

java.lang.Object
com.google.common.collect.SortedMultisets

final class SortedMultisets extends Object
Provides static utility methods for creating and working with SortedMultiset instances.
  • Constructor Details

    • SortedMultisets

      private SortedMultisets()
  • Method Details

    • getElementOrThrow

      private static <E> E getElementOrThrow(@CheckForNull Multiset.Entry<E> entry)
    • getElementOrNull

      @CheckForNull private static <E> E getElementOrNull(@CheckForNull Multiset.Entry<E> entry)