Class MultiValuedTreeMap<Key,​Value>

java.lang.Object
com.amazonaws.serverless.proxy.model.MultiValuedTreeMap<Key,​Value>
Type Parameters:
Key - The type for the map key
Value - The type for the map values
All Implemented Interfaces:
Serializable, Cloneable, Map<Key,​List<Value>>, javax.ws.rs.core.MultivaluedMap<Key,​Value>
Direct Known Subclasses:
Headers

public class MultiValuedTreeMap<Key,​Value> extends Object implements javax.ws.rs.core.MultivaluedMap<Key,​Value>, Serializable, Cloneable
Simple implementation of a multi valued tree map to use for case-insensitive headers
See Also:
Serialized Form