Interface RecordIterator

    • Method Detail

      • hasNext

        boolean hasNext()
        Return a flag indicating whether there are more records.
        Returns:
        true if there are more records; false otherwise
      • close

        void close()
        Close this iterator. Releases all associated resources.