Class RowIterable

  • All Implemented Interfaces:
    Iterable<javax.jcr.query.Row>

    public class RowIterable
    extends Object
    implements Iterable<javax.jcr.query.Row>
    • Constructor Detail

      • RowIterable

        public RowIterable​(javax.jcr.query.RowIterator iterator)
    • Method Detail

      • iterator

        public Iterator<javax.jcr.query.Row> iterator()
        Specified by:
        iterator in interface Iterable<javax.jcr.query.Row>