Class ListIteratorCursor

All Implemented Interfaces:
AutoCloseable, Cursor

public class ListIteratorCursor extends IteratorCursor<List<Object>>
Implementation of Cursor on top of an Iterator that returns a List for each row.