java.util.Iterator<T>public class PaginationAction.PaginationIterator
extends java.lang.Object
implements java.util.Iterator<T>
PaginationAction.
To retrieve new entities after reaching the end of the current cache, this iterator will
request a List of new entities through a call of RestAction.complete().
It is recommended to use the highest possible limit for this task. (see PaginationAction.limit(int))
| Constructor | Description |
|---|---|
PaginationIterator() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
T |
next() |