public class PagedListIterator<E> extends Object implements Iterator<List<E>>
boolean
hasNext()
List<E>
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean hasNext()
hasNext
Iterator<List<E>>
public List<E> next()
next
public void remove()
remove
Copyright © 2002-2015 Atlassian. All Rights Reserved.