- getColor() - Method in class redblacktreetesterproject.RedBlackNode
-
The getColor() method returns RED or BLACK.
- getData() - Method in class redblacktreetesterproject.RedBlackNode
-
The getData() method returns the data in the node.
- getFront() - Method in class redblacktreetesterproject.Queue
-
Method getFront returns the front of the queue without
removing it.
- getLc() - Method in class redblacktreetesterproject.RedBlackNode
-
The getLc() method returns the left child of the RedBlackNode.
- getP() - Method in class redblacktreetesterproject.RedBlackNode
-
The getP() method returns the parent of the RedBlackNode.
- getRc() - Method in class redblacktreetesterproject.RedBlackNode
-
The getRc() method returns the right child of the RedBlackNode.
- getRecentCompares() - Method in class redblacktreetesterproject.RedBlackTree
-
- getSize() - Method in class redblacktreetesterproject.RedBlackTree
-