Class RowIterable
- java.lang.Object
-
- org.apache.jackrabbit.commons.iterator.RowIterable
-
@Deprecated public class RowIterable extends Object implements Iterable<Row>
Deprecated.- UseJcrUtils.in(RowIterator)
insteadAdapter class that adapts aRowIterator
instance to anIterable
instance that always returns the same underlying iterator.- Since:
- Apache Jackrabbit 2.0
-
-
Constructor Summary
Constructors Constructor Description RowIterable(RowIterator iterator)
Deprecated.Creates an iterable adapter for the given row iterator.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Iterator<Row>
iterator()
Deprecated.Returns the row iterator.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
RowIterable
public RowIterable(RowIterator iterator)
Deprecated.Creates an iterable adapter for the given row iterator.- Parameters:
iterator
- the row iterator to be adapted
-
-