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