Uses of Class
com.google.common.collect.AbstractSortedKeySortedSetMultimap
Packages that use AbstractSortedKeySortedSetMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of AbstractSortedKeySortedSetMultimap in com.google.common.collect
Subclasses of AbstractSortedKeySortedSetMultimap in com.google.common.collectModifier and TypeClassDescriptionclass
TreeMultimap<K,
V> Implementation ofMultimap
whose keys and values are ordered by their natural ordering or by supplied comparators.