Class RowIterable

    • 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
    • Method Detail

      • iterator

        public Iterator<Row> iterator()
        Deprecated.
        Returns the row iterator.
        Specified by:
        iterator in interface Iterable<Row>
        Returns:
        row iterator