Package org.forgerock.guava.common.collect
A collection of Guava interfaces that were previously packaged as "forgerock-guava". These interfaces are used by
ExternalRequestContext
, and so are included here in order to maintain
binary compatibility with nodes that have been written for previous versions of the nodes API.-
Interface Summary Interface Description ListMultimap<K,V> Deprecated. UseListMultimap
instead.Multimap<K,V> Deprecated. UseMultimap
instead.Multiset<E> Deprecated. UseMultiset
instead.Multiset.Entry<E> An unmodifiable element-count pair for a multiset.