| Constructor and Description |
|---|
MultivaluedMapWithCaseInsensitiveKeySet(javax.ws.rs.core.MultivaluedMap<String,V> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
V value) |
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,List<V>>> |
entrySet() |
List<V> |
get(Object key) |
V |
getFirst(String key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
List<V> |
put(String key,
List<V> value) |
void |
putAll(Map<? extends String,? extends List<V>> m) |
void |
putSingle(String key,
V value) |
List<V> |
remove(Object key) |
int |
size() |
Collection<List<V>> |
values() |
public boolean containsKey(Object key)
containsKey in interface Map<String,List<V>>public boolean containsValue(Object value)
containsValue in interface Map<String,List<V>>Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.