Class BufferedReaderIterator

  • All Implemented Interfaces:
    java.util.Iterator<io.annot8.common.data.content.Row>


    public class BufferedReaderIterator
    extends java.lang.Object
    implements java.util.Iterator<io.annot8.common.data.content.Row>
    • Constructor Summary

      Constructors 
      Constructor Description
      BufferedReaderIterator​(java.io.BufferedReader reader, io.annot8.common.data.content.TableMetadata metadata, boolean hasHeaders)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext​()  
      io.annot8.common.data.content.Row next​()  
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BufferedReaderIterator

        public BufferedReaderIterator​(java.io.BufferedReader reader,
                                      io.annot8.common.data.content.TableMetadata metadata,
                                      boolean hasHeaders)
    • Method Detail

      • hasNext

        public boolean hasNext​()
        Specified by:
        hasNext in interface java.util.Iterator<io.annot8.common.data.content.Row>
      • next

        public io.annot8.common.data.content.Row next​()
        Specified by:
        next in interface java.util.Iterator<io.annot8.common.data.content.Row>