Create a new array and copy each of the values into it. @webref stringdict:method @brief Create a new array and copy each of the values into it
()
| 342 | * @brief Create a new array and copy each of the values into it |
| 343 | */ |
| 344 | public String[] valueArray() { |
| 345 | crop(); |
| 346 | return valueArray(null); |
| 347 | } |
| 348 | |
| 349 | |
| 350 | /** |