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

G

get(int) - Method in class com.scottlogic.util.PatchWorkArray
Obtains the element at the given index in this PatchWorkArray.
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.
getIndexInList() - Method in class com.scottlogic.util.UnsortedList.UnsortedNode
Gets the index of this node in the list, using the cached value if it is not stale and otherwise calculating it from the ancestor nodes and setting the cached value.
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.
getPerformanceHit() - Method in class com.scottlogic.util.PatchWorkArray
The performance hit caused by the Alterations to the backingList of this PatchWorkArray.
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