Uses of Class
groovy.lang.SpreadList

Packages that use SpreadList
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 SpreadList in groovy.lang
 

Methods in groovy.lang with parameters of type SpreadList
 boolean SpreadList.equals(SpreadList that)
          Compares this with another spreadlist.
 

Uses of SpreadList in org.codehaus.groovy.runtime
 

Methods in org.codehaus.groovy.runtime that return SpreadList
static SpreadList DefaultGroovyMethods.spread(List self)
          Returns the converted SpreadList of the given self.
static SpreadList DefaultGroovyMethods.spread(Object[] self)
          Returns the converted SpreadList of the given self.
static SpreadList InvokerHelper.spreadList(Object value)
           
static SpreadList DefaultGroovyMethods.toSpreadList(List self)
          Returns the converted SpreadList of the given self.
static SpreadList DefaultGroovyMethods.toSpreadList(Object[] self)
          Returns the converted SpreadList of the given self.
 



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