Removes the specified element from the list.
public int remove( DhElement e )
e
The element to remove.
Returns the index of the element that was removed, or returns -1 if the element was not found.
See Also removeAll