Package io.undertow.server
Class MultiValueHashListStorage<K,V>
java.lang.Object
io.undertow.server.MultiValueHashListStorage<K,V>
- Type Parameters:
K- - key typeV- - value type
This class allows to store multiple values for single key value. Key and value order are honored.
Duplicate entries of key-value pair is not allowed, it is vetted via
java.lang.Object#equals() method.- Author:
- baranowb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) booleancontainsValue(Object key, Object value) booleanisEmpty()keySet()voidintsize()toString()
-
Constructor Details
-
MultiValueHashListStorage
public MultiValueHashListStorage()
-
-
Method Details