Search
BaseList(E).add Method
See Also
 






Inserts the specified element at the specified position within the list.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public void add (
    int index,
    E e
)

 Parameters

index

The zero-based index at which the element must be inserted.

e

An element to be added to the list.

 See Also