public class Uint16Array extends TypedArray
Modifier and Type | Class and Description |
---|---|
static interface |
Uint16Array.ConstructorLengthUnionType |
static interface |
Uint16Array.FromMapCallbackFn |
TypedArray.EveryCallbackFn, TypedArray.FilterCallbackFn, TypedArray.FindCallbackFn, TypedArray.FindIndexCallbackFn, TypedArray.ForEachCallbackFn, TypedArray.MapCallbackFn, TypedArray.ReduceCallbackFn<RET,INIT>, TypedArray.ReduceRightCallbackFn<RET,INIT>, TypedArray.SetArrayUnionType, TypedArray.SomeCallbackFn, TypedArray.SortCompareFunctionCallbackFn
Modifier and Type | Field and Description |
---|---|
static double |
BYTES_PER_ELEMENT |
length
buffer, byteLength, byteOffset
Constructor and Description |
---|
Uint16Array(ArrayBuffer length) |
Uint16Array(ArrayBuffer length,
double byteOffset) |
Uint16Array(ArrayBuffer length,
double byteOffset,
double length0) |
Uint16Array(ArrayBufferView length) |
Uint16Array(ArrayBufferView length,
double byteOffset) |
Uint16Array(ArrayBufferView length,
double byteOffset,
double length0) |
Uint16Array(double length) |
Uint16Array(double[] length) |
Uint16Array(double[] length,
double byteOffset) |
Uint16Array(double[] length,
double byteOffset,
double length0) |
Uint16Array(double length,
double byteOffset) |
Uint16Array(double length,
double byteOffset,
double length0) |
Uint16Array(Uint16Array.ConstructorLengthUnionType length) |
Uint16Array(Uint16Array.ConstructorLengthUnionType length,
double byteOffset) |
Uint16Array(Uint16Array.ConstructorLengthUnionType length,
double byteOffset,
double length0) |
Modifier and Type | Method and Description |
---|---|
static Uint16Array |
from(double[] source) |
static Uint16Array |
from(double[] source,
Uint16Array.FromMapCallbackFn mapFn) |
static <S> Uint16Array |
from(double[] source,
Uint16Array.FromMapCallbackFn 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, double byteOffset, double length0)
public Uint16Array(ArrayBuffer length, double byteOffset)
public Uint16Array(ArrayBuffer length)
public Uint16Array(ArrayBufferView length, double byteOffset, double length0)
public Uint16Array(ArrayBufferView length, double byteOffset)
public Uint16Array(ArrayBufferView length)
public Uint16Array(Uint16Array.ConstructorLengthUnionType length, double byteOffset, double length0)
public Uint16Array(Uint16Array.ConstructorLengthUnionType length, double byteOffset)
public Uint16Array(Uint16Array.ConstructorLengthUnionType length)
public Uint16Array(double length, double byteOffset, double length0)
public Uint16Array(double[] length, double byteOffset, double length0)
public Uint16Array(double length, double byteOffset)
public Uint16Array(double[] length, double byteOffset)
public Uint16Array(double length)
public Uint16Array(double[] length)
public static <S> Uint16Array from(double[] source, Uint16Array.FromMapCallbackFn mapFn, S this_)
public static Uint16Array from(double[] source, Uint16Array.FromMapCallbackFn mapFn)
public static Uint16Array from(double[] source)
public static Uint16Array of(double... var_args)