LinkedList.toArray

Reads the list into an array

class LinkedList(T)
T[]
toArray
()

Return Value

Type: T[]

the array formed from this list

Meta