Uses of Interface
com.google.common.collect.SortedMultisetBridge
Packages that use SortedMultisetBridge
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of SortedMultisetBridge in com.google.common.collect
Subinterfaces of SortedMultisetBridge in com.google.common.collectModifier and TypeInterfaceDescriptioninterface
AMultiset
which maintains the ordering of its elements, according to either their natural order or an explicitComparator
.Classes in com.google.common.collect that implement SortedMultisetBridgeModifier and TypeClassDescription(package private) class
This class provides a skeletal implementation of theSortedMultiset
interface.(package private) final class
A descending wrapper around anImmutableSortedMultiset
(package private) class
A skeleton implementation of a descending multiset.class
A sorted multiset which forwards all its method calls to another sorted multiset.protected class
A skeleton implementation of a descending multiset view.class
ASortedMultiset
whose contents will never change, with many other important properties detailed atImmutableCollection
.(package private) final class
An immutable sorted multiset with one or more distinct elements.final class
TreeMultiset<E>
A multiset which maintains the ordering of its elements, according to either their natural order or an explicitComparator
.(package private) final class
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).