Searched refs:getChildrenCount (Results 1 – 3 of 3) sorted by relevance
70 public final int getChildrenCount() { in getChildrenCount() method in TreeNode107 return getChildrenCount() == 0; in isLeaf()
436 if (node.getChildrenCount() == 1) { in compressTree()445 while (descendant.getChildrenCount() == 1) { in compressTree()
59 assertEquals(0, testTreeNode.getChildrenCount()); in testTreeNode_single()