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, waitMethods 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:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
size
public int size() -
isEmpty
public boolean isEmpty()
-