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

S

set(int, T) - Method in class com.scottlogic.util.UnsortedList
Replaces the element at the specified position in this list with the specified element.
size() - Method in class com.scottlogic.util.PatchWorkArray
Returns the number of elements in this PatchWorkArray.
size() - Method in class com.scottlogic.util.SortedList
Returns the number of elements in this SortedList.
sizeOfSubTree() - Method in class com.scottlogic.util.SortedList.Node
Returns, the number of children of this Node plus one.
smallestNodeInSubTree() - Method in class com.scottlogic.util.SortedList.Node
Finds and returns the smallest node in the tree rooted at this node.
SortedList<T> - Class in com.scottlogic.util
SortedList is an implementation of a List, backed by an AVL tree.
SortedList(Comparator<? super T>) - Constructor for class com.scottlogic.util.SortedList
Constructs a new, empty SortedList which sorts the elements according to the given Comparator.
SortedList.Node - Class in com.scottlogic.util
Inner class used to represent positions in the tree.
SortedList.Node(T) - Constructor for class com.scottlogic.util.SortedList.Node
Constructs a new Node which initially just stores the given value.
successor() - Method in class com.scottlogic.util.SortedList.Node
Gets the next biggest node in the tree, which is null if this is the largest valued node.

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