Class ArrayIteratorCursor

All Implemented Interfaces:
AutoCloseable, Cursor

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

    • ArrayIteratorCursor

      public ArrayIteratorCursor(Iterator<Object[]> iterator)
      Creates an ArrayEnumeratorCursor.
      Parameters:
      iterator - Iterator
  • Method Details