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