Uses of Class
com.google.common.collect.AbstractSortedKeySortedSetMultimap
-
Packages that use AbstractSortedKeySortedSetMultimap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of AbstractSortedKeySortedSetMultimap in com.google.common.collect
Subclasses of AbstractSortedKeySortedSetMultimap in com.google.common.collect Modifier and Type Class Description class
TreeMultimap<K,V>
Implementation ofMultimap
whose keys and values are ordered by their natural ordering or by supplied comparators.
-