Int16Array constructor

Int16Array(
  1. int size
)

Implementation

Int16Array(int size) : super(size);