Search
BaseList(E).add Method (E)
See Also
 






Adds the specified element to the list.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public boolean add (
    E e
)

 Parameters

e

An element to be added to the list.

 Return Value

This method always returns true.

 See Also