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