V - the type of values.public class StringKeyIgnoreCaseMultivaluedMap<V> extends KeyComparatorLinkedHashMap<java.lang.String,java.util.List<V>> implements javax.ws.rs.core.MultivaluedMap<java.lang.String,V>
MultivaluedMap where keys are instances of
String and are compared ignoring case.| Constructor and Description |
|---|
StringKeyIgnoreCaseMultivaluedMap() |
StringKeyIgnoreCaseMultivaluedMap(StringKeyIgnoreCaseMultivaluedMap<V> that) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String key,
V value) |
V |
getFirst(java.lang.String key) |
protected java.util.List<V> |
getList(java.lang.String key) |
void |
putSingle(java.lang.String key,
V value) |
clear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, getDEFAULT_INITIAL_CAPACITY, getModCount, isEmpty, put, putAll, remove, sizepublic StringKeyIgnoreCaseMultivaluedMap()
public StringKeyIgnoreCaseMultivaluedMap(StringKeyIgnoreCaseMultivaluedMap<V> that)
public void putSingle(java.lang.String key,
V value)
putSingle in interface javax.ws.rs.core.MultivaluedMap<java.lang.String,V>public void add(java.lang.String key,
V value)
add in interface javax.ws.rs.core.MultivaluedMap<java.lang.String,V>public V getFirst(java.lang.String key)
getFirst in interface javax.ws.rs.core.MultivaluedMap<java.lang.String,V>protected java.util.List<V> getList(java.lang.String key)
Copyright © 2016 Oracle Corporation. All Rights Reserved.