- TailNode() - Method in class edu.wmich.cs3310.a3.DataStructures.LinkedLists.LinkedQueue
-
Getter for queue tail node.
- TestDayDifference() - Method in class ComputeTimeTests
-
- TestEqualDate() - Method in class ComputeTimeTests
-
- TestHeapSorting() - Method in class MinHeapTests
-
- TestHourDifference() - Method in class ComputeTimeTests
-
- TestInsert() - Method in class MinHeapTests
-
- TestMillisecondDifference() - Method in class ComputeTimeTests
-
- TestMinuteDifference() - Method in class ComputeTimeTests
-
- TestSecondDifference() - Method in class ComputeTimeTests
-
- TreeNode() - Method in class edu.wmich.cs3310.a3.DataStructures.LinkedLists.LinkedNode
-
Getter for tree node..
- TreeNode(TreeNode) - Method in class edu.wmich.cs3310.a3.DataStructures.LinkedLists.LinkedNode
-
Setter for node char.
- TreeNode - Interface in edu.wmich.cs3310.a3.DataStructures
-
Basic interface for a tree node.
- TreeRoot() - Method in class edu.wmich.cs3310.a3.DataStructures.ExplicitTrees.BasicTree
-
Getter for tree root node.
- TreeRoot(ExplicitTreeNode) - Method in class edu.wmich.cs3310.a3.DataStructures.ExplicitTrees.BasicTree
-
Setter for tree root node.
- TreeRoot() - Method in class edu.wmich.cs3310.a3.DataStructures.ImplicitTrees.ArrayBasedTree
-
Getter for tree root node.
- TreeRoot(ImplicitTreeNode) - Method in class edu.wmich.cs3310.a3.DataStructures.ImplicitTrees.ArrayBasedTree
-
Setter for tree root node.