Class NativeInt32Array

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

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