[Java] Class StringSetMap

  • org.codehaus.groovy.tools.gse.StringSetMap

Constructor Summary

Constructors
Constructor and description
StringSetMap ()
StringSetMap (StringSetMap other)

Methods Summary

Methods
Type Params Return Type Name and description
Set<String> get(Object o)
void makeTransitiveHull()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class LinkedHashMap get, values, clear, replaceAll, entrySet, forEach, keySet, containsValue, getOrDefault, remove, remove, put, clone, isEmpty, replace, replace, size, putAll, putIfAbsent, compute, computeIfAbsent, computeIfPresent, containsKey, merge, equals, toString, hashCode, wait, wait, wait, getClass, notify, notifyAll

Constructor Detail

public StringSetMap()

public StringSetMap(StringSetMap other)

Method Detail

public Set<String> get(Object o)

public void makeTransitiveHull()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/tools/gse/StringSetMap.html