Class Headers<V>
java.lang.Object
org.jboss.resteasy.specimpl.MultivaluedTreeMap<String,V>
org.jboss.resteasy.util.CaseInsensitiveMap<V>
org.jboss.resteasy.core.Headers<V>
- All Implemented Interfaces:
jakarta.ws.rs.core.MultivaluedMap<String,V>, Serializable, Map<String, List<V>>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class CaseInsensitiveMap
CASE_INSENSITIVE_ORDER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MultivaluedTreeMap
add, addAll, addAll, addAll, addFirst, clear, clone, clone, containsKey, containsValue, copy, entrySet, equals, equalsIgnoreValueOrder, get, getFirst, hashCode, isEmpty, keySet, put, putAll, putSingle, remove, size, toString, toString, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
Headers
public Headers()
-