Uses of Interface
com.google.common.collect.SortedMultisetBridge
-
Packages that use SortedMultisetBridge Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of SortedMultisetBridge in com.google.common.collect
Subinterfaces of SortedMultisetBridge in com.google.common.collect Modifier and Type Interface Description interfaceSortedMultiset<E>AMultisetwhich maintains the ordering of its elements, according to either their natural order or an explicitComparator.Classes in com.google.common.collect that implement SortedMultisetBridge Modifier and Type Class Description (package private) classAbstractSortedMultiset<E>This class provides a skeletal implementation of theSortedMultisetinterface.(package private) classDescendingImmutableSortedMultiset<E>A descending wrapper around anImmutableSortedMultiset(package private) classDescendingMultiset<E>A skeleton implementation of a descending multiset.classForwardingSortedMultiset<E>A sorted multiset which forwards all its method calls to another sorted multiset.protected classForwardingSortedMultiset.StandardDescendingMultisetA skeleton implementation of a descending multiset view.classImmutableSortedMultiset<E>ASortedMultisetwhose contents will never change, with many other important properties detailed atImmutableCollection.(package private) classRegularImmutableSortedMultiset<E>An immutable sorted multiset with one or more distinct elements.classTreeMultiset<E>A multiset which maintains the ordering of its elements, according to either their natural order or an explicitComparator.(package private) classUnmodifiableSortedMultiset<E>Implementation ofMultisets.unmodifiableSortedMultiset(SortedMultiset), split out into its own file so it can be GWT emulated (to deal with the differing elementSet() types in GWT and non-GWT).
-