- find(E) - Method in class net.junaraki.libtree.BinaryTree
-
Finds a node of the first occurrence of the given element in this tree.
- find(E) - Method in class net.junaraki.libtree.OrderedTree
-
Finds a node of the first occurrence of the given element in this tree.
- find(E) - Method in interface net.junaraki.libtree.Tree
-
Finds a node of the first occurrence of the given element in this tree.
- find(E) - Method in class net.junaraki.libtree.UnorderedTree
-
Finds a node of the first occurrence of the given element in this tree.
- findChild(E) - Method in class net.junaraki.libtree.BinaryTree
-
Finds a child of the first occurrence of the given element in this node.
- findChild(E) - Method in class net.junaraki.libtree.OrderedTree
-
Finds a child of the first occurrence of the given element in this node.
- findChild(E) - Method in interface net.junaraki.libtree.Tree
-
Finds a child of the first occurrence of the given element in this node.
- findChild(E) - Method in class net.junaraki.libtree.UnorderedTree
-
Finds a child of the first occurrence of the given element in this node.