Uses of Class
groovy.lang.SpreadMap

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(java.util.Map self)
          Synonym for DefaultGroovyMethods.toSpreadMap(Map).
static SpreadMap InvokerHelper.spreadMap(java.lang.Object value)
           
static SpreadMap DefaultGroovyMethods.toSpreadMap(java.util.Map self)
          Returns a new SpreadMap from this map.
static SpreadMap DefaultGroovyMethods.toSpreadMap(java.lang.Object[] self)
          Creates a spreadable map from this array.
 



Copyright © ${year} The Codehaus. All Rights Reserved.