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