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

C

clear() - Method in class com.scottlogic.util.PatchWorkArray
Removes all elements and alterations from this PatchWorkArray.
clear() - Method in class com.scottlogic.util.SortedList
Removes all elements from the list, leaving it empty.
com.scottlogic.util - package com.scottlogic.util
 
compareTo(SortedList<T>.Node) - Method in class com.scottlogic.util.SortedList.Node
Compares the value stored at this node with the value at the given node using the comparator, if these values are equal it compares the nodes on their IDs; older nodes considered to be smaller.
compareTo(SortedList<T>.Node) - Method in class com.scottlogic.util.UnsortedList.UnsortedNode
Compares this node with the given node - which must be an UnsortedNode instance in the same UnsortedList.
contains(Object) - Method in class com.scottlogic.util.SortedList
Returns whether or not the given object is present in this SortedList.
contains(Object) - Method in class com.scottlogic.util.UnsortedList
Returns whether or not the given object whether or not the given object is present in this UnsortedList.

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