public class PDDictionaryWrapper extends java.lang.Object implements COSObjectable
Modifier and Type | Field and Description |
---|---|
private COSDictionary |
dictionary |
Constructor and Description |
---|
PDDictionaryWrapper()
Default constructor
|
PDDictionaryWrapper(COSDictionary dictionary)
Creates a new instance with a given COS dictionary.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
COSDictionary |
getCOSObject()
Convert this standard java object to a COS object.
|
int |
hashCode() |
private final COSDictionary dictionary
public PDDictionaryWrapper()
public PDDictionaryWrapper(COSDictionary dictionary)
dictionary
- the dictionarypublic COSDictionary getCOSObject()
getCOSObject
in interface COSObjectable
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object