Package com.lowagie.text.pdf
Class PdfCopy.RefKey
- java.lang.Object
-
- com.lowagie.text.pdf.PdfCopy.RefKey
-
- Enclosing class:
- PdfCopy
protected static class PdfCopy.RefKey extends java.lang.Object
A 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 boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
RefKey
RefKey(int num, int gen)
-
RefKey
RefKey(PdfIndirectReference ref)
-
RefKey
RefKey(PRIndirectReference ref)
-
-