Class RecordIteratorCursor<E>

Type Parameters:
E - Element type
All Implemented Interfaces:
AutoCloseable, Cursor

public class RecordIteratorCursor<E> extends IteratorCursor<E>
Implementation of Cursor on top of an Iterator that returns a record for each row. The record is a synthetic class whose fields are all public.