org.apache.jackrabbit.rmi.iterator
Class ArrayNodeIterator
java.lang.Object
org.apache.jackrabbit.rmi.iterator.ArrayIterator
org.apache.jackrabbit.rmi.iterator.ArrayNodeIterator
- All Implemented Interfaces:
- Iterator, NodeIterator, RangeIterator
- public class ArrayNodeIterator
- extends ArrayIterator
- implements NodeIterator
Array implementation of the JCR
NodeIterator
interface.
This class is used by the JCR-RMI client adapters to convert
node arrays to iterators.
- Author:
- Jukka Zitting
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayNodeIterator
public ArrayNodeIterator(Node[] nodes)
- Creates an iterator for the given array of nodes.
- Parameters:
nodes
- the nodes to iterate
nextNode
public Node nextNode()
-
- Specified by:
nextNode
in interface NodeIterator
Copyright © 2004-2005 . All Rights Reserved.