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

S Link icon

Seq<T> - Interface in cs2110
A mutable, ordered sequence of elements of type `T` with unbounded capacity.
size - Variable in class cs2110.ArraySeq
Number of elements in the sequence.
size - Variable in class cs2110.DLinkedSeq
Number of elements in the sequence.
size() - Method in class cs2110.ArraySeq
 
size() - Method in class cs2110.DLinkedSeq
 
size() - Method in interface cs2110.Seq
Return the number of elements in this list.
stdDev(Seq<String>) - Static method in class cs2110.Gradebook
Return the standard deviation of the numerical entries of `seq`.
A C D E F G H I M N O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values