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