Class NativeInt32Array

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

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

    • NativeInt32Array

      public NativeInt32Array()
    • NativeInt32Array

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

      public NativeInt32Array(int len)
  • Method Details