Package java.util
Interface List

Public Method toArray

abstract Object[] toArray()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns an array containing all of the elements in this list in a proper sequence. Obeys the general contract of the Collection.toArray method.