Index
All Classes and Interfaces|All Packages|Constant Field Values
T 
- tail - Variable in class cs2110.DLinkedSeq
-
Last node of the doubly-linked sequence (null for empty sequence).
- toString() - Method in class cs2110.ArraySeq
- toString() - Method in class cs2110.DLinkedSeq
-
Return a text representation of this sequence with the following format: the string starts with '[' and ends with ']'.
- transpose(Seq<Seq<T>>) - Static method in class cs2110.Gradebook
-
Return a new table that is the transpose of the original table.
All Classes and Interfaces|All Packages|Constant Field Values