Uses of Interface
org.forgerock.guava.common.collect.Multimap
-
Packages that use Multimap Package Description org.forgerock.guava.common.collect A collection of Guava interfaces that were previously packaged as "forgerock-guava". -
-
Uses of Multimap in org.forgerock.guava.common.collect
Subinterfaces of Multimap in org.forgerock.guava.common.collect Modifier and Type Interface Description interface
ListMultimap<K,V>
Deprecated.UseListMultimap
instead.Methods in org.forgerock.guava.common.collect with parameters of type Multimap Modifier and Type Method Description boolean
Multimap. putAll(Multimap<? extends K,? extends V> multimap)
Deprecated.Stores all key-value pairs ofmultimap
in this multimap, in the order returned bymultimap.entries()
.
-