Package org.jboss.resteasy.specimpl
Class UnmodifiableMultivaluedMap<K,V>
java.lang.Object
org.jboss.resteasy.specimpl.UnmodifiableMultivaluedMap<K,V>
public class UnmodifiableMultivaluedMap<K,V>
extends Object
implements javax.ws.rs.core.MultivaluedMap<K,V>
Unmodifiable implementation of
MultivaluedMap
interface- Version:
- $Revision: 1 $
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
delegate
-
-
Constructor Details
-
UnmodifiableMultivaluedMap
-
-
Method Details
-
putSingle
-
add
-
getFirst
-
addAll
-
addAll
-
addFirst
-
equalsIgnoreValueOrder
-
clear
public void clear() -
entrySet
-
get
-
keySet
-
put
-
putAll
-
remove
-
values
-
containsKey
- Specified by:
containsKey
in interfaceMap<K,
V>
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,
V>
-
size
public int size() -
isEmpty
public boolean isEmpty()
-