public class HashSetMap<K,V> extends java.util.LinkedHashMap<K,java.util.Set<V>> implements SetMap<K,V>
SetMap based on LinkedHashMap
| Constructor and Description |
|---|
HashSetMap() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size