org.apache.jackrabbit.core
Interface NodeIdIterator
- All Superinterfaces:
- java.util.Iterator
public interface NodeIdIterator
- extends java.util.Iterator
NodeIdIterator extends the Iterator interface by the NodeId
specific methods.
| Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
nextNodeId
NodeId nextNodeId()
throws java.util.NoSuchElementException
- Returns the next node id in the iteration.
- Returns:
- the next node id.
- Throws:
java.util.NoSuchElementException
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.