Uint32Array constructor

Uint32Array(
  1. int size
)

Implementation

Uint32Array(int size) : super(size);