public abstract class PagedIterator<T> extends Object implements Iterator<T>
nextPage()
boolean
hasNext()
T
next()
List<T>
void
remove()
protected abstract void
wrapUp(T[] page)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected abstract void wrapUp(T[] page)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
public List<T> nextPage()
Copyright © 2013. All Rights Reserved.