Class MapIteratorCursor

All Implemented Interfaces:
AutoCloseable, Cursor

public class MapIteratorCursor extends IteratorCursor<Map<String,Object>>
Implementation of Cursor on top of an Iterator that returns a Map for each row.

The Map contains (field, value) pairs.