Class ArrayIteratorCursor

  • All Implemented Interfaces:
    java.lang.AutoCloseable, Cursor

    public class ArrayIteratorCursor
    extends IteratorCursor<java.lang.Object[]>
    Implementation of Cursor on top of an Iterator that returns an array of Object for each row.
    • Constructor Detail

      • ArrayIteratorCursor

        public ArrayIteratorCursor​(java.util.Iterator<java.lang.Object[]> iterator)
        Creates an ArrayEnumeratorCursor.
        Parameters:
        iterator - Iterator