Class MultiValuedTreeMap<Key,Value>
java.lang.Object
com.amazonaws.serverless.proxy.model.MultiValuedTreeMap<Key,Value>
- Type Parameters:
Key- The type for the map keyValue- The type for the map values
- All Implemented Interfaces:
jakarta.ws.rs.core.MultivaluedMap<Key,,Value> Serializable,Cloneable,Map<Key,List<Value>>
- Direct Known Subclasses:
Headers
public class MultiValuedTreeMap<Key,Value>
extends Object
implements jakarta.ws.rs.core.MultivaluedMap<Key,Value>, Serializable, Cloneable
Simple implementation of a multi valued tree map to use for case-insensitive headers
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidclear()clone()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanbooleanequalsIgnoreValueOrder(jakarta.ws.rs.core.MultivaluedMap<Key, Value> vmap) inthashCode()booleanisEmpty()keySet()voidvoidintsize()toString()values()Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
MultiValuedTreeMap
public MultiValuedTreeMap() -
MultiValuedTreeMap
-
-
Method Details
-
add
-
getFirst
-
putSingle
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap<Key,Value>
-
containsValue
- Specified by:
containsValuein interfaceMap<Key,Value>
-
entrySet
-
equals
-
get
-
hashCode
public int hashCode() -
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
addAll
-
addAll
-
addFirst
-
equalsIgnoreValueOrder
-
clone
-
toString
-