Package java.util
Interface Set

Public Method toArray

abstract Object[] toArray()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns an array containing all of the elements in this set whose runtime type is that of the specified array. Obeys the general contract of the Collection.toArray(Object[]) method.