Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-05


Uses of Interface
oracle.stellent.ridc.protocol.http.httpurlconnection.impl.MultivaluedMap

Packages that use MultivaluedMap
oracle.stellent.ridc.protocol.http.httpurlconnection.impl   

 

Uses of MultivaluedMap in oracle.stellent.ridc.protocol.http.httpurlconnection.impl

 

Classes in oracle.stellent.ridc.protocol.http.httpurlconnection.impl that implement MultivaluedMap
 class AbstractMultivaluedMap<K,V>
          Abstract skeleton implementation of a MultivaluedMap that is backed by a [key, multi-value] store represented as a Map<K, List<V>>.
 class MultivaluedHashMap<K,V>
          A hash table based implementation of MultivaluedMap interface.

 

Methods in oracle.stellent.ridc.protocol.http.httpurlconnection.impl with parameters of type MultivaluedMap
 boolean AbstractMultivaluedMap.equalsIgnoreValueOrder(MultivaluedMap<K,V> omap)
           
 boolean MultivaluedMap.equalsIgnoreValueOrder(MultivaluedMap<K,V> otherMap)
          Compare the specified map with this map for equality modulo the order of values for each key.

 

Constructors in oracle.stellent.ridc.protocol.http.httpurlconnection.impl with parameters of type MultivaluedMap
MultivaluedHashMap(MultivaluedMap<? extends K,? extends V> map)
          Constructs a new multivalued hash map with the same mappings as the specified MultivaluedMap.

 


Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-05


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.