|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.commons.iterator.RowIterable
public class RowIterable
Adapter class that adapts a RowIterator instance to an
Iterable instance that always returns the same underlying
iterator.
| Constructor Summary | |
|---|---|
RowIterable(RowIterator iterator)
Creates an iterable adapter for the given row iterator. |
|
| Method Summary | |
|---|---|
java.util.Iterator<Row> |
iterator()
Returns the row iterator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RowIterable(RowIterator iterator)
iterator - the row iterator to be adapted| Method Detail |
|---|
public java.util.Iterator<Row> iterator()
iterator in interface java.lang.Iterable<Row>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||