[Java] Class StringSetMap
- org.codehaus.groovy.tools.gse.StringSetMap
Constructor Summary
Constructor and description |
---|
StringSetMap
() |
StringSetMap
(StringSetMap other) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Set<String> |
get(Object o) | |
void |
makeTransitiveHull() |
Inherited Methods Summary
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 |
class HashMap | remove, remove, get, put, values, clone, clear, isEmpty, replace, replace, replaceAll, size, entrySet, putAll, putIfAbsent, forEach, keySet, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, getOrDefault, 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.4.21/html/gapi/org/codehaus/groovy/tools/gse/StringSetMap.html