Overview | Methods | This Package | All Packages
Removes the specified element from the list.
public int remove( DhElement e )
Parameters
e
The element to remove.
Return Value
Returns the index of the element that was removed, or returns -1 if the element was not found.
See Also removeAll