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

R

remove(int) - Method in class com.scottlogic.util.AutoFixingPatchWorkArray
Removes and returns the element at the given index in this list.
remove(int) - Method in class com.scottlogic.util.PatchWorkArray
Removes and returns the element at the given index in this PatchWorkArray.
remove(int) - Method in class com.scottlogic.util.SortedList
Removes and returns the element at the given index in this SortedList.
remove(Object) - Method in class com.scottlogic.util.SortedList
Removes the first element in the list with the given value, if such a node exists, otherwise does nothing.
remove(SortedList<T>.Node) - Method in class com.scottlogic.util.SortedList
Removes the given Node from this SortedList, re-balancing if required, adds to modCount too.
remove(Object) - Method in class com.scottlogic.util.UnsortedList
Removes the first element in the list with the given value, if such a node exists, otherwise does nothing.

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