Modifier and Type | Field and Description |
---|---|
private PageBasedCollection<T,R> |
col |
private Page<T,R> |
page |
Constructor and Description |
---|
PageIterator(PageBasedCollection<T,R> col) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Page<T,R> |
next() |
void |
remove() |
PageIterator(PageBasedCollection<T,R> col)