public class Uint16Array extends TypedArray
Modifier and Type | Class and Description |
---|---|
static interface |
Uint16Array.ConstructorLengthUnionType |
static interface |
Uint16Array.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 |
---|
Uint16Array(ArrayBuffer length) |
Uint16Array(ArrayBuffer length,
int byteOffset) |
Uint16Array(ArrayBuffer length,
int byteOffset,
int length0) |
Uint16Array(ArrayBufferView length) |
Uint16Array(ArrayBufferView length,
int byteOffset) |
Uint16Array(ArrayBufferView length,
int byteOffset,
int length0) |
Uint16Array(int length) |
Uint16Array(int[] length) |
Uint16Array(int[] length,
int byteOffset) |
Uint16Array(int[] length,
int byteOffset,
int length0) |
Uint16Array(int length,
int byteOffset) |
Uint16Array(int length,
int byteOffset,
int length0) |
Uint16Array(SharedArrayBuffer length) |
Uint16Array(SharedArrayBuffer length,
int byteOffset) |
Uint16Array(SharedArrayBuffer length,
int byteOffset,
int length0) |
Uint16Array(Uint16Array.ConstructorLengthUnionType length) |
Uint16Array(Uint16Array.ConstructorLengthUnionType length,
int byteOffset) |
Uint16Array(Uint16Array.ConstructorLengthUnionType length,
int byteOffset,
int length0) |
Modifier and Type | Method and Description |
---|---|
static Uint16Array |
from(double[] source) |
static Uint16Array |
from(double[] source,
Uint16Array.FromMapFn mapFn) |
static <S> Uint16Array |
from(double[] source,
Uint16Array.FromMapFn mapFn,
S this_) |
static Uint16Array |
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 Uint16Array(ArrayBuffer length, int byteOffset, int length0)
public Uint16Array(ArrayBuffer length, int byteOffset)
public Uint16Array(ArrayBuffer length)
public Uint16Array(ArrayBufferView length, int byteOffset, int length0)
public Uint16Array(ArrayBufferView length, int byteOffset)
public Uint16Array(ArrayBufferView length)
public Uint16Array(Uint16Array.ConstructorLengthUnionType length, int byteOffset, int length0)
public Uint16Array(Uint16Array.ConstructorLengthUnionType length, int byteOffset)
public Uint16Array(Uint16Array.ConstructorLengthUnionType length)
public Uint16Array(SharedArrayBuffer length, int byteOffset, int length0)
public Uint16Array(SharedArrayBuffer length, int byteOffset)
public Uint16Array(SharedArrayBuffer length)
public Uint16Array(int length, int byteOffset, int length0)
public Uint16Array(int[] length, int byteOffset, int length0)
public Uint16Array(int length, int byteOffset)
public Uint16Array(int[] length, int byteOffset)
public Uint16Array(int length)
public Uint16Array(int[] length)
public static <S> Uint16Array from(double[] source, Uint16Array.FromMapFn mapFn, S this_)
public static Uint16Array from(double[] source, Uint16Array.FromMapFn mapFn)
public static Uint16Array from(double[] source)
public static Uint16Array of(double... var_args)