V - the type of values.public class StringKeyIgnoreCaseMultivaluedMap<V> extends KeyComparatorLinkedHashMap<String,List<V>> implements javax.ws.rs.core.MultivaluedMap<String,V>
MultivaluedMap where keys are instances of
String and are compared ignoring case.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StringKeyIgnoreCaseMultivaluedMap() |
StringKeyIgnoreCaseMultivaluedMap(StringKeyIgnoreCaseMultivaluedMap<V> that) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
V value) |
V |
getFirst(String key) |
protected List<V> |
getList(String key) |
void |
putSingle(String key,
V value) |
clear, 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 StringKeyIgnoreCaseMultivaluedMap()
public StringKeyIgnoreCaseMultivaluedMap(StringKeyIgnoreCaseMultivaluedMap<V> that)
Copyright © 2014 Oracle Corporation. All rights reserved.