Package oracle.stellent.ridc.common.http.utils.collection
@Concealed
package oracle.stellent.ridc.common.http.utils.collection
-
ClassDescriptionAbstract skeleton implementation of a
MultivaluedMapthat is backed by a [key, multi-value] store represented as aMap<K, List<V>>.A key comparator.KeyComparatorHashMap<K,V> A implementation similar toHashMapbut supports the comparison of keys using aKeyComparator.A implementation similar toLinkedHashMapbut supports the comparison of keys using aKeyComparator.MultivaluedHashMap<K,V> A hash table based implementation ofMultivaluedMapinterface.MultivaluedMap<K,V> A map of key-values pairs.Case insensitive String key comparator.Multivalued map with String keys that are compared with each other using the case insensitive method.