- inOrder(TreeNode<E, K>) - Method in class TreeElementIterator
-
A recursive method that traverses the binary search tree rooted at the
specified treeNode in in-order, adding the visited nodes
to the treeNodes Vector.
- insert(E) - Method in interface BinarySearchTreeInterface
-
Method to insert the given TreeItem into the BinarySearchTree
- isBalanced() - Method in interface BinarySearchTreeInterface
-
This is the method the user calls to find out if the BinarySearchTree is balanced.
- isEmpty() - Method in interface BinarySearchTreeInterface
-
Method to find out if the BinarySearchTree is empty
- isEmpty() - Method in class TreeElementIterator
-
This method is used to check if the iterator is empty.
- isLeapYear(int) - Static method in class Person
-
- iterator() - Method in interface BinarySearchTreeInterface
-
Creates and returns a TreeElementIterator