public class UnmodifiableMultivaluedMap<K,V> extends Object implements javax.ws.rs.core.MultivaluedMap<K,V>
MultivaluedMap
interfaceConstructor and Description |
---|
UnmodifiableMultivaluedMap(javax.ws.rs.core.MultivaluedMap<K,V> delegate) |
Modifier and Type | Method and Description |
---|---|
void |
add(K k,
V v) |
void |
addAll(K k,
List<V> list) |
void |
addAll(K k,
V... vs) |
void |
addFirst(K k,
V v) |
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<K,List<V>>> |
entrySet() |
boolean |
equalsIgnoreValueOrder(javax.ws.rs.core.MultivaluedMap<K,V> omap) |
List<V> |
get(Object key) |
V |
getFirst(K key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
List<V> |
put(K key,
List<V> value) |
void |
putAll(Map<? extends K,? extends List<V>> m) |
void |
putSingle(K k,
V v) |
List<V> |
remove(Object key) |
int |
size() |
Collection<List<V>> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public boolean equalsIgnoreValueOrder(javax.ws.rs.core.MultivaluedMap<K,V> omap)
public boolean containsKey(Object o)
containsKey
in interface Map<K,List<V>>
public boolean containsValue(Object o)
containsValue
in interface Map<K,List<V>>
Copyright © 2017 JBoss by Red Hat. All rights reserved.