Uses of Class
elemental2.core.Int16Array
-
-
Uses of Int16Array in elemental2.core
Methods in elemental2.core that return Int16Array Modifier and Type Method Description default Int16Array
Atomics.AddTypedArrayUnionType. asInt16Array()
default Int16Array
Atomics.AndTypedArrayUnionType. asInt16Array()
default Int16Array
Atomics.CompareExchangeTypedArrayUnionType. asInt16Array()
default Int16Array
Atomics.ExchangeTypedArrayUnionType. asInt16Array()
default Int16Array
Atomics.OrTypedArrayUnionType. asInt16Array()
default Int16Array
Atomics.StoreTypedArrayUnionType. asInt16Array()
default Int16Array
Atomics.SubTypedArrayUnionType. asInt16Array()
default Int16Array
Atomics.XorTypedArrayUnionType. asInt16Array()
static Int16Array
Int16Array. from(double[] source)
static Int16Array
Int16Array. from(double[] source, Int16Array.FromMapFn mapFn)
static <S> Int16Array
Int16Array. from(double[] source, Int16Array.FromMapFn mapFn, S thisArg)
static Int16Array
Int16Array. from(Int16Array.FromSourceUnionType source)
static Int16Array
Int16Array. from(Int16Array.FromSourceUnionType source, Int16Array.FromMapFn mapFn)
static <S> Int16Array
Int16Array. from(Int16Array.FromSourceUnionType source, Int16Array.FromMapFn mapFn, S thisArg)
static Int16Array
Int16Array. from(JsIterable<java.lang.Double> source)
static Int16Array
Int16Array. from(JsIterable<java.lang.Double> source, Int16Array.FromMapFn mapFn)
static <S> Int16Array
Int16Array. from(JsIterable<java.lang.Double> source, Int16Array.FromMapFn mapFn, S thisArg)
static Int16Array
Int16Array. from(java.lang.String source)
static Int16Array
Int16Array. from(java.lang.String source, Int16Array.FromMapFn mapFn)
static <S> Int16Array
Int16Array. from(java.lang.String source, Int16Array.FromMapFn mapFn, S thisArg)
static Int16Array
Int16Array. from(jsinterop.base.JsArrayLike<java.lang.Double> source)
static Int16Array
Int16Array. from(jsinterop.base.JsArrayLike<java.lang.Double> source, Int16Array.FromMapFn mapFn)
static <S> Int16Array
Int16Array. from(jsinterop.base.JsArrayLike<java.lang.Double> source, Int16Array.FromMapFn mapFn, S thisArg)
static Int16Array
Int16Array. of(double... var_args)
Methods in elemental2.core with parameters of type Int16Array Modifier and Type Method Description static double
Atomics. add(Int16Array typedArray, int index, double value)
static double
Atomics. and(Int16Array typedArray, int index, double value)
static double
Atomics. compareExchange(Int16Array typedArray, int index, double expectedValue, double replacementValue)
static double
Atomics. exchange(Int16Array typedArray, int index, double value)
static double
Atomics. or(Int16Array typedArray, int index, double value)
static double
Atomics. store(Int16Array typedArray, int index, double value)
static double
Atomics. sub(Int16Array typedArray, int index, double value)
static double
Atomics. xor(Int16Array typedArray, int index, double value)
-