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