- getData() - Method in class edu.govschool.midterm.problem1.Node
-
Get the data stored in the Node
.
- getData() - Method in class edu.govschool.midterm.problem2.Node
-
Get the data stored in the Node
.
- getHead() - Method in class edu.govschool.midterm.problem1.LinkedList
-
Get the head of the LinkedList
.
- getLeft() - Method in class edu.govschool.midterm.problem2.Node
-
Get the left child of the Node
.
- getNext() - Method in class edu.govschool.midterm.problem1.Node
-
Get the following Node
.
- getRight() - Method in class edu.govschool.midterm.problem2.Node
-
Get the right child of the Node
.
- getRoot() - Method in class edu.govschool.midterm.problem2.Tree
-
Returns the root of the Tree
.
- getTail() - Method in class edu.govschool.midterm.problem1.LinkedList
-
Get the tail of the LinkedList
.