private class PaginatedCollection.PagedIterator<E> extends Object implements Iterator<E>
Modifier and Type | Field and Description |
---|---|
private int |
currentPage |
private int |
index |
private List<E> |
items |
private int |
pageSize |
private PaginatedCollection<E> |
paginatedCollection |
private int |
totalSize |
Constructor and Description |
---|
PagedIterator(PaginatedCollection<E> paginatedCollection) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private PaginatedCollection<E> paginatedCollection
private int pageSize
private int currentPage
private int index
private int totalSize
public PagedIterator(PaginatedCollection<E> paginatedCollection)
Copyright © 2013-2020. All Rights Reserved.