Uses of Class
groovy.lang.SpreadList

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

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 InvokerHelper.spreadList(Object value)
           
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 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-2005 The Codehaus. All Rights Reserved.