Create a new array and copy each of the values into it. @webref intdict:method @brief Create a new array and copy each of the values into it
()
| 322 | * @brief Create a new array and copy each of the values into it |
| 323 | */ |
| 324 | public int[] valueArray() { |
| 325 | crop(); |
| 326 | return valueArray(null); |
| 327 | } |
| 328 | |
| 329 | |
| 330 | /** |