Interface Int32Array

All Superinterfaces:
ArrayBufferView
All Known Implementing Classes:
Int32ArrayImpl, Int32ArrayNative

public interface Int32Array extends ArrayBufferView
A view representing an ArrayBuffer as 32-bit signed integers. Storing out-of-range values are mapped to valid values by taking the bottom 32 bits of the value.
invalid @link
{@link "http://www.khronos.org/registry/typedarray/specs/latest/#7"
}