Class ListIteratorCursor

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

    public class ListIteratorCursor
    extends IteratorCursor<java.util.List<java.lang.Object>>
    Implementation of Cursor on top of an Iterator that returns a List for each row.
    • Constructor Detail

      • ListIteratorCursor

        public ListIteratorCursor​(java.util.Iterator<java.util.List<java.lang.Object>> iterator)
        Creates a RecordEnumeratorCursor.
        Parameters:
        iterator - Iterator