Class MultiValuedTreeMap<Key,Value>
java.lang.Object
io.quarkus.amazon.lambda.http.model.MultiValuedTreeMap<Key,Value>
- Type Parameters:
Key
- The type for the map keyValue
- The type for the map values
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Key,
List<Value>>
- Direct Known Subclasses:
Headers
public class MultiValuedTreeMap<Key,Value>
extends Object
implements Map<Key,List<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
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
-
Constructor Details
-
MultiValuedTreeMap
public MultiValuedTreeMap() -
MultiValuedTreeMap
-
-
Method Details
-
add
-
getFirst
-
putSingle
-
clear
public void clear() -
containsKey
- Specified by:
containsKey
in interfaceMap<Key,
Value>
-
containsValue
- Specified by:
containsValue
in 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
-