Int32Array constructor

Int32Array(
  1. int size
)

Implementation

Int32Array(int size) : super(size);