Class NativeUint32Array

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

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