Class Int16Array
java.lang.Object
elemental2.core.ArrayBufferView
elemental2.core.TypedArray
elemental2.core.Int16Array
- All Implemented Interfaces:
JsIterable<Double>
,jsinterop.base.JsArrayLike<Double>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
static interface
Nested classes/interfaces inherited from class elemental2.core.TypedArray
TypedArray.EveryCallbackFn, TypedArray.FilterCallbackFn, TypedArray.FindCallbackFn, TypedArray.FindIndexCallbackFn, TypedArray.FindLastCallbackFn, TypedArray.FindLastIndexCallbackFn, TypedArray.ForEachCallbackFn, TypedArray.MapCallbackFn, TypedArray.ReduceCallbackFn<INIT,
RET>, TypedArray.ReduceRightCallbackFn<INIT, RET>, TypedArray.SetArrayUnionType, TypedArray.SomeCallbackFn, TypedArray.SortCompareFunctionFn -
Field Summary
FieldsFields inherited from class elemental2.core.TypedArray
length
Fields inherited from class elemental2.core.ArrayBufferView
buffer, byteLength, byteOffset
-
Constructor Summary
ConstructorsConstructorDescriptionInt16Array
(double[] length) Int16Array
(double[] length, int byteOffset) Int16Array
(double[] length, int byteOffset, int length0) Int16Array
(int length) Int16Array
(int length, int byteOffset) Int16Array
(int length, int byteOffset, int length0) Int16Array
(ArrayBuffer length) Int16Array
(ArrayBuffer length, int byteOffset) Int16Array
(ArrayBuffer length, int byteOffset, int length0) Int16Array
(ArrayBufferView length) Int16Array
(ArrayBufferView length, int byteOffset) Int16Array
(ArrayBufferView length, int byteOffset, int length0) Int16Array
(Int16Array.ConstructorLengthUnionType length, int byteOffset) Int16Array
(Int16Array.ConstructorLengthUnionType length, int byteOffset, int length0) Int16Array
(JsArray<Double> length) Int16Array
(JsArray<Double> length, int byteOffset) Int16Array
(JsArray<Double> length, int byteOffset, int length0) Int16Array
(SharedArrayBuffer length) Int16Array
(SharedArrayBuffer length, int byteOffset) Int16Array
(SharedArrayBuffer length, int byteOffset, int length0) -
Method Summary
Modifier and TypeMethodDescriptionstatic final Int16Array
from
(double[] source) static final Int16Array
from
(double[] source, Int16Array.FromMapFn mapFn) static final <S> Int16Array
from
(double[] source, Int16Array.FromMapFn mapFn, S thisArg) static Int16Array
from
(Int16Array.FromSourceUnionType source) static Int16Array
from
(Int16Array.FromSourceUnionType source, Int16Array.FromMapFn mapFn) static <S> Int16Array
from
(Int16Array.FromSourceUnionType source, Int16Array.FromMapFn mapFn, S thisArg) static final Int16Array
from
(JsIterable<Double> source) static final Int16Array
from
(JsIterable<Double> source, Int16Array.FromMapFn mapFn) static final <S> Int16Array
from
(JsIterable<Double> source, Int16Array.FromMapFn mapFn, S thisArg) static final Int16Array
static final Int16Array
from
(String source, Int16Array.FromMapFn mapFn) static final <S> Int16Array
from
(String source, Int16Array.FromMapFn mapFn, S thisArg) static final Int16Array
static final Int16Array
from
(jsinterop.base.JsArrayLike<Double> source, Int16Array.FromMapFn mapFn) static final <S> Int16Array
from
(jsinterop.base.JsArrayLike<Double> source, Int16Array.FromMapFn mapFn, S thisArg) static Int16Array
of
(double... var_args) Methods inherited from class elemental2.core.TypedArray
at, copyWithin, copyWithin, entries, every, every, fill, fill, fill, filter, filter, find, find, findIndex, findIndex, findLast, findLast, findLastIndex, findLastIndex, forEach, forEach, includes, includes, indexOf, indexOf, join, join, keys, lastIndexOf, lastIndexOf, map, map, reduce, reduce, reduceRight, reduceRight, reverse, set, set, set, set, set, set, set, set, slice, slice, slice, some, some, sort, sort, subarray, subarray, toLocaleString, toString_, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jsinterop.base.JsArrayLike
asList, delete, getAt, getAtAsAny, getLength, setAt, setLength
-
Field Details
-
BYTES_PER_ELEMENT
@JsOverlay public static final int BYTES_PER_ELEMENT
-
-
Constructor Details
-
Int16Array
-
Int16Array
-
Int16Array
-
Int16Array
-
Int16Array
-
Int16Array
-
Int16Array
-
Int16Array
-
Int16Array
-
Int16Array
-
Int16Array
-
Int16Array
-
Int16Array
public Int16Array(double[] length, int byteOffset, int length0) -
Int16Array
public Int16Array(double[] length, int byteOffset) -
Int16Array
public Int16Array(double[] length) -
Int16Array
public Int16Array(int length, int byteOffset, int length0) -
Int16Array
public Int16Array(int length, int byteOffset) -
Int16Array
public Int16Array(int length)
-
-
Method Details
-
from
public static <S> Int16Array from(Int16Array.FromSourceUnionType source, Int16Array.FromMapFn mapFn, S thisArg) -
from
-
from
-
from
@JsOverlay public static final <S> Int16Array from(jsinterop.base.JsArrayLike<Double> source, Int16Array.FromMapFn mapFn, S thisArg) -
from
@JsOverlay public static final Int16Array from(jsinterop.base.JsArrayLike<Double> source, Int16Array.FromMapFn mapFn) -
from
-
from
@JsOverlay public static final <S> Int16Array from(JsIterable<Double> source, Int16Array.FromMapFn mapFn, S thisArg) -
from
@JsOverlay public static final Int16Array from(JsIterable<Double> source, Int16Array.FromMapFn mapFn) -
from
-
from
@JsOverlay public static final <S> Int16Array from(String source, Int16Array.FromMapFn mapFn, S thisArg) -
from
-
from
-
from
@JsOverlay public static final <S> Int16Array from(double[] source, Int16Array.FromMapFn mapFn, S thisArg) -
from
-
from
-
of
-