Uses of Class
com.google.common.collect.AbstractListMultimap
-
Packages that use AbstractListMultimap Package Description com.google.common.collect 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.collect Modifier and Type Class Description classArrayListMultimap<K,V>Implementation ofMultimapthat uses anArrayListto store the values for a given key.(package private) classArrayListMultimapGwtSerializationDependencies<K,V>A dummy superclass to support GWT serialization of the element types of anArrayListMultimap.private static classMultimaps.CustomListMultimap<K,V>
-