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 TypeInterfaceDescriptioninterfaceAMultisetwhich 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) classThis class provides a skeletal implementation of theSortedMultisetinterface.(package private) final classA descending wrapper around anImmutableSortedMultiset(package private) classA skeleton implementation of a descending multiset.classA sorted multiset which forwards all its method calls to another sorted multiset.protected classA skeleton implementation of a descending multiset view.classASortedMultisetwhose contents will never change, with many other important properties detailed atImmutableCollection.(package private) final classAn immutable sorted multiset with one or more distinct elements.final classTreeMultiset<E>A multiset which maintains the ordering of its elements, according to either their natural order or an explicitComparator.(package private) final classImplementation 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).