Class RowIterable
- java.lang.Object
-
- org.apache.jackrabbit.commons.iterator.RowIterable
-
- All Implemented Interfaces:
java.lang.Iterable<Row>
@Deprecated public class RowIterable extends java.lang.Object implements java.lang.Iterable<Row>
Deprecated.- UseJcrUtils.in(RowIterator)insteadAdapter class that adapts aRowIteratorinstance to anIterableinstance 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 java.util.Iterator<Row>iterator()Deprecated.Returns the row iterator.
-
-
-
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
-
-