© 2005 BEA Systems, Inc.

com.bea.content.manager
Interface NodeIterator

All Superinterfaces:
Iterator, ListIterator, Serializable

public interface NodeIterator
extends ListIterator, Serializable

A Serializable Iterator over Nodes that includes pagination.


Method Summary
 Collection currentPage()
          Gets the current Page.
 Collection nextPage()
          Gets the next page of Nodes.
 Collection previousPage()
          Gets the previous page of Nodes.
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

currentPage

public Collection currentPage()
Gets the current Page. This does not affect the index.


nextPage

public Collection nextPage()
Gets the next page of Nodes.


previousPage

public Collection previousPage()
Gets the previous page of Nodes.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved