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(Map self)
           
static SpreadMap DefaultGroovyMethods.toSpreadMap(Map self)
          Returns the converted SpreadList of the given self.
static SpreadMap DefaultGroovyMethods.toSpreadMap(Object[] self)
           
static SpreadMap InvokerHelper.spreadMap(Object value)
           
 



Copyright © 2003-2007 The Codehaus. All Rights Reserved.