Class RowIterable
- java.lang.Object
-
- org.apache.jackrabbit.commons.iterator.RowIterable
-
- All Implemented Interfaces:
java.lang.Iterable<javax.jcr.query.Row>
@Deprecated public class RowIterable extends java.lang.Object implements java.lang.Iterable<javax.jcr.query.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(javax.jcr.query.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 java.util.Iterator<javax.jcr.query.Row>
iterator()
Deprecated.Returns the row iterator.
-