Uses of Class
com.google.common.collect.AbstractListMultimap
Packages that use AbstractListMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of AbstractListMultimap in com.google.common.collect
Subclasses of AbstractListMultimap in com.google.common.collectModifier and TypeClassDescriptionfinal 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
.private static class