org.codehaus.groovy.tools.gse
Class StringSetMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Set<String>>
          extended by org.codehaus.groovy.tools.gse.StringSetMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Set<String>>

public class StringSetMap
extends HashMap<String,Set<String>>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
StringSetMap()
           
StringSetMap(StringSetMap other)
           
 
Method Summary
 Set<String> get(Object o)
           
 void makeTransitiveHull()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

StringSetMap

public StringSetMap()

StringSetMap

public StringSetMap(StringSetMap other)
Method Detail

get

public Set<String> get(Object o)
Specified by:
get in interface Map<String,Set<String>>
Overrides:
get in class HashMap<String,Set<String>>

makeTransitiveHull

public void makeTransitiveHull()

Copyright © 2003-2009 The Codehaus. All rights reserved.