public class FDFFieldIterator extends PDFNetIterator
for(FDFFieldIterator itr = fdf_doc.getFieldIterator(); itr.hasNext(); itr.next()) {
Field name: itr.current().getName();
Field partial name: itr.current().getPartialName();
}
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.Object |
next()
Advances the iterator to the next element of the collection.
|
Destroy, hasNext, remove
public java.lang.Object next()
PDFNetIterator
next
in interface java.util.Iterator
next
in class PDFNetIterator
public java.lang.Object clone()
clone
in class PDFNetIterator