Uses of Interface
groovy.lang.Range

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

Uses of Range in groovy.lang
 

Classes in groovy.lang that implement Range
 class EmptyRange
          Constructing Ranges like 0..<0
 class IntRange
          Represents a list of Integer objects from a specified int up to and including a given and to.
 class ObjectRange
          Represents an inclusive list of objects from a value to a value using comparators
 

Uses of Range in org.codehaus.groovy.runtime
 

Methods in org.codehaus.groovy.runtime with parameters of type Range
static CharSequence DefaultGroovyMethods.getAt(CharSequence text, Range range)
          Support the range subscript operator for CharSequence
static String DefaultGroovyMethods.getAt(String text, Range range)
          Support the range subscript operator for String
static List DefaultGroovyMethods.getAt(Object[] array, Range range)
          Support the range subscript operator for an Array
static Object DefaultGroovyMethods.getAt(byte[] array, Range range)
           
static Object DefaultGroovyMethods.getAt(char[] array, Range range)
           
static Object DefaultGroovyMethods.getAt(short[] array, Range range)
           
static Object DefaultGroovyMethods.getAt(int[] array, Range range)
           
static Object DefaultGroovyMethods.getAt(long[] array, Range range)
           
static Object DefaultGroovyMethods.getAt(float[] array, Range range)
           
static Object DefaultGroovyMethods.getAt(double[] array, Range range)
           
static Object DefaultGroovyMethods.getAt(boolean[] array, Range range)
           
protected static List DefaultGroovyMethods.primitiveArrayGet(Object array, Range range)
          Implements the getAt(Range) method for primitve type arrays
 



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