newLongArray()
Function that returns a new long array.
newLongArray(size)
Returns a new Long array of the specified number of elements.
size
Integer that represents the number of elements in the new array.
|
newLongArray()Function that returns a new long array. newLongArray(size)Returns a new Long array of the specified number of elements. size Integer that represents the number of elements in the new array. |
|