|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Range | |
---|---|
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 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 (or down) to and including a given 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 java.lang.Object |
DefaultGroovyMethods.getAt(boolean[] array,
Range range)
Support the subscript operator with a range for a boolean array |
static java.lang.Object |
DefaultGroovyMethods.getAt(byte[] array,
Range range)
Support the subscript operator with a range for a byte array |
static java.lang.Object |
DefaultGroovyMethods.getAt(char[] array,
Range range)
Support the subscript operator with a range for a char array |
static java.lang.CharSequence |
DefaultGroovyMethods.getAt(java.lang.CharSequence text,
Range range)
Support the range subscript operator for CharSequence |
static java.lang.Object |
DefaultGroovyMethods.getAt(double[] array,
Range range)
Support the subscript operator with a range for a double array |
static java.lang.Object |
DefaultGroovyMethods.getAt(float[] array,
Range range)
Support the subscript operator with a range for a float array |
static java.lang.Object |
DefaultGroovyMethods.getAt(int[] array,
Range range)
Support the subscript operator with a range for an int array |
static java.lang.Object |
DefaultGroovyMethods.getAt(long[] array,
Range range)
Support the subscript operator with a range for a long array |
static java.util.List |
DefaultGroovyMethods.getAt(java.lang.Object[] array,
Range range)
Support the range subscript operator for an Array |
static java.lang.Object |
DefaultGroovyMethods.getAt(short[] array,
Range range)
Support the subscript operator with a range for a short array |
static java.lang.String |
DefaultGroovyMethods.getAt(java.lang.String text,
Range range)
Support the range subscript operator for String |
protected static java.util.List |
DefaultGroovyMethods.primitiveArrayGet(java.lang.Object self,
Range range)
Implements the getAt(Range) method for primitve type arrays. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |