Index
All Classes and Interfaces|All Packages|Constant Field Values
F 
- firstIndexOf(T) - Method in class cs2110.ArraySeq
-
Return the smallest index i such that `contents[i].equals(elem)`, or -1 if this sequence does not contain `elem`.
- firstNodeWith(T) - Method in class cs2110.DLinkedSeq
-
Return the first node `n` such that `n.data.equals(elem)`, or null if this sequence does not contain `elem`.
All Classes and Interfaces|All Packages|Constant Field Values