public abstract class PagedIterator<T> extends Object implements Iterator<T>
nextPage()
that allows the caller to retrieve items per page.| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
List<T> |
nextPage()
Gets the next page worth of data.
|
void |
remove() |
protected abstract void |
wrapUp(T[] page) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected abstract void wrapUp(T[] page)
Copyright © 2017. All rights reserved.