public class NumberTree extends Object
Modifier and Type | Method and Description |
---|---|
com.aspose.pdf.engine.data.IPdfPrimitive |
get(int key)
Gets item by key.
|
com.aspose.ms.System.Collections.Generic.List<Integer> |
getKeys()
Gets all keys in the tree.
|
boolean |
remove(int key)
Remove key from number tree.
|
public boolean remove(int key)
key
- int valuepublic com.aspose.pdf.engine.data.IPdfPrimitive get(int key)
key
- int valuepublic com.aspose.ms.System.Collections.Generic.List<Integer> getKeys()
List<Integer> object