Class IndirectPathItem


  • public final class IndirectPathItem
    extends java.lang.Object
    An item in the indirect path (see ObjectPath. It encapsulates two corresponding objects from the two comparing documents that were met to get to the path base objects during comparing process.
    • Constructor Detail

      • IndirectPathItem

        public IndirectPathItem​(PdfIndirectReference cmpObject,
                                PdfIndirectReference outObject)
        Creates IndirectPathItem instance for two corresponding objects from two comparing documents.
        Parameters:
        cmpObject - an object from the cmp document.
        outObject - an object from the out document.
    • Method Detail

      • getOutObject

        public PdfIndirectReference getOutObject()
        Method returns a IndirectPathItem object that was met to get to the path base objects during comparing process.
        Returns:
        an object from the out object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object