ListIterator, Serializable
A Serializable Iterator over Nodes that includes pagination.
Iterator, ListIterator, Serializable
Method Summary |
public |
|
public |
|
public |
|
Methods from interface java.util. |
hasNext, next, remove |
Methods from interface java.util. |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
Method Detail |
public Collection currentPage()
Gets the current Page. This does not affect the index.
public Collection nextPage()
Gets the next page of Nodes.
public Collection previousPage()
Gets the previous page of Nodes.