Package org.jboss.resteasy.util
Class CaseInsensitiveMap<V>
java.lang.Object
org.jboss.resteasy.specimpl.MultivaluedTreeMap<String,V>
org.jboss.resteasy.util.CaseInsensitiveMap<V>
- All Implemented Interfaces:
Serializable
,Map<String,
,List<V>> javax.ws.rs.core.MultivaluedMap<String,
V>
- Direct Known Subclasses:
Headers
- Version:
- $Revision: 1 $
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.resteasy.specimpl.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, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
CASE_INSENSITIVE_ORDER
-
-
Constructor Details
-
CaseInsensitiveMap
public CaseInsensitiveMap()
-