- SearchTrees() - Method in class edu.wmich.cs3310.a4.Controller
-
Searches through all trees for user input as key.
- SetChildKeys(ThreeFourNode) - Method in class edu.wmich.cs3310.a4.DataStructures.ThreeFourTree
-
Appropriately sets keys for node.
- SetChildKeys(TwoThreeNode) - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeTree
-
Appropriately sets keys for node.
- SetOrdering(ThreeFourNode) - Method in class edu.wmich.cs3310.a4.DataStructures.ThreeFourTree
-
Ensures that child nodes are in proper ordering.
- SetOrdering(TwoThreeNode) - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeTree
-
Ensures that child nodes are in proper ordering.
- SetOrderingOfParent(ThreeFourNode) - Method in class edu.wmich.cs3310.a4.DataStructures.ThreeFourTree
-
Compares parent's smallest value with the largest value of parent's previous sibling (if exists).
- SetOrderingOfParent(TwoThreeNode) - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeTree
-
Compares parent's smallest value with the largest value of parent's previous sibling (if exists).
- SetUp() - Method in class ComputeTimeTests
-
- Setup() - Method in class TwoThreeNodeTests
-
- SetUp() - Method in class TwoThreeTreeTests
-