Class Int32Array
java.lang.Object
elemental2.core.ArrayBufferView
elemental2.core.TypedArray
elemental2.core.Int32Array
- 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.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
ConstructorsConstructorDescriptionInt32Array
(double[] length) Int32Array
(double[] length, int byteOffset) Int32Array
(double[] length, int byteOffset, int length0) Int32Array
(int length) Int32Array
(int length, int byteOffset) Int32Array
(int length, int byteOffset, int length0) Int32Array
(ArrayBuffer length) Int32Array
(ArrayBuffer length, int byteOffset) Int32Array
(ArrayBuffer length, int byteOffset, int length0) Int32Array
(ArrayBufferView length) Int32Array
(ArrayBufferView length, int byteOffset) Int32Array
(ArrayBufferView length, int byteOffset, int length0) Int32Array
(Int32Array.ConstructorLengthUnionType length, int byteOffset) Int32Array
(Int32Array.ConstructorLengthUnionType length, int byteOffset, int length0) Int32Array
(JsArray<Double> length) Int32Array
(JsArray<Double> length, int byteOffset) Int32Array
(JsArray<Double> length, int byteOffset, int length0) Int32Array
(SharedArrayBuffer length) Int32Array
(SharedArrayBuffer length, int byteOffset) Int32Array
(SharedArrayBuffer length, int byteOffset, int length0) -
Method Summary
Modifier and TypeMethodDescriptionstatic final Int32Array
from
(double[] source) static final Int32Array
from
(double[] source, Int32Array.FromMapFn mapFn) static final <S> Int32Array
from
(double[] source, Int32Array.FromMapFn mapFn, S thisArg) static Int32Array
from
(Int32Array.FromSourceUnionType source) static Int32Array
from
(Int32Array.FromSourceUnionType source, Int32Array.FromMapFn mapFn) static <S> Int32Array
from
(Int32Array.FromSourceUnionType source, Int32Array.FromMapFn mapFn, S thisArg) static final Int32Array
from
(JsIterable<Double> source) static final Int32Array
from
(JsIterable<Double> source, Int32Array.FromMapFn mapFn) static final <S> Int32Array
from
(JsIterable<Double> source, Int32Array.FromMapFn mapFn, S thisArg) static final Int32Array
static final Int32Array
from
(String source, Int32Array.FromMapFn mapFn) static final <S> Int32Array
from
(String source, Int32Array.FromMapFn mapFn, S thisArg) static final Int32Array
static final Int32Array
from
(jsinterop.base.JsArrayLike<Double> source, Int32Array.FromMapFn mapFn) static final <S> Int32Array
from
(jsinterop.base.JsArrayLike<Double> source, Int32Array.FromMapFn mapFn, S thisArg) static Int32Array
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, 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
-
Int32Array
-
Int32Array
-
Int32Array
-
Int32Array
-
Int32Array
-
Int32Array
-
Int32Array
-
Int32Array
-
Int32Array
-
Int32Array
-
Int32Array
-
Int32Array
-
Int32Array
public Int32Array(double[] length, int byteOffset, int length0) -
Int32Array
public Int32Array(double[] length, int byteOffset) -
Int32Array
public Int32Array(double[] length) -
Int32Array
public Int32Array(int length, int byteOffset, int length0) -
Int32Array
public Int32Array(int length, int byteOffset) -
Int32Array
public Int32Array(int length)
-
-
Method Details
-
from
public static <S> Int32Array from(Int32Array.FromSourceUnionType source, Int32Array.FromMapFn mapFn, S thisArg) -
from
-
from
-
from
@JsOverlay public static final <S> Int32Array from(jsinterop.base.JsArrayLike<Double> source, Int32Array.FromMapFn mapFn, S thisArg) -
from
@JsOverlay public static final Int32Array from(jsinterop.base.JsArrayLike<Double> source, Int32Array.FromMapFn mapFn) -
from
-
from
@JsOverlay public static final <S> Int32Array from(JsIterable<Double> source, Int32Array.FromMapFn mapFn, S thisArg) -
from
@JsOverlay public static final Int32Array from(JsIterable<Double> source, Int32Array.FromMapFn mapFn) -
from
-
from
@JsOverlay public static final <S> Int32Array from(String source, Int32Array.FromMapFn mapFn, S thisArg) -
from
-
from
-
from
@JsOverlay public static final <S> Int32Array from(double[] source, Int32Array.FromMapFn mapFn, S thisArg) -
from
-
from
-
of
-