Index
All Classes and Interfaces|All Packages|Constant Field Values
A 
- addSummaryColumns(Seq<Seq<String>>) - Static method in class cs2110.Gradebook
-
Append "mean" and "standard deviation" columns to the end of the table `table`.
- addSummaryRows(Seq<Seq<String>>) - Static method in class cs2110.Gradebook
-
Append "mean" and "standard deviation" rows to the bottom of the table `table`.
- append(T) - Method in class cs2110.ArraySeq
- append(T) - Method in class cs2110.DLinkedSeq
- append(T) - Method in interface cs2110.Seq
-
Add element `elem` to the end of this list.
- ArraySeq<T> - Class in cs2110
-
A sequence of non-null elements of type `T` implemented using a dynamically resized array.
- ArraySeq() - Constructor for class cs2110.ArraySeq
-
Create an empty list.
- ArraySeq.ArraySeqIterator - Class in cs2110
-
A private inner class that acts as an iterator over an ArraySeq.
- ArraySeqIterator() - Constructor for class cs2110.ArraySeq.ArraySeqIterator
- assertInv() - Method in class cs2110.DLinkedSeq
-
Assert that this object satisfies its class invariants.
All Classes and Interfaces|All Packages|Constant Field Values