(package private) class |
AbstractSortedKeySortedSetMultimap<K,V> |
|
(package private) class |
AbstractSortedSetMultimap<K,V> |
|
class |
HashMultimap<K,V> |
Implementation of Multimap using hash tables.
|
(package private) class |
HashMultimapGwtSerializationDependencies<K,V> |
A dummy superclass to support GWT serialization of the element types of a HashMultimap .
|
class |
LinkedHashMultimap<K,V> |
Implementation of Multimap 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.
|
(package private) class |
LinkedHashMultimapGwtSerializationDependencies<K,V> |
A dummy superclass to support GWT serialization of the element types of a LinkedHashMultimap .
|
private static class |
Multimaps.CustomSetMultimap<K,V> |
|
private static class |
Multimaps.CustomSortedSetMultimap<K,V> |
|
class |
TreeMultimap<K,V> |
Implementation of Multimap whose keys and values are ordered by their natural ordering or
by supplied comparators.
|