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) class
AbstractListMultimap<K,
V> Basic implementation of theListMultimap
interface.(package private) class
Basic implementation of theMultimap
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
.(package private) class
A dummy superclass ofImmutableMultimap
that can be instanceof'd without ProGuard retaining additional implementation details ofImmutableMultimap
.(package private) class
Implementation ofImmutableListMultimap
with no entries.(package private) class
Implementation ofImmutableListMultimap
with no entries.(package private) class
Implementation ofMultimaps.filterEntries(Multimap, Predicate)
.(package private) final class
Implementation ofMultimaps.filterEntries(SetMultimap, Predicate)
.(package private) final class
Implementation ofMultimaps.filterKeys(ListMultimap, Predicate)
.(package private) class
FilteredKeyMultimap<K,
V> Implementation ofMultimaps.filterKeys(Multimap, Predicate)
.(package private) final class
Implementation ofMultimaps.filterKeys(SetMultimap, Predicate)
.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
.class
AListMultimap
whose contents will never change, with many other important properties detailed atImmutableCollection
.class
ImmutableMultimap<K,
V> AMultimap
whose contents will never change, with many other important properties detailed atImmutableCollection
.class
ImmutableSetMultimap<K,
V> ASetMultimap
whose contents will never change, with many other important properties detailed atImmutableCollection
.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
.class
LinkedListMultimap<K,
V> An implementation ofListMultimap
that supports deterministic iteration order for both keys and values.private static class
private static class
private static class
private static class
private static class
private static final class
private static class
Multimaps.TransformedEntriesMultimap<K,
V1, V2> class
TreeMultimap<K,
V> Implementation ofMultimap
whose keys and values are ordered by their natural ordering or by supplied comparators.