|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujac.util.template.test.PerformanceTest.TreeNode
public static class PerformanceTest.TreeNode
A class for tree nodes
| Constructor Summary | |
|---|---|
PerformanceTest.TreeNode(String name)
Constructs a TreeNode instance with specific attributes. |
|
| Method Summary | |
|---|---|
void |
addChild(PerformanceTest.TreeNode child)
Adds a child to the node. |
List |
getChilds()
Gets the childs of the node. |
String |
getName()
Gets the name of the node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PerformanceTest.TreeNode(String name)
name - The name of the node.| Method Detail |
|---|
public String getName()
public List getChilds()
public void addChild(PerformanceTest.TreeNode child)
child - The child to add.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||