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) classAbstractSortedKeySortedSetMultimap<K,V>Basic implementation of aSortedSetMultimapwith a sorted key set.private static classMultimaps.CustomSortedSetMultimap<K,V>classTreeMultimap<K,V>Implementation ofMultimapwhose keys and values are ordered by their natural ordering or by supplied comparators.
-