Class PDPageTree.SearchContext

  • Enclosing class:
    PDPageTree

    private static final class PDPageTree.SearchContext
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SearchContext​(PDPage page)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void visitPage​(COSDictionary current)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • index

        private int index
      • found

        private boolean found
    • Constructor Detail

      • SearchContext

        private SearchContext​(PDPage page)
    • Method Detail