Uses of Class
com.google.common.collect.AbstractSetMultimap
-
Packages that use AbstractSetMultimap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of AbstractSetMultimap in com.google.common.collect
Subclasses of AbstractSetMultimap 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.(package private) class
AbstractSortedSetMultimap<K,V>
Basic implementation of theSortedSetMultimap
interface.class
HashMultimap<K,V>
Implementation ofMultimap
using hash tables.class
LinkedHashMultimap<K,V>
Implementation ofMultimap
that does not allow duplicate key-value entries and that returns collections whose iterators follow the ordering in which the data was added to the multimap.private static class
Multimaps.CustomSetMultimap<K,V>
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.
-