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 stringlist:method @brief Create a new array with a copy of all the values
()
| 683 | * @brief Create a new array with a copy of all the values |
| 684 | */ |
| 685 | public String[] array() { |
| 686 | return array(null); |
| 687 | } |
| 688 | |
| 689 | |
| 690 | /** |
no test coverage detected