Valdosta State University

The remove method first finds the position (line 8) where the item to be removed exists or a location that is null in the case where the item was not found. If the item in currentPos is null, e.g. the item was not found, then isActive will be false (line 9) and the remove method will immediately return (line 10). ................
................