Package org.codehaus.groovy.tools.gse
Class StringSetMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<java.lang.String,java.util.Set<java.lang.String>>
org.codehaus.groovy.tools.gse.StringSetMap
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Cloneable,- java.util.Map<java.lang.String,java.util.Set<java.lang.String>>
public class StringSetMap
extends java.util.LinkedHashMap<java.lang.String,java.util.Set<java.lang.String>>
- See Also:
- Serialized Form
- 
Nested Class SummaryNested classes/interfaces inherited from class java.util.AbstractMapjava.util.AbstractMap.SimpleEntry<K extends java.lang.Object,V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,V extends java.lang.Object>
- 
Constructor SummaryConstructors Constructor Description StringSetMap()StringSetMap(StringSetMap other)
- 
Method SummaryModifier and Type Method Description java.util.Set<java.lang.String>get(java.lang.Object o)voidmakeTransitiveHull()Methods inherited from class java.util.LinkedHashMapclear, containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesMethods inherited from class java.util.HashMapclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeMethods inherited from class java.util.AbstractMapequals, hashCode, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
- 
Constructor Details- 
StringSetMappublic StringSetMap()
- 
StringSetMap
 
- 
- 
Method Details- 
getpublic java.util.Set<java.lang.String> get(java.lang.Object o)- Specified by:
- getin interface- java.util.Map<java.lang.String,java.util.Set<java.lang.String>>
- Overrides:
- getin class- java.util.LinkedHashMap<java.lang.String,java.util.Set<java.lang.String>>
 
- 
makeTransitiveHullpublic void makeTransitiveHull()
 
-