Searched refs:addChild (Results 1 – 3 of 3) sorted by relevance
83 node1.addChild(node11); in testTreeNode_many()84 node1.addChild(node12); in testTreeNode_many()85 node11.addChild(node111); in testTreeNode_many()86 node11.addChild(node112); in testTreeNode_many()87 node11.addChild(node113); in testTreeNode_many()88 node12.addChild(node121); in testTreeNode_many()89 node12.addChild(node122); in testTreeNode_many()90 node12.addChild(node123); in testTreeNode_many()129 node1.addChild(node11); in testTreeNode_cannotAddTwice()132 node1.addChild(node11); in testTreeNode_cannotAddTwice()[all …]
58 public final void addChild(V e) { in addChild() method in TreeNode
405 currentNode.addChild(e); in growTree()453 node.addChild(newChild); in compressTree()