public final class COSObjectKey extends Object implements Comparable<COSObjectKey>
| Constructor and Description |
|---|
COSObjectKey(long number,
int generation) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(COSObjectKey other) |
boolean |
equals(Object obj) |
int |
generation() |
int |
hashCode() |
long |
objectNumber() |
String |
toString() |
public COSObjectKey(long number,
int generation)
number - The object number.generation - The object generation number.public int generation()
public long objectNumber()
public int compareTo(COSObjectKey other)
compareTo in interface Comparable<COSObjectKey>Copyright © 2019 sejda. All rights reserved.