public class Uint32Array extends TypedArray
Modifier and Type | Class and Description |
---|---|
static interface |
Uint32Array.ConstructorLengthUnionType |
static interface |
Uint32Array.FromMapFn |
TypedArray.EveryCallbackFn, TypedArray.FilterCallbackFn, TypedArray.FindCallbackFn, TypedArray.FindIndexCallbackFn, TypedArray.ForEachCallbackFn, TypedArray.MapCallbackFn, TypedArray.ReduceCallbackFn<INIT,RET>, TypedArray.ReduceRightCallbackFn<INIT,RET>, TypedArray.SetArrayUnionType, TypedArray.SomeCallbackFn, TypedArray.SortCompareFunctionFn
Modifier and Type | Field and Description |
---|---|
static double |
BYTES_PER_ELEMENT |
length
buffer, byteLength, byteOffset
Constructor and Description |
---|
Uint32Array(ArrayBuffer length) |
Uint32Array(ArrayBuffer length,
int byteOffset) |
Uint32Array(ArrayBuffer length,
int byteOffset,
int length0) |
Uint32Array(ArrayBufferView length) |
Uint32Array(ArrayBufferView length,
int byteOffset) |
Uint32Array(ArrayBufferView length,
int byteOffset,
int length0) |
Uint32Array(int length) |
Uint32Array(int[] length) |
Uint32Array(int[] length,
int byteOffset) |
Uint32Array(int[] length,
int byteOffset,
int length0) |
Uint32Array(int length,
int byteOffset) |
Uint32Array(int length,
int byteOffset,
int length0) |
Uint32Array(SharedArrayBuffer length) |
Uint32Array(SharedArrayBuffer length,
int byteOffset) |
Uint32Array(SharedArrayBuffer length,
int byteOffset,
int length0) |
Uint32Array(Uint32Array.ConstructorLengthUnionType length) |
Uint32Array(Uint32Array.ConstructorLengthUnionType length,
int byteOffset) |
Uint32Array(Uint32Array.ConstructorLengthUnionType length,
int byteOffset,
int length0) |
Modifier and Type | Method and Description |
---|---|
static Uint32Array |
from(double[] source) |
static Uint32Array |
from(double[] source,
Uint32Array.FromMapFn mapFn) |
static <S> Uint32Array |
from(double[] source,
Uint32Array.FromMapFn mapFn,
S this_) |
static Uint32Array |
of(double... var_args) |
copyWithin, copyWithin, entries, every, every, fill, fill, fill, filter, filter, find, find, findIndex, findIndex, forEach, forEach, includes, includes, indexOf, indexOf, join, join, keys, lastIndexOf, lastIndexOf, map, map, reduce, reduce, reduceRight, reduceRight, reverse, set, set, set, set, set, set, slice, slice, slice, some, some, sort, sort, subarray, subarray, toLocaleString, toString_, values
public Uint32Array(ArrayBuffer length, int byteOffset, int length0)
public Uint32Array(ArrayBuffer length, int byteOffset)
public Uint32Array(ArrayBuffer length)
public Uint32Array(ArrayBufferView length, int byteOffset, int length0)
public Uint32Array(ArrayBufferView length, int byteOffset)
public Uint32Array(ArrayBufferView length)
public Uint32Array(Uint32Array.ConstructorLengthUnionType length, int byteOffset, int length0)
public Uint32Array(Uint32Array.ConstructorLengthUnionType length, int byteOffset)
public Uint32Array(Uint32Array.ConstructorLengthUnionType length)
public Uint32Array(SharedArrayBuffer length, int byteOffset, int length0)
public Uint32Array(SharedArrayBuffer length, int byteOffset)
public Uint32Array(SharedArrayBuffer length)
public Uint32Array(int length, int byteOffset, int length0)
public Uint32Array(int[] length, int byteOffset, int length0)
public Uint32Array(int length, int byteOffset)
public Uint32Array(int[] length, int byteOffset)
public Uint32Array(int length)
public Uint32Array(int[] length)
public static <S> Uint32Array from(double[] source, Uint32Array.FromMapFn mapFn, S this_)
public static Uint32Array from(double[] source, Uint32Array.FromMapFn mapFn)
public static Uint32Array from(double[] source)
public static Uint32Array of(double... var_args)