org.jboss.resteasy.util
public class CaseInsensitiveMap<V> extends Object implements MultivaluedMap<String,V>, Serializable
Constructor and Description |
---|
CaseInsensitiveMap() |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
V value) |
void |
addMultiple(String key,
Collection<V> value) |
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<String,List<V>>> |
entrySet() |
List<V> |
get(Object o) |
V |
getFirst(String key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
List<V> |
put(String s,
List<V> vs) |
void |
putAll(Map otherMap) |
void |
putSingle(String key,
V value) |
List<V> |
remove(Object o) |
int |
size() |
Collection<List<V>> |
values() |
public void putSingle(String key, V value)
putSingle
in interface MultivaluedMap<String,V>
public void addMultiple(String key, Collection<V> value)
public boolean containsKey(Object o)
containsKey
in interface Map<String,List<V>>
public boolean containsValue(Object o)
containsValue
in interface Map<String,List<V>>
Copyright © 2015. All Rights Reserved.