Class PdfRowIterator

java.lang.Object
org.apache.drill.exec.store.pdf.PdfRowIterator
All Implemented Interfaces:
Iterator<List<technology.tabula.RectangularTextContainer>>

public class PdfRowIterator extends Object implements Iterator<List<technology.tabula.RectangularTextContainer>>
  • Constructor Details

    • PdfRowIterator

      public PdfRowIterator(technology.tabula.Table table)
    • PdfRowIterator

      public PdfRowIterator()
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<List<technology.tabula.RectangularTextContainer>>
    • next

      public List<technology.tabula.RectangularTextContainer> next()
      Specified by:
      next in interface Iterator<List<technology.tabula.RectangularTextContainer>>