|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpreadMap | |
|---|---|
| groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
| org.codehaus.groovy.runtime | Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. |
| Uses of SpreadMap in groovy.lang |
|---|
| Methods in groovy.lang with parameters of type SpreadMap | |
|---|---|
boolean |
SpreadMap.equals(SpreadMap that)
|
| Uses of SpreadMap in org.codehaus.groovy.runtime |
|---|
| Methods in org.codehaus.groovy.runtime that return SpreadMap | |
|---|---|
static SpreadMap |
DefaultGroovyMethods.spread(Map self)
|
static SpreadMap |
InvokerHelper.spreadMap(Object value)
|
static SpreadMap |
DefaultGroovyMethods.toSpreadMap(Map self)
Returns the converted SpreadLMap of the given self. |
static SpreadMap |
DefaultGroovyMethods.toSpreadMap(Object[] self)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||