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

F Link icon

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`.
A C D E F G H I M N O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values