org.apache.jackrabbit.core
Interface NodeIdIterator

All Superinterfaces:
Iterator

public interface NodeIdIterator
extends Iterator

NodeIdIterator extends the Iterator interface by the NodeId specific methods.


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

Method Detail

nextNodeId

NodeId nextNodeId()
                  throws NoSuchElementException
Returns the next node id in the iteration.

Returns:
the next node id.
Throws:
NoSuchElementException


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