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, putSingle
clear, containsValue, get, removeEldestEntry
clone, containsKey, entrySet, getDEFAULT_INITIAL_CAPACITY, getModCount, isEmpty, put, putAll, remove, size
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public StringKeyStringValueIgnoreCaseMultivaluedMap()
public StringKeyStringValueIgnoreCaseMultivaluedMap(StringKeyStringValueIgnoreCaseMultivaluedMap that)
public <A> A getFirst(String key, A defaultValue)
Copyright © 2015 Oracle Corporation. All rights reserved.