|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface PagedIterator.Advancer
Advancer is a pluggable component that knows how to load a new page (Collection) of objects to be used by the enclosing PagedIterator.
| Method Summary | |
|---|---|
java.util.Collection |
nextPage()Obtain a new page of objects to be used by the enclosing PagedIterator. |
void |
remove(java.lang.Object oCurr)Remove the specified object from the underlying collection. |
| Method Detail |
|---|
java.util.Collection nextPage()
void remove(java.lang.Object oCurr)
oCurr - currently "active" item to be removed from an underlying collection
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||