public class StringKeyObjectValueIgnoreCaseMultivaluedMap extends StringKeyIgnoreCaseMultivaluedMap<Object>
MultivaluedMap where keys are instances of
String and are compared ignoring case and values are instances of Object.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StringKeyObjectValueIgnoreCaseMultivaluedMap() |
StringKeyObjectValueIgnoreCaseMultivaluedMap(StringKeyObjectValueIgnoreCaseMultivaluedMap that) |
| Modifier and Type | Method and Description |
|---|---|
<A> List<A> |
get(String key,
Class<A> type) |
<A> A |
getFirst(String key,
A defaultValue) |
<A> A |
getFirst(String key,
Class<A> type) |
add, getFirst, getList, putSingleclear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, getDEFAULT_INITIAL_CAPACITY, getModCount, isEmpty, put, putAll, remove, sizefinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic StringKeyObjectValueIgnoreCaseMultivaluedMap()
public StringKeyObjectValueIgnoreCaseMultivaluedMap(StringKeyObjectValueIgnoreCaseMultivaluedMap that)
Copyright © 2014 Oracle Corporation. All rights reserved.