Class NativeUint16Array

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

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