| Constructor and Description |
|---|
PaginationIterator(long pFrom,
long pTo,
int pIncrement) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCursor() |
int |
getIncrement() |
protected abstract T |
getItems(long pFrom,
long pTo) |
long |
getTo() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
protected void |
setTo(int pValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic PaginationIterator(long pFrom,
long pTo,
int pIncrement)
protected abstract T getItems(long pFrom, long pTo)
protected void setTo(int pValue)
public long getCursor()
public int getIncrement()
public long getTo()
lpezet