Uses of Class
com.google.common.collect.AbstractSortedSetMultimap
Packages that use AbstractSortedSetMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of AbstractSortedSetMultimap in com.google.common.collect
Subclasses of AbstractSortedSetMultimap in com.google.common.collectModifier and TypeClassDescription(package private) classBasic implementation of aSortedSetMultimapwith a sorted key set.private static classclassTreeMultimap<K,V> Implementation ofMultimapwhose keys and values are ordered by their natural ordering or by supplied comparators.