Class NativeUint16Array

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

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

    • NativeUint16Array

      public NativeUint16Array()
    • NativeUint16Array

      public NativeUint16Array(NativeArrayBuffer ab, int off, int len)
    • NativeUint16Array

      public NativeUint16Array(int len)
  • Method Details