public class ListMap<K,V,L extends java.util.List<V>> extends CollectionMap<K,V,L>
Constructor and Description |
---|
ListMap(java.util.function.Supplier<L> collectionSupplier) |
Modifier and Type | Method and Description |
---|---|
protected V |
getSingleElementFromCollection(L collection) |
protected void |
removeSingleElementFromCollection(L collection) |
clear, containsKey, containsValue, entrySet, get, getCollection, getOrDefault, isEmpty, keySet, put, putAll, remove, remove, removeAll, size, values
public ListMap(java.util.function.Supplier<L> collectionSupplier)
protected void removeSingleElementFromCollection(L collection)
removeSingleElementFromCollection
in class CollectionMap<K,V,L extends java.util.List<V>>
protected V getSingleElementFromCollection(L collection)
getSingleElementFromCollection
in class CollectionMap<K,V,L extends java.util.List<V>>