Uses of Class
groovy.lang.SpreadMap

Packages that use SpreadMap
groovy.lang   
org.codehaus.groovy.runtime   
 

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 InvokerHelper.spreadMap(Object value)
           
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)
           
 



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