Search
BaseList(E).set Method
See Also
 

Sets the element at the specified position in this list.

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

 Syntax

Java  Copy Code

public E set (
    int index,
    E element
)

 Parameters

index

Index of the element to replace.

element

Element to be stored at the specified position.

 Return Value

The element previously at the specified position.

 See Also