Method
toArray
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 floatlist:method @webBrief Create a new array with a copy of all the values
()
Source from the content-addressed store, hash-verified
| 784 | * @webBrief Create a new array with a copy of all the values |
| 785 | */ |
| 786 | public float[] toArray() { |
| 787 | return toArray(null); |
| 788 | } |
| 789 | |
| 790 | |
| 791 | @Deprecated |
Tested by
no test coverage detected