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