| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
PagedResult
public interface NodeIterator
A Serializable Iterator over Nodes that includes pagination.
| Method Summary | |
|---|---|
 Collection | 
currentPage()
Deprecated As of 9.x, replaced by PagedResult.getCurrentPageNumber()
 followed by PagedResult.getPage(int) | 
 Collection | 
nextPage()
Deprecated As of 9.x, replaced by PagedResult.nextPage() | 
 Collection | 
previousPage()
Deprecated As of 9.x, replaced by PagedResult.previousPage() | 
| Methods inherited from interface java.util.ListIterator | 
|---|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set | 
| Method Detail | 
|---|
Collection nextPage()
PagedResult.nextPage()
Collection previousPage()
PagedResult.previousPage()
Collection currentPage()
PagedResult.getCurrentPageNumber()
 followed by PagedResult.getPage(int)
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||