Groovy 2.2.0

org.codehaus.groovy.tools.gse
[Java] Class StringSetMap

java.lang.Object
  java.util.AbstractMap
      java.util.HashMap
          java.util.LinkedHashMap
              org.codehaus.groovy.tools.gse.StringSetMap

public class StringSetMap
extends LinkedHashMap

Constructor Summary
StringSetMap()

StringSetMap(StringSetMap other)

 
Method Summary
Set get(Object o)

void makeTransitiveHull()

 
Methods inherited from class LinkedHashMap
get, clear, containsValue, remove, put, values, clone, isEmpty, size, entrySet, putAll, keySet, containsKey, equals, toString, hashCode, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class HashMap
remove, get, put, values, clone, clear, isEmpty, size, entrySet, putAll, keySet, containsKey, containsValue, equals, toString, hashCode, wait, wait, wait, getClass, notify, notifyAll
 

Constructor Detail

StringSetMap

public StringSetMap()


StringSetMap

public StringSetMap(StringSetMap other)


 
Method Detail

get

public Set get(Object o)


makeTransitiveHull

public void makeTransitiveHull()


 

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