DroidDiagram Programmer's Guide
BaseList(E).remove Method (Object)
See Also
 






Removes the specified element from this list.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean remove (
    Object element
)

 Parameters

element

The element to remove.

 Return Value

true if element was removed, or false otherwise.

 See Also

remove Method Overload List
BaseList(E) Members
BaseList<E> Class
com.mindfusion.diagramming Namespace