Class DataRecordIterator

  • All Implemented Interfaces:
    DataIterator, java.lang.Iterable<Data>, java.util.Iterator<Data>

    public class DataRecordIterator
    extends java.lang.Object
    implements DataIterator
    Converts a record iterator into a DataIterator.
    • Field Summary

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      Data next()  
      void remove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • DataRecordIterator

        public DataRecordIterator​(CodeManager codeMgr,
                                  RecordIterator it,
                                  boolean forward)
        Constructs a new DataRecordIterator
        Parameters:
        codeMgr - the code manager
        it - the record iterator
        forward - the direction of the iterator.