Object set ( Object list ,int index ,Object element )Object set ( Object list ,int index ,Object element )| Name | Type | Description |
|---|---|---|
list | Object | The list object |
index | int | Index of the element to replace |
element | Object | Element to be stored at the specified position |
| Type | Description |
|---|---|
Object | The element previously at the specified position |