K - The key type.V - The value type.@NotThreadSafe public class ListLinkedHashMap<K,V> extends ListMap.Abstract<K,V>
Uses a LinkedHashMap to allow multiple values for a single key.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>ListMap.Abstract<K,V>| Constructor and Description |
|---|
ListLinkedHashMap()
Constructs an instance.
|
ListLinkedHashMap(int initialCapacity)
Constructs an instance.
|
ListLinkedHashMap(Map<K,List<V>> map)
Constructs an instance.
|
add, clear, clone, containsKey, containsValue, entrySet, get, getAll, getFirst, getLast, isEmpty, keySet, mapReplaced, put, put, remove, removeFirst, removeLast, size, valuesCopyright © 2003-2019 Serge Brisson. All Rights Reserved.