| Modifier and Type | Method and Description |
|---|---|
BinarySearchTree<Person<java.lang.Integer>,java.lang.Integer> |
BinarySearchTreeDriverInterface.createBinarySearchTree(BinarySearchTreeDriverInterface.TestType testType,
java.util.Vector<Person<java.lang.Integer>> persons)
This method will create a new BinarySearchTree<Person<Integer>, Integer> for the specified
TestType.
|
java.util.Vector<Person<java.lang.Integer>> |
BinarySearchTreeDriverInterface.createPersons()
This method is used to obtain a Vector<Person<Integer>> with
131,071
Person<Integer> objects. |
| Modifier and Type | Method and Description |
|---|---|
BinarySearchTree<Person<java.lang.Integer>,java.lang.Integer> |
BinarySearchTreeDriverInterface.createBinarySearchTree(BinarySearchTreeDriverInterface.TestType testType,
java.util.Vector<Person<java.lang.Integer>> persons)
This method will create a new BinarySearchTree<Person<Integer>, Integer> for the specified
TestType.
|