org.apache.jackrabbit.core.state
Interface NodeStateIterator

All Superinterfaces:
Iterator

public interface NodeStateIterator
extends Iterator

NodeStateIterator extends the Iterator interface by the respective NodeState methods.


Method Summary
 NodeState nextNodeState()
          Returns the next node state of the iterator.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextNodeState

public NodeState nextNodeState()
                        throws NoSuchElementException
Returns the next node state of the iterator.

Returns:
the next node state.
Throws:
NoSuchElementException


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