I am working with this bit of code for this question:


public boolean remove (T element)
// Removes an element e from this list such that e.equals(element)
// and returns true; if no such...