public class TaskGetNodeIndex extends java.lang.Object implements TreeTraversalTask
| Constructor and Description |
|---|
TaskGetNodeIndex(int theIndex) |
| Modifier and Type | Method and Description |
|---|---|
TreeNode |
getResult() |
static TreeNode |
process(int index,
TreeNode node)
Obtain the specified tree node for the specified index.
|
boolean |
task(TreeNode node) |
public boolean task(TreeNode node)
task in interface TreeTraversalTasknode - The node visiting.public TreeNode getResult()