- getBalanceFactor() - Method in class BSTNode
-
Get this node's balance factor.
- getBuildMean() - Method in class Stats
-
Return the average(mean) time of building (filling structure with data)
- getContainsSearchMean() - Method in class Stats
-
Return the average(mean) time of contains search
- getHeight() - Method in class BSTNode
-
Get this node's height.
- getKey() - Method in class BSTNode
-
Get this node's key.
- getLeftChild() - Method in class BSTNode
-
Get this node's left child.
- getMean(List<Double>) - Static method in class Stats
-
Calculate the average time for the operation based on the list
of time entries for that operation.
- getRangeSearchMean() - Method in class Stats
-
Return the average(mean) time of range search
- getRightChild() - Method in class BSTNode
-
Get this node's right child.