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