public class PDFXref
extends java.lang.Object
Constructor and Description |
---|
PDFXref(int objectNumber,
int gen)
create a new PDFXref, given a parsed id and generation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGeneration()
get the generation of this object
|
int |
getObjectNumber()
get the object number of this object
|
int |
hashCode() |
public PDFXref(int objectNumber, int gen)
public int getGeneration()
public int getObjectNumber()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object