|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberIterator | |
---|---|
railo.runtime.util |
Uses of NumberIterator in railo.runtime.util |
---|
Methods in railo.runtime.util that return NumberIterator | |
---|---|
static NumberIterator |
NumberIterator.load(double from,
double to)
create a Number Iterator with value from and to |
static NumberIterator |
NumberIterator.load(double from,
double to,
double max)
create a Number Iterator with value from and to |
static NumberIterator |
NumberIterator.load(int from,
int to)
|
static NumberIterator |
NumberIterator.load(PageContext pc,
NumberIterator ni,
Query query,
String groupName,
boolean caseSensitive)
|
static NumberIterator |
NumberIterator.loadEnd(int from,
int to,
int end)
|
static NumberIterator |
NumberIterator.loadMax(int from,
int to,
int max)
|
Methods in railo.runtime.util with parameters of type NumberIterator | |
---|---|
static NumberIterator |
NumberIterator.load(PageContext pc,
NumberIterator ni,
Query query,
String groupName,
boolean caseSensitive)
|
static void |
NumberIterator.release(NumberIterator ni)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |