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

C

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.
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