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

A

add(T) - Method in class com.scottlogic.util.PatchWorkArray
Adds the given object to the end of this PatchWorkArray.
add(int, T) - Method in class com.scottlogic.util.PatchWorkArray
Inserts the specified element at the specified position in this list.
add(T) - Method in class com.scottlogic.util.SortedList
Inserts the given object into this {code SortedList} at the appropriate location, so as to ensure that the elements in the list are kept in the order specified by the given Comparator.
add(SortedList<T>.Node) - Method in class com.scottlogic.util.SortedList
Add the given Node to this SortedList.
add(int, T) - Method in class com.scottlogic.util.UnsortedList
Inserts the specified element at the specified position in this list.
add(T) - Method in class com.scottlogic.util.UnsortedList
Adds the given object to the end of this UnsortedList, which can be null.
addToHead(T) - Method in class com.scottlogic.util.UnsortedList
Adds the given element to the head of this list.

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