JcrUtils.in(RowIterator)
instead@Deprecated public class RowIterable extends Object implements Iterable<Row>
RowIterator
instance to an
Iterable
instance that always returns the same underlying
iterator.Constructor and Description |
---|
RowIterable(RowIterator iterator)
Deprecated.
Creates an iterable adapter for the given row iterator.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Row> |
iterator()
Deprecated.
Returns the row iterator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public RowIterable(RowIterator iterator)
iterator
- the row iterator to be adaptedCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.