Uses of Class
com.google.common.collect.AbstractSortedMultiset
Packages that use AbstractSortedMultiset
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of AbstractSortedMultiset in com.google.common.collect
Subclasses of AbstractSortedMultiset in com.google.common.collectModifier and TypeClassDescriptionfinal class
TreeMultiset<E>
A multiset which maintains the ordering of its elements, according to either their natural order or an explicitComparator
.