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

I

id - Variable in class com.scottlogic.util.SortedList.Node
The unique id of this node: auto generated from the containing tree, the newer the node the higher this value.
isEmpty() - Method in class com.scottlogic.util.SortedList
Returns whether or not the list contains any elements.
isFixRequired() - Method in class com.scottlogic.util.AutoFixingPatchWorkArray
Determines if this list needs to be fixed or not.
isLeaf() - Method in class com.scottlogic.util.SortedList.Node
Returns whether or not this Node is a leaf; this is true in the case that both its left and right children are set to null.
isLeftChildOfParent() - Method in class com.scottlogic.util.SortedList.Node
Returns whether or not this not is the left child of its parent node; if this is the root node, then false is returned.
isRightChildOfParent() - Method in class com.scottlogic.util.SortedList.Node
Returns whether or not this not is the right child of its parent node; if this is the root node, then false is returned.
iterator() - Method in class com.scottlogic.util.PatchWorkArray
Returns an iterator which allows the list to be iterated over in O(a + n), where a is the number of alterations and n is the number of elements in this PatchWorkArray.
iterator() - Method in class com.scottlogic.util.SortedList
Provides an Iterator which provides the elements of this SortedList in the order determined by the given Comparator.

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