Uses of Class
com.google.common.collect.AbstractMapBasedMultimap
Packages that use AbstractMapBasedMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of AbstractMapBasedMultimap in com.google.common.collect
Subclasses of AbstractMapBasedMultimap in com.google.common.collectModifier and TypeClassDescription(package private) class
AbstractListMultimap<K,
V> Basic implementation of theListMultimap
interface.(package private) class
AbstractSetMultimap<K,
V> Basic implementation of theSetMultimap
interface.(package private) class
Basic implementation of aSortedSetMultimap
with a sorted key set.(package private) class
Basic implementation of theSortedSetMultimap
interface.final class
ArrayListMultimap<K,
V> Implementation ofMultimap
that uses anArrayList
to store the values for a given key.(package private) class
A dummy superclass to support GWT serialization of the element types of anArrayListMultimap
.final class
HashMultimap<K,
V> Implementation ofMultimap
using hash tables.(package private) class
A dummy superclass to support GWT serialization of the element types of aHashMultimap
.final 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.(package private) class
A dummy superclass to support GWT serialization of the element types of aLinkedHashMultimap
.private static class
private static class
private static class
private static class
class
TreeMultimap<K,
V> Implementation ofMultimap
whose keys and values are ordered by their natural ordering or by supplied comparators.