public class NumberTree extends Object
Constructor and Description |
---|
NumberTree(com.aspose.pdf.engine.data.IPdfDictionary root) |
Modifier and Type | Method and Description |
---|---|
com.aspose.pdf.engine.data.IPdfPrimitive |
get(int key)
Gets item by key.
|
com.aspose.ms.System.Collections.IList |
getKeys()
Gets all keys in the tree.
|
boolean |
remove(int key)
Remove key from number tree.
|
void |
update(int key,
com.aspose.pdf.engine.data.IPdfDictionary item) |
public void update(int key, com.aspose.pdf.engine.data.IPdfDictionary item)
public boolean remove(int key)
key
- public com.aspose.pdf.engine.data.IPdfPrimitive get(int key)
key
- public com.aspose.ms.System.Collections.IList getKeys()
Copyright © 2018 Aspose. All Rights Reserved.