public static interface PagedIterator.Advancer
| Modifier and Type | Method and Description |
|---|---|
Collection |
nextPage()
Obtain a new page of objects to be used by the enclosing PagedIterator.
|
void |
remove(Object oCurr)
Remove the specified object from the underlying collection.
|
Collection nextPage()
void remove(Object oCurr)
oCurr - currently "active" item to be removed from an underlying collection