org.mmbase.bridge
Interface NodeManagerIterator

All Superinterfaces:
Iterator<NodeManager>, ListIterator<NodeManager>
All Known Implementing Classes:
BasicNodeManagerList.BasicNodeManagerIterator, BridgeCollections.UnmodifiableNodeManagerIterator

public interface NodeManagerIterator
extends ListIterator<NodeManager>

An iterator for NodeManagers.

Version:
$Id: NodeManagerIterator.java 39193 2009-10-18 14:35:26Z michiel $
Author:
Pierre van Rooden
See Also:
NodeIterator

Method Summary
 NodeManager nextNodeManager()
          Returns the next element in the iterator as a NodeManager
 NodeManager previousNodeManager()
          Returns the previous element in the iterator as a NodeManager
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

nextNodeManager

NodeManager nextNodeManager()
Returns the next element in the iterator as a NodeManager

Returns:
next node manager

previousNodeManager

NodeManager previousNodeManager()
Returns the previous element in the iterator as a NodeManager

Returns:
previous node manager
Since:
MMBase-1.7


MMBase 2.0-SNAPSHOT - null