Overview | Methods | This Package | All Packages
Removes an element from this container.
Syntax
public int remove( DhElement element )
Parameters
element
The element to remove.
Exceptions
WFCInvalidArgumentException thrown if element is not a child of this container.
Return Value
Returns the original ordinal position of the removed element.
See Also add