Uses of Class
com.google.gwt.typedarrays.client.Uint16ArrayNative
-
Packages that use Uint16ArrayNative Package Description com.google.gwt.typedarrays.client -
-
Uses of Uint16ArrayNative in com.google.gwt.typedarrays.client
Methods in com.google.gwt.typedarrays.client that return Uint16ArrayNative Modifier and Type Method Description static Uint16ArrayNative
Uint16ArrayNative. create(int length)
static Uint16ArrayNative
Uint16ArrayNative. create(ArrayBuffer buffer)
static Uint16ArrayNative
Uint16ArrayNative. create(ArrayBuffer buffer, int byteOffset)
static Uint16ArrayNative
Uint16ArrayNative. create(ArrayBuffer buffer, int byteOffset, int length)
static Uint16ArrayNative
JsUtils. createUint16Array(JsArrayInteger array)
Uint16ArrayNative
NativeImpl. createUint16Array(int length)
Uint16ArrayNative
NativeImpl. createUint16Array(int[] array)
Uint16ArrayNative
NativeImpl. createUint16Array(ArrayBuffer buffer)
Uint16ArrayNative
NativeImpl. createUint16Array(ArrayBuffer buffer, int byteOffset)
Uint16ArrayNative
NativeImpl. createUint16Array(ArrayBuffer buffer, int byteOffset, int length)
-