Class UnmodifiableMultivaluedMap<K,V>
java.lang.Object
org.jboss.resteasy.specimpl.UnmodifiableMultivaluedMap<K,V>
public class UnmodifiableMultivaluedMap<K,V>
extends Object
implements jakarta.ws.rs.core.MultivaluedMap<K,V>
Unmodifiable implementation of
MultivaluedMap
interface- Version:
- $Revision: 1 $
- Author:
- Martin Stefanko
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionUnmodifiableMultivaluedMap
(jakarta.ws.rs.core.MultivaluedMap<K, V> delegate) UnmodifiableMultivaluedMap
(jakarta.ws.rs.core.MultivaluedMap<K, V> delegate, boolean eagerlyInitializeEntrySet) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
UnmodifiableMultivaluedMap
-
UnmodifiableMultivaluedMap
-
-
Method Details
-
putSingle
-
add
-
getFirst
-
addAll
-
addAll
-
addFirst
-
equalsIgnoreValueOrder
-
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
-
isEmpty
-
toString
-