Package | Description |
---|---|
org.forgerock.guava.common.collect |
A collection of Guava interfaces that were previously packaged as "forgerock-guava".
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListMultimap<K,V>
Deprecated.
Use
ListMultimap instead. |
Modifier and Type | Method and Description |
---|---|
boolean |
Multimap.putAll(Multimap<? extends K,? extends V> multimap)
Deprecated.
Stores all key-value pairs of
multimap in this multimap, in the
order returned by multimap.entries() . |
Copyright © 2010-2018, ForgeRock All Rights Reserved.