Class NodeIterable
- java.lang.Object
-
- org.apache.jackrabbit.commons.iterator.NodeIterable
-
- All Implemented Interfaces:
java.lang.Iterable<javax.jcr.Node>
@Deprecated public class NodeIterable extends java.lang.Object implements java.lang.Iterable<javax.jcr.Node>
Deprecated.- UseJcrUtils.in(NodeIterator)
insteadAdapter class that adapts aNodeIterator
instance to anIterable
instance that always returns the same underlying iterator.- Since:
- Apache Jackrabbit 2.0
-
-
Constructor Summary
Constructors Constructor Description NodeIterable(javax.jcr.NodeIterator iterator)
Deprecated.Creates an iterable adapter for the given node iterator.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Iterator<javax.jcr.Node>
iterator()
Deprecated.Returns the node iterator.
-