Class IndirectPathItem
java.lang.Object
com.itextpdf.kernel.utils.objectpathitems.IndirectPathItem
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 Summary
ConstructorDescriptionIndirectPathItem
(PdfIndirectReference cmpObject, PdfIndirectReference outObject) CreatesIndirectPathItem
instance for two corresponding objects from two comparing documents. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Method returns aIndirectPathItem
object from the cmp object that was met to get to the path base objects during comparing process.Method returns aIndirectPathItem
object that was met to get to the path base objects during comparing process.int
hashCode()
-
Constructor Details
-
IndirectPathItem
CreatesIndirectPathItem
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 Details
-
getCmpObject
Method returns aIndirectPathItem
object from the cmp object that was met to get to the path base objects during comparing process.- Returns:
-
a
IndirectPathItem
object from the cmp object.
-
getOutObject
Method returns aIndirectPathItem
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() -
equals
-