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 class
ArrayListMultimap<K,V>
Implementation ofMultimap
that uses anArrayList
to store the values for a given key.private static class
Multimaps.CustomListMultimap<K,V>
-