Class PdfCopy.RefKey
- java.lang.Object
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfCopy.RefKey
-
- Enclosing class:
- PdfCopy
protected static class PdfCopy.RefKey extends java.lang.ObjectA key to allow us to hash indirect references
-
-
Constructor Summary
Constructors Constructor Description RefKey(int num, int gen)RefKey(PdfIndirectReference ref)RefKey(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
RefKey(int num, int gen)
-
RefKey
RefKey(PdfIndirectReference ref)
-
RefKey
RefKey(PRIndirectReference ref)
-
-