Class DelegatingMultivaluedMap<K,V>
java.lang.Object
org.jboss.resteasy.util.DelegatingMultivaluedMap<K,V>
- Type Parameters:
K
- The type of keys in the map.V
- The type of values in the lists in the map.
- Direct Known Subclasses:
PrefixedMultivaluedMap
public class DelegatingMultivaluedMap<K,V>
extends Object
implements jakarta.ws.rs.core.MultivaluedMap<K,V>
MultivaluedMap
implementation that delegates to another instance.
Convenience class for MultivaluedMap
enhancements that don't want to implement all methods.-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DelegatingMultivaluedMap
-
-
Method Details
-
addAll
-
addAll
-
addFirst
-
putSingle
-
add
-
getFirst
-
size
-
isEmpty
-
containsKey
- Specified by:
containsKey
in interfaceMap<K,
V>
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,
V>
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
values
-
entrySet
-
equals
-
hashCode
-
equalsIgnoreValueOrder
-