Interface RowIterator<R>

All Superinterfaces:
Iterator<R>

public interface RowIterator<R> extends Iterator<R>
An iterator for processing rows.
  • Method Details