Linear search down the list looking for element
param: element to look for
the cell containing element, or null if no such
See Implementation
Linear search down the list looking for element
param: element to look for