Index

A C D E F G H I M N O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values

R Link icon

remove() - Method in class cs2110.DLinkedSeq.DLinkedSeqIterator
Removes from the underlying collection the last element returned by this iterator.
remove(T) - Method in class cs2110.ArraySeq
 
remove(T) - Method in class cs2110.DLinkedSeq
 
remove(T) - Method in interface cs2110.Seq
Remove the first occurrence of element `elem` (if any) from this list.
resizeIfNeeded() - Method in class cs2110.ArraySeq
If our backing storage is full, replace it with an array that is twice as large while preserving its contents.
roundEntries(Seq<Seq<String>>, int) - Static method in class cs2110.Gradebook
Rounds all numerical data within `table` to the specified number of decimal places.
A C D E F G H I M N O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values