public class StringKeyStringValueIgnoreCaseMultivaluedMap extends StringKeyIgnoreCaseMultivaluedMap<String>
MultivaluedMap where keys are instances of
String and are compared ignoring case and values are instances of String.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StringKeyStringValueIgnoreCaseMultivaluedMap() |
StringKeyStringValueIgnoreCaseMultivaluedMap(StringKeyStringValueIgnoreCaseMultivaluedMap that) |
| Modifier and Type | Method and Description |
|---|---|
void |
addObject(String key,
Object value) |
<A> List<A> |
get(String key,
Class<A> type) |
<A> A |
getFirst(String key,
A defaultValue) |
<A> A |
getFirst(String key,
Class<A> type) |
void |
putSingleObject(String key,
Object value) |
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 StringKeyStringValueIgnoreCaseMultivaluedMap()
public StringKeyStringValueIgnoreCaseMultivaluedMap(StringKeyStringValueIgnoreCaseMultivaluedMap that)
public <A> A getFirst(String key, A defaultValue)
Copyright © 2016 Oracle Corporation. All rights reserved.