Package elemental2.core
Class Uint16Array
- java.lang.Object
-
- elemental2.core.ArrayBufferView
-
- elemental2.core.TypedArray
-
- elemental2.core.Uint16Array
-
- All Implemented Interfaces:
JsIterable<java.lang.Double>
,jsinterop.base.JsArrayLike<java.lang.Double>
@JsType(isNative=true, namespace="<global>") public class Uint16Array extends TypedArray
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Uint16Array.ConstructorLengthUnionType
static interface
Uint16Array.FromMapFn
static interface
Uint16Array.FromSourceUnionType
-
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
Fields Modifier and Type Field Description static int
BYTES_PER_ELEMENT
-
Fields inherited from class elemental2.core.TypedArray
length
-
Fields inherited from class elemental2.core.ArrayBufferView
buffer, byteLength, byteOffset
-
-
Constructor Summary
Constructors Constructor Description Uint16Array(double[] length)
Uint16Array(double[] length, int byteOffset)
Uint16Array(double[] length, int byteOffset, int length0)
Uint16Array(int length)
Uint16Array(int length, int byteOffset)
Uint16Array(int length, int byteOffset, int length0)
Uint16Array(ArrayBuffer length)
Uint16Array(ArrayBuffer length, int byteOffset)
Uint16Array(ArrayBuffer length, int byteOffset, int length0)
Uint16Array(ArrayBufferView length)
Uint16Array(ArrayBufferView length, int byteOffset)
Uint16Array(ArrayBufferView length, int byteOffset, int length0)
Uint16Array(JsArray<java.lang.Double> length)
Uint16Array(JsArray<java.lang.Double> length, int byteOffset)
Uint16Array(JsArray<java.lang.Double> length, int byteOffset, int length0)
Uint16Array(SharedArrayBuffer length)
Uint16Array(SharedArrayBuffer length, int byteOffset)
Uint16Array(SharedArrayBuffer length, int byteOffset, int length0)
Uint16Array(Uint16Array.ConstructorLengthUnionType length)
Uint16Array(Uint16Array.ConstructorLengthUnionType length, int byteOffset)
Uint16Array(Uint16Array.ConstructorLengthUnionType length, int byteOffset, int length0)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Uint16Array
from(double[] source)
static Uint16Array
from(double[] source, Uint16Array.FromMapFn mapFn)
static <S> Uint16Array
from(double[] source, Uint16Array.FromMapFn mapFn, S thisArg)
static Uint16Array
from(JsIterable<java.lang.Double> source)
static Uint16Array
from(JsIterable<java.lang.Double> source, Uint16Array.FromMapFn mapFn)
static <S> Uint16Array
from(JsIterable<java.lang.Double> source, Uint16Array.FromMapFn mapFn, S thisArg)
static Uint16Array
from(Uint16Array.FromSourceUnionType source)
static Uint16Array
from(Uint16Array.FromSourceUnionType source, Uint16Array.FromMapFn mapFn)
static <S> Uint16Array
from(Uint16Array.FromSourceUnionType source, Uint16Array.FromMapFn mapFn, S thisArg)
static Uint16Array
from(java.lang.String source)
static Uint16Array
from(java.lang.String source, Uint16Array.FromMapFn mapFn)
static <S> Uint16Array
from(java.lang.String source, Uint16Array.FromMapFn mapFn, S thisArg)
static Uint16Array
from(jsinterop.base.JsArrayLike<java.lang.Double> source)
static Uint16Array
from(jsinterop.base.JsArrayLike<java.lang.Double> source, Uint16Array.FromMapFn mapFn)
static <S> Uint16Array
from(jsinterop.base.JsArrayLike<java.lang.Double> source, Uint16Array.FromMapFn mapFn, S thisArg)
static Uint16Array
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
-
-
-
-
Constructor Detail
-
Uint16Array
public Uint16Array(ArrayBuffer length, int byteOffset, int length0)
-
Uint16Array
public Uint16Array(ArrayBuffer length, int byteOffset)
-
Uint16Array
public Uint16Array(ArrayBuffer length)
-
Uint16Array
public Uint16Array(ArrayBufferView length, int byteOffset, int length0)
-
Uint16Array
public Uint16Array(ArrayBufferView length, int byteOffset)
-
Uint16Array
public Uint16Array(ArrayBufferView length)
-
Uint16Array
public Uint16Array(Uint16Array.ConstructorLengthUnionType length, int byteOffset, int length0)
-
Uint16Array
public Uint16Array(Uint16Array.ConstructorLengthUnionType length, int byteOffset)
-
Uint16Array
public Uint16Array(Uint16Array.ConstructorLengthUnionType length)
-
Uint16Array
public Uint16Array(JsArray<java.lang.Double> length, int byteOffset, int length0)
-
Uint16Array
public Uint16Array(JsArray<java.lang.Double> length, int byteOffset)
-
Uint16Array
public Uint16Array(JsArray<java.lang.Double> length)
-
Uint16Array
public Uint16Array(SharedArrayBuffer length, int byteOffset, int length0)
-
Uint16Array
public Uint16Array(SharedArrayBuffer length, int byteOffset)
-
Uint16Array
public Uint16Array(SharedArrayBuffer length)
-
Uint16Array
public Uint16Array(double[] length, int byteOffset, int length0)
-
Uint16Array
public Uint16Array(double[] length, int byteOffset)
-
Uint16Array
public Uint16Array(double[] length)
-
Uint16Array
public Uint16Array(int length, int byteOffset, int length0)
-
Uint16Array
public Uint16Array(int length, int byteOffset)
-
Uint16Array
public Uint16Array(int length)
-
-
Method Detail
-
from
public static <S> Uint16Array from(Uint16Array.FromSourceUnionType source, Uint16Array.FromMapFn mapFn, S thisArg)
-
from
public static Uint16Array from(Uint16Array.FromSourceUnionType source, Uint16Array.FromMapFn mapFn)
-
from
public static Uint16Array from(Uint16Array.FromSourceUnionType source)
-
from
@JsOverlay public static final <S> Uint16Array from(jsinterop.base.JsArrayLike<java.lang.Double> source, Uint16Array.FromMapFn mapFn, S thisArg)
-
from
@JsOverlay public static final Uint16Array from(jsinterop.base.JsArrayLike<java.lang.Double> source, Uint16Array.FromMapFn mapFn)
-
from
@JsOverlay public static final Uint16Array from(jsinterop.base.JsArrayLike<java.lang.Double> source)
-
from
@JsOverlay public static final <S> Uint16Array from(JsIterable<java.lang.Double> source, Uint16Array.FromMapFn mapFn, S thisArg)
-
from
@JsOverlay public static final Uint16Array from(JsIterable<java.lang.Double> source, Uint16Array.FromMapFn mapFn)
-
from
@JsOverlay public static final Uint16Array from(JsIterable<java.lang.Double> source)
-
from
@JsOverlay public static final <S> Uint16Array from(java.lang.String source, Uint16Array.FromMapFn mapFn, S thisArg)
-
from
@JsOverlay public static final Uint16Array from(java.lang.String source, Uint16Array.FromMapFn mapFn)
-
from
@JsOverlay public static final Uint16Array from(java.lang.String source)
-
from
@JsOverlay public static final <S> Uint16Array from(double[] source, Uint16Array.FromMapFn mapFn, S thisArg)
-
from
@JsOverlay public static final Uint16Array from(double[] source, Uint16Array.FromMapFn mapFn)
-
from
@JsOverlay public static final Uint16Array from(double[] source)
-
of
public static Uint16Array of(double... var_args)
-
-