Uint16Array constructor

Uint16Array(
  1. int size
)

Implementation

Uint16Array(int size) : super(size);