org.apache.jackrabbit.core
Interface NodeIdIterator

All Superinterfaces:
Iterator

public interface NodeIdIterator
extends Iterator

NodeIdIterator extends the Iterator iterface by the NodeId specific methods.


Method Summary
 NodeId nextNodeId()
          Returns the next nodeid in the iteration.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextNodeId

public NodeId nextNodeId()
                  throws NoSuchElementException
Returns the next nodeid in the iteration.

Returns:
the next nodeid.
Throws:
NoSuchElementException


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.