Class NodeIterable
java.lang.Object
org.apache.jackrabbit.commons.iterator.NodeIterable
Deprecated.
Adapter class that adapts a
NodeIterator
instance to an
Iterable
instance that always returns the same underlying
iterator.- Since:
- Apache Jackrabbit 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionNodeIterable
(NodeIterator iterator) Deprecated.Creates an iterable adapter for the given node iterator. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
JcrUtils.in(NodeIterator)
instead