MCPcopy Index your code
hub / github.com/benfry/processing4 / toArray

Method toArray

core/src/processing/data/StringList.java:698–700  ·  view source on GitHub ↗

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 @webBrief Create a new array with a copy of all the values

()

Source from the content-addressed store, hash-verified

696 * @webBrief Create a new array with a copy of all the values
697 */
698 public String[] toArray() {
699 return toArray(null);
700 }
701
702
703 @Deprecated

Callers 5

arrayMethod · 0.95
listSupportedMethod · 0.95
listFilesMethod · 0.95
getOptionsMethod · 0.95
getMonoFontFamiliesMethod · 0.95

Calls 1

arraycopyMethod · 0.80

Tested by

no test coverage detected