Object removeFromList(Object list, int index)
Object removeFromList(Object list, int index)
Name | Type | Description |
---|---|---|
list | java.util.List | The list from which the item at the position/index number will be removed. |
index | int | The position number from which the item will be removed. |
Type | Description |
---|---|
Object | the item that was removed. |