- CenterChild() - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeNode
-
Getter for center child.
- CenterChild(TwoThreeNode) - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeNode
-
Setter for center child.
- CenterKey() - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeNode
-
Getter for center key.
- CenterKey(NodeData) - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeNode
-
Setter for center key.
- compareKeys(NodeData) - Method in class edu.wmich.cs3310.a4.DataStructures.NodeData
-
Compares key of proper type between data.
- compareKeys(ThreeFourNode) - Method in class edu.wmich.cs3310.a4.DataStructures.ThreeFourNode
-
Compares key of proper type between nodes.
- compareKeys(TwoThreeNode) - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeNode
-
Compares key of proper type between nodes.
- ComputeDateDifference(Date, Date) - Method in class edu.wmich.cs3310.a4.ComputeTime
-
Determines the difference in milliseconds between two times.
- ComputeTime - Class in edu.wmich.cs3310.a4
-
Calculates differences between two times.
- ComputeTime() - Constructor for class edu.wmich.cs3310.a4.ComputeTime
-
Base constructor.
- ComputeTimeTests - Class in <Unnamed>
-
Tests for ComputeTime class.
- ComputeTimeTests() - Constructor for class ComputeTimeTests
-
- Controller - Class in edu.wmich.cs3310.a4
-
Controller of the program.
- Controller() - Constructor for class edu.wmich.cs3310.a4.Controller
-
- ConvertHexToDec(String) - Method in class edu.wmich.cs3310.a4.DataStructures.NodeData
-
Converts a hex value to a standard base10 decimal.
- ConvertHexToDec(String) - Method in class edu.wmich.cs3310.a4.DataStructures.ThreeFourNode
-
Converts a hex value to a standard base10 decimal.
- ConvertHexToDec(String) - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeNode
-
Converts a hex value to a standard base10 decimal.
- CountDirectChildren() - Method in class edu.wmich.cs3310.a4.DataStructures.ThreeFourNode
-
Counts number of direct children node has.
- CountDirectChildren() - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeNode
-
Counts number of direct children node has.
- CreateData(String, int, String, int) - Method in class edu.wmich.cs3310.a4.DataStructures.ThreeFourNode
-
Creates new ascii data object for node.
- CreateData(String, int, String, int) - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeNode
-
Creates new ascii data object for node.
- CreateNode() - Method in class edu.wmich.cs3310.a4.DataStructures.ThreeFourTree
-
Creates new empty node.
- CreateNode(String, int, String, int) - Method in class edu.wmich.cs3310.a4.DataStructures.ThreeFourTree
-
Creates a new node with data.
- CreateNode() - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeTree
-
Creates new empty node.
- CreateNode(String, int, String, int) - Method in class edu.wmich.cs3310.a4.DataStructures.TwoThreeTree
-
Creates a new node with data.