Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
DhCell.remove
Removes an element from this cell.
Syntax
public int remove( DhElement e )
Parameters
e
The DHElement element to remove.
Return Value
Returns true if the element was removed successfully; otherwise, returns false.
See Also add