void add ( Object collection ,int index ,Object element)
void add ( Object collection ,int index ,Object element)
Name | Type | Description |
---|---|---|
collection | Object | The Collection object |
index | int | Index at which the specified element is to be inserted |
element | Object | Element to be inserted |
Type | Description |
---|---|
void |