Class NativeInt16Array

All Implemented Interfaces:
Serializable, Iterable<Short>, Collection<Short>, List<Short>, RandomAccess, SequencedCollection<Short>, ConstProperties, DebuggableObject, ExternalArrayData, Scriptable, SymbolScriptable

public class NativeInt16Array extends NativeTypedArrayView<Short>
An array view that stores 16-bit quantities and implements the JavaScript "Int16Array" interface. It also implements List<Short> for direct manipulation in Java.
See Also: