Uses of Class
com.google.common.collect.AbstractMultimap
Packages that use AbstractMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of AbstractMultimap in com.google.common.collect
Subclasses of AbstractMultimap in com.google.common.collectModifier and TypeClassDescription(package private) classAbstractListMultimap<K,V> Basic implementation of theListMultimapinterface.(package private) classBasic implementation of theMultimapinterface.(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.(package private) classA dummy superclass ofImmutableMultimapthat can be instanceof'd without ProGuard retaining additional implementation details ofImmutableMultimap.(package private) classImplementation ofImmutableListMultimapwith no entries.(package private) classImplementation ofImmutableListMultimapwith no entries.(package private) classImplementation ofMultimaps.filterEntries(Multimap, Predicate).(package private) final classImplementation ofMultimaps.filterEntries(SetMultimap, Predicate).(package private) final classImplementation ofMultimaps.filterKeys(ListMultimap, Predicate).(package private) classFilteredKeyMultimap<K,V> Implementation ofMultimaps.filterKeys(Multimap, Predicate).(package private) final classImplementation ofMultimaps.filterKeys(SetMultimap, Predicate).final classHashMultimap<K,V> Implementation ofMultimapusing hash tables.(package private) classA dummy superclass to support GWT serialization of the element types of aHashMultimap.classAListMultimapwhose contents will never change, with many other important properties detailed atImmutableCollection.classImmutableMultimap<K,V> AMultimapwhose contents will never change, with many other important properties detailed atImmutableCollection.classImmutableSetMultimap<K,V> ASetMultimapwhose contents will never change, with many other important properties detailed atImmutableCollection.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.classLinkedListMultimap<K,V> An implementation ofListMultimapthat supports deterministic iteration order for both keys and values.private static classprivate static classprivate static classprivate static classprivate static classprivate static final classprivate static classMultimaps.TransformedEntriesMultimap<K,V1, V2> classTreeMultimap<K,V> Implementation ofMultimapwhose keys and values are ordered by their natural ordering or by supplied comparators.