Create a new array with a copy of all the values. @return an array sized by the length of the list with each of the values. @webref intlist:method @brief Create a new array with a copy of all the values
()
| 773 | * @brief Create a new array with a copy of all the values |
| 774 | */ |
| 775 | public int[] array() { |
| 776 | return array(null); |
| 777 | } |
| 778 | |
| 779 | |
| 780 | /** |
no test coverage detected