|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.PdfCopy.RefKey
A key to allow us to hash indirect references
Field Summary | |
(package private) int |
gen
|
(package private) int |
num
|
Constructor Summary | |
(package private) |
PdfCopy.RefKey(int num,
int gen)
|
(package private) |
PdfCopy.RefKey(PdfIndirectReference ref)
|
(package private) |
PdfCopy.RefKey(PRIndirectReference ref)
|
Method Summary | |
boolean |
equals(Object o)
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
int num
int gen
Constructor Detail |
PdfCopy.RefKey(int num, int gen)
PdfCopy.RefKey(PdfIndirectReference ref)
PdfCopy.RefKey(PRIndirectReference ref)
Method Detail |
public int hashCode()
public boolean equals(Object o)
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |