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, 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 StringKeyIgnoreCaseMultivaluedMap()
public StringKeyIgnoreCaseMultivaluedMap(StringKeyIgnoreCaseMultivaluedMap<V> that)
Copyright © 2016 Oracle Corporation. All rights reserved.