Package | Description |
---|---|
oracle.stellent.ridc.common.http.utils.collection |
Modifier and Type | Class and Description |
---|---|
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. |
class |
StringKeyIgnoreCaseMultivaluedMap<V>
Multivalued map with String keys that are compared with each other using the case insensitive method.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
MultivaluedHashMap(MultivaluedMap<? extends K,? extends V> map)
Constructs a new multivalued hash map with the same mappings as the
specified
MultivaluedMap . |