Class PDPageTree.PageIterator

  • All Implemented Interfaces:
    java.util.Iterator<PDPage>
    Enclosing class:
    PDPageTree

    private final class PDPageTree.PageIterator
    extends java.lang.Object
    implements java.util.Iterator<PDPage>
    Iterator which walks all pages in the tree, in order.
    • Constructor Detail

    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<PDPage>
      • next

        public PDPage next()
        Specified by:
        next in interface java.util.Iterator<PDPage>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<PDPage>