newArray

open override fun newArray(size: Int): Array<TimestampData?>

Creates a new array of TimestampData instances.

Return

An array of TimestampData instances, with all entries initialized to null.

Parameters

size

The size of the array to create.