private final class PDPageTree.PageIterator extends java.lang.Object implements java.util.Iterator<PDPage>
Modifier and Type | Field and Description |
---|---|
private java.util.Queue<COSDictionary> |
queue |
Modifier | Constructor and Description |
---|---|
private |
PageIterator(COSDictionary node) |
Modifier and Type | Method and Description |
---|---|
private void |
enqueueKids(COSDictionary node) |
boolean |
hasNext() |
PDPage |
next() |
void |
remove() |
private final java.util.Queue<COSDictionary> queue
private PageIterator(COSDictionary node)
private void enqueueKids(COSDictionary node)
public boolean hasNext()
hasNext
in interface java.util.Iterator<PDPage>
public void remove()
remove
in interface java.util.Iterator<PDPage>