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 and Description |
|---|
PaginationIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |