org.apache.jackrabbit.core.state
Interface NodeStateIterator
- All Superinterfaces:
- java.util.Iterator
public interface NodeStateIterator
- extends java.util.Iterator
NodeStateIterator extends the Iterator interface by the
respective NodeState methods.
| Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
nextNodeState
NodeState nextNodeState()
throws java.util.NoSuchElementException
- Returns the next node state of the iterator.
- Returns:
- the next node state.
- Throws:
java.util.NoSuchElementException
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.