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 TypeClassDescriptionclassTreeMultimap<K,V> Implementation ofMultimapwhose keys and values are ordered by their natural ordering or by supplied comparators.