Modifier and Type | Method and Description |
---|---|
static CharacterRange |
characterRange(char from,
BoundType leftBoundType,
char to,
BoundType rightBoundType)
Create a new CharacterRange.
|
static CharacterRange |
characterRange(char from,
BoundType leftBoundType,
char to,
BoundType rightBoundType,
int step)
Create a new CharacterRange.
|
static CharacterRange |
characterRange(char from,
char to)
Create a new CharacterRange.
|
static CharacterRange |
characterRange(char from,
char to,
int step)
Create a new CharacterRange.
|
static CharacterRange |
characterRange(Endpoint<Character> leftEndpoint,
Endpoint<Character> rightEndpoint,
int step)
Create a new CharacterRange.
|
static DoubleRange |
doubleRange(double from,
BoundType leftBoundType,
double to,
BoundType rightBoundType)
Create a new DoubleRange.
|
static DoubleRange |
doubleRange(double from,
BoundType leftBoundType,
double to,
BoundType rightBoundType,
double step)
Create a new DoubleRange.
|
static DoubleRange |
doubleRange(double from,
double to)
Create a new DoubleRange.
|
static DoubleRange |
doubleRange(double from,
double to,
double step)
Create a new DoubleRange.
|
static DoubleRange |
doubleRange(Endpoint<Double> leftEndpoint,
Endpoint<Double> rightEndpoint,
double step)
Create a new DoubleRange.
|
static DoubleRange |
doubleRange(Number from,
Number to)
Create a new DoubleRange.
|
static DoubleRange |
doubleRange(Number from,
Number to,
Number step)
Create a new DoubleRange.
|
static FloatRange |
floatRange(Endpoint<Float> leftEndpoint,
Endpoint<Float> rightEndpoint,
float step)
Create a new FloatRange.
|
static FloatRange |
floatRange(float from,
BoundType leftBoundType,
float to,
BoundType rightBoundType)
Create a new FloatRange.
|
static FloatRange |
floatRange(float from,
BoundType leftBoundType,
float to,
BoundType rightBoundType,
float step)
Create a new FloatRange.
|
static FloatRange |
floatRange(float from,
float to)
Create a new FloatRange.
|
static FloatRange |
floatRange(float from,
float to,
float step)
Create a new FloatRange.
|
static FloatRange |
floatRange(Number from,
Number to)
Create a new FloatRange.
|
static FloatRange |
floatRange(Number from,
Number to,
Number step)
Create a new FloatRange.
|
static IntegerRange |
integerRange(Endpoint<Integer> leftEndpoint,
Endpoint<Integer> rightEndpoint,
int step)
Create a new IntegerRange.
|
static IntegerRange |
integerRange(int from,
BoundType leftBoundType,
int to,
BoundType rightBoundType)
Create a new IntegerRange.
|
static IntegerRange |
integerRange(int from,
BoundType leftBoundType,
int to,
BoundType rightBoundType,
int step)
Create a new IntegerRange.
|
static IntegerRange |
integerRange(int from,
int to)
Create a new IntegerRange.
|
static IntegerRange |
integerRange(int from,
int to,
int step)
Create a new IntegerRange.
|
static IntegerRange |
integerRange(Number from,
Number to)
Create a new IntegerRange.
|
static IntegerRange |
integerRange(Number from,
Number to,
Number step)
Create a new IntegerRange.
|
static LongRange |
longRange(Endpoint<Long> leftEndpoint,
Endpoint<Long> rightEndpoint,
long step)
Create a new LongRange.
|
static LongRange |
longRange(long from,
BoundType leftBoundType,
long to,
BoundType rightBoundType)
Create a new LongRange.
|
static LongRange |
longRange(long from,
BoundType leftBoundType,
long to,
BoundType rightBoundType,
long step)
Create a new LongRange.
|
static LongRange |
longRange(long from,
long to)
Create a new LongRange.
|
static LongRange |
longRange(long from,
long to,
long step)
Create a new LongRange.
|
static LongRange |
longRange(Number from,
Number to)
Create a new LongRange.
|
static LongRange |
longRange(Number from,
Number to,
Number step)
Create a new IntegerRange.
|
public static IntegerRange integerRange(Number from, Number to)
from
- startto
- endpublic static IntegerRange integerRange(Number from, Number to, Number step)
from
- startto
- endstep
- incrementpublic static IntegerRange integerRange(int from, int to)
from
- startto
- endpublic static IntegerRange integerRange(int from, int to, int step)
from
- startto
- endstep
- incrementpublic static IntegerRange integerRange(int from, BoundType leftBoundType, int to, BoundType rightBoundType)
from
- startleftBoundType
- type of left boundto
- endrightBoundType
- type of right boundpublic static IntegerRange integerRange(int from, BoundType leftBoundType, int to, BoundType rightBoundType, int step)
from
- startleftBoundType
- type of left boundto
- endrightBoundType
- type of right boundstep
- incrementpublic static IntegerRange integerRange(Endpoint<Integer> leftEndpoint, Endpoint<Integer> rightEndpoint, int step)
leftEndpoint
- startrightEndpoint
- endstep
- incrementpublic static LongRange longRange(Number from, Number to)
from
- startto
- endpublic static LongRange longRange(Number from, Number to, Number step)
from
- startto
- endstep
- incrementpublic static LongRange longRange(long from, long to)
from
- startto
- endpublic static LongRange longRange(long from, long to, long step)
from
- startto
- endstep
- incrementpublic static LongRange longRange(long from, BoundType leftBoundType, long to, BoundType rightBoundType)
from
- startleftBoundType
- type of left boundto
- endrightBoundType
- type of right boundpublic static LongRange longRange(long from, BoundType leftBoundType, long to, BoundType rightBoundType, long step)
from
- startleftBoundType
- type of left boundto
- endrightBoundType
- type of right boundstep
- incrementpublic static LongRange longRange(Endpoint<Long> leftEndpoint, Endpoint<Long> rightEndpoint, long step)
leftEndpoint
- startrightEndpoint
- endstep
- incrementpublic static FloatRange floatRange(Number from, Number to)
from
- startto
- endpublic static FloatRange floatRange(Number from, Number to, Number step)
from
- startto
- endstep
- incrementpublic static FloatRange floatRange(float from, float to)
from
- startto
- endpublic static FloatRange floatRange(float from, float to, float step)
from
- startto
- endstep
- incrementpublic static FloatRange floatRange(float from, BoundType leftBoundType, float to, BoundType rightBoundType)
from
- startleftBoundType
- type of left boundto
- endrightBoundType
- type of right boundpublic static FloatRange floatRange(float from, BoundType leftBoundType, float to, BoundType rightBoundType, float step)
from
- startleftBoundType
- type of left boundto
- endrightBoundType
- type of right boundstep
- incrementpublic static FloatRange floatRange(Endpoint<Float> leftEndpoint, Endpoint<Float> rightEndpoint, float step)
leftEndpoint
- startrightEndpoint
- endstep
- incrementpublic static DoubleRange doubleRange(Number from, Number to)
from
- startto
- endpublic static DoubleRange doubleRange(Number from, Number to, Number step)
from
- startto
- endstep
- incrementpublic static DoubleRange doubleRange(double from, double to)
from
- startto
- endpublic static DoubleRange doubleRange(double from, double to, double step)
from
- startto
- endstep
- incrementpublic static DoubleRange doubleRange(double from, BoundType leftBoundType, double to, BoundType rightBoundType, double step)
from
- startleftBoundType
- type of left boundto
- endrightBoundType
- type of right boundstep
- incrementpublic static DoubleRange doubleRange(double from, BoundType leftBoundType, double to, BoundType rightBoundType)
from
- startleftBoundType
- type of left boundto
- endrightBoundType
- type of right boundpublic static DoubleRange doubleRange(Endpoint<Double> leftEndpoint, Endpoint<Double> rightEndpoint, double step)
leftEndpoint
- startrightEndpoint
- endstep
- incrementpublic static CharacterRange characterRange(char from, char to)
from
- startto
- endpublic static CharacterRange characterRange(char from, char to, int step)
from
- startto
- endstep
- incrementpublic static CharacterRange characterRange(char from, BoundType leftBoundType, char to, BoundType rightBoundType)
from
- startleftBoundType
- type of left boundto
- endrightBoundType
- type of right boundpublic static CharacterRange characterRange(char from, BoundType leftBoundType, char to, BoundType rightBoundType, int step)
from
- startleftBoundType
- type of left boundto
- endrightBoundType
- type of right boundstep
- incrementpublic static CharacterRange characterRange(Endpoint<Character> leftEndpoint, Endpoint<Character> rightEndpoint, int step)
leftEndpoint
- startrightEndpoint
- endstep
- incrementCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.