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 javax.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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
delegate
-
-
Constructor Details
-
DelegatingMultivaluedMap
-
-
Method Details
-
addAll
-
addAll
-
addFirst
-
putSingle
-
add
-
getFirst
-
size
-
isEmpty
-
containsKey
- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
values
-
entrySet
-
equals
-
hashCode
-
equalsIgnoreValueOrder
-