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) classAbstractListMultimap<K,V> Basic implementation of theListMultimapinterface.(package private) classAbstractSetMultimap<K,V> Basic implementation of theSetMultimapinterface.(package private) classBasic implementation of aSortedSetMultimapwith a sorted key set.(package private) classBasic implementation of theSortedSetMultimapinterface.final classArrayListMultimap<K,V> Implementation ofMultimapthat uses anArrayListto store the values for a given key.(package private) classA dummy superclass to support GWT serialization of the element types of anArrayListMultimap.final classHashMultimap<K,V> Implementation ofMultimapusing hash tables.(package private) classA dummy superclass to support GWT serialization of the element types of aHashMultimap.final classLinkedHashMultimap<K,V> Implementation ofMultimapthat 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) classA dummy superclass to support GWT serialization of the element types of aLinkedHashMultimap.private static classprivate static classprivate static classprivate static classclassTreeMultimap<K,V> Implementation ofMultimapwhose keys and values are ordered by their natural ordering or by supplied comparators.