DroidDiagram Programmer's Guide
BaseList(E) Constructor (Collection<E>)
See Also
 






Initializes a new instance of the BaseList class.

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

 Syntax

Java  Copy Code

protected BaseList (
    Collection<E> c
)

 Parameters

c

The collection whose elements to copy.

 See Also

BaseList(E) Constructor Overload List
BaseList<E> Class
com.mindfusion.diagramming Namespace