Object[] listToArray(Object list)Object[] listToArray(Object list)| Name | Type | Description |
|---|---|---|
list | java.util.List | The list whose elements are to be copied (references only) to a new java.lang.Object array. |
| Type | Description |
|---|---|
Object[] | The elements of the list in a new array. |