public class StringSetMap extends LinkedHashMap<String,Set<String>>
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
Constructor | Description |
---|---|
StringSetMap() |
|
StringSetMap(StringSetMap other) |
Modifier and Type | Method | Description |
---|---|---|
Set<String> |
get(Object o) |
|
void |
makeTransitiveHull() |
equals, hashCode, toString
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
clear, containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, values
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
public StringSetMap()
public StringSetMap(StringSetMap other)