|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.util.NumberIterator
public final class NumberIterator
A Number Iterator Implementation to iterate from to
Method Summary | |
---|---|
int |
current()
|
int |
first()
|
int |
from()
|
boolean |
hasNext()
|
boolean |
hasNext(boolean useRecordcount)
|
boolean |
hasPrevious()
|
boolean |
isAfterLast()
|
boolean |
isValid()
|
int |
last()
|
static NumberIterator |
load(double from,
double to)
create a Number Iterator with value from and to |
static NumberIterator |
load(double from,
double to,
double max)
create a Number Iterator with value from and to |
static NumberIterator |
load(PageContext pc,
NumberIterator ni,
Query query,
String groupName,
boolean caseSensitive)
|
int |
next()
|
int |
previous()
|
static void |
release(NumberIterator ni)
|
void |
setCurrent(int current)
sets the current position |
int |
to()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean hasNext()
public boolean hasNext(boolean useRecordcount)
public int next()
public boolean hasPrevious()
public int previous()
public int from()
public int to()
public int first()
public int last()
public int current()
public void setCurrent(int current)
current
- public boolean isAfterLast()
public boolean isValid()
public static NumberIterator load(double from, double to)
from
- to
-
public static NumberIterator load(double from, double to, double max)
from
- to
- max
-
public static NumberIterator load(PageContext pc, NumberIterator ni, Query query, String groupName, boolean caseSensitive) throws PageException
ni
- query
- groupName
- caseSensitive
-
PageException
public static void release(NumberIterator ni)
ni
- Iterator to release
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |