Uses of Class
com.google.common.collect.AbstractSortedSetMultimap
-
Packages that use AbstractSortedSetMultimap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of AbstractSortedSetMultimap in com.google.common.collect
Subclasses of AbstractSortedSetMultimap in com.google.common.collect Modifier and Type Class Description (package private) class
AbstractSortedKeySortedSetMultimap<K,V>
Basic implementation of aSortedSetMultimap
with a sorted key set.private static class
Multimaps.CustomSortedSetMultimap<K,V>
class
TreeMultimap<K,V>
Implementation ofMultimap
whose keys and values are ordered by their natural ordering or by supplied comparators.
-