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