Class used to create trees. More...
Public Member Functions | |
| TreeNode< ObjectType > | getRootNode () |
| The root node of the tree. | |
| List< TreeNode< ObjectType > > | getTreeNodes () |
| The nodes of the tree. | |
| String | toString () |
| Printable representation of the tree. | |
Class that can be used to create trees.
| <ObjectType> | Type of the objects stored in the tree. |
| TreeNode<ObjectType> BinNavi.API.helpers.Tree< ObjectType >.getRootNode | ( | ) |
Returns the root node of the tree.
| List<TreeNode<ObjectType> > BinNavi.API.helpers.Tree< ObjectType >.getTreeNodes | ( | ) |
Returns a list of all nodes in the tree.
| String BinNavi.API.helpers.Tree< ObjectType >.toString | ( | ) |
Returns a string representation of the tree.
1.7.1