1.7

Table Of Contents
size
Integer that represents the number of elements in the new array.
newDoubleArray()
Function that returns a new double array.
newDoubleArray(size)
Returns a new Double array of the specified number of elements.
size
Integer that represents the number of elements in the new array.
newFloatArray()
Function that returns a new float array.
newFloatArray(size)
Returns a new Float array of the specified number of elements.
size
Integer that represents the number of elements in the new array.
newIntArray()
Function that returns a new array of Integers.
newIntArray(size)
Returns a new Integer 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.
Page 272