Class 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>>
    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:
    Serialized Form