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
public StringKeyStringValueIgnoreCaseMultivaluedMap()
public StringKeyStringValueIgnoreCaseMultivaluedMap(StringKeyStringValueIgnoreCaseMultivaluedMap that)
public <A> A getFirst(String key, A defaultValue)
Copyright © 2013 Oracle Corporation. All rights reserved.