| Modifier and Type | Method and Description |
|---|---|
PDFObject |
NameTree.get(PDFString key)
Retrieves an entry from this NameTree.
|
void |
NameTree.put(PDFString key,
PDFObject value)
Puts a new entry in this NameTree.
|
void |
NameTree.remove(PDFString key)
Removes the specified PDFObject from this NameTree.
|