Package org.teavm.jso.typedarrays
Class BigInt64Array
java.lang.Object
org.teavm.jso.typedarrays.ArrayBufferView
org.teavm.jso.typedarrays.TypedArray
org.teavm.jso.typedarrays.BigInt64Array
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Constructor Summary
ConstructorsConstructorDescriptionBigInt64Array(int length) BigInt64Array(ArrayBuffer buffer) BigInt64Array(ArrayBuffer buffer, int offset) BigInt64Array(ArrayBuffer buffer, int offset, int length) BigInt64Array(TypedArray buffer) -
Method Summary
Modifier and TypeMethodDescriptionstatic BigInt64ArraycopyFromJavaArray(long[] array) long[]static BigInt64ArrayfromJavaArray(long[] array) longget(int index) voidset(int index, long value) voidset(long[] data) voidset(long[] data, int offset) long[]Methods inherited from class org.teavm.jso.typedarrays.ArrayBufferView
getBuffer, getByteLength, getByteOffset, getLength, set, set, set, set, set, set, set, set, set, set, set, set, set, setMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
BigInt64Array
public BigInt64Array(int length) -
BigInt64Array
-
BigInt64Array
-
BigInt64Array
-
BigInt64Array
-
-
Method Details
-
get
public long get(int index) -
set
public void set(int index, long value) -
set
public void set(long[] data, int offset) - Overrides:
setin classArrayBufferView
-
set
public void set(long[] data) - Overrides:
setin classArrayBufferView
-
fromJavaArray
-
copyFromJavaArray
-
copyToJavaArray
public long[] copyToJavaArray() -
toJavaArray
public long[] toJavaArray()
-