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, toStringclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeclear, containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, valuescompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic StringSetMap()
public StringSetMap(StringSetMap other)