Package com.aowagie.text.pdf
Class PdfCopy.RefKey
- java.lang.Object
-
- com.aowagie.text.pdf.PdfCopy.RefKey
-
- Enclosing class:
- PdfCopy
private static class PdfCopy.RefKey extends java.lang.ObjectA key to allow us to hash indirect references
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRefKey(PRIndirectReference ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RefKey
private RefKey(PRIndirectReference ref)
-
-