A C F G H I L N P R S T U

G

get(int) - Method in class com.scottlogic.util.SortedList
Returns the element at the given index in this SortedList.
getGrandParent() - Method in class com.scottlogic.util.SortedList.Node
Returns the grand parent Node of this Node, which may be null.
getLeftChild() - Method in class com.scottlogic.util.SortedList.Node
Returns the left child of this Node, which may be null.
getParent() - Method in class com.scottlogic.util.SortedList.Node
Returns the parent Node of this node, which will be null in the case that this is the root Node.
getRightChild() - Method in class com.scottlogic.util.SortedList.Node
Returns the right child of this Node, which may be be null.
getRoot() - Method in class com.scottlogic.util.SortedList
Returns the root node of this SortedList, which is null in the case that this list is empty.
getValue() - Method in class com.scottlogic.util.SortedList.Node
Returns the value stored at this Node.

A C F G H I L N P R S T U