- All Implemented Interfaces:
Iterator<List<technology.tabula.RectangularTextContainer>>
public class PdfRowIterator
extends Object
implements Iterator<List<technology.tabula.RectangularTextContainer>>
-
Constructor Summary
Constructors
-
Method Summary
boolean
List<technology.tabula.RectangularTextContainer>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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>>