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 Int16ArrayNativeInt16ArrayNative. create(int length)static Int16ArrayNativeInt16ArrayNative. create(ArrayBuffer buffer)static Int16ArrayNativeInt16ArrayNative. create(ArrayBuffer buffer, int byteOffset)static Int16ArrayNativeInt16ArrayNative. create(ArrayBuffer buffer, int byteOffset, int length)static Int16ArrayNativeJsUtils. createInt16Array(JsArrayInteger array)Int16ArrayNativeNativeImpl. createInt16Array(int length)Int16ArrayNativeNativeImpl. createInt16Array(short[] array)Int16ArrayNativeNativeImpl. createInt16Array(ArrayBuffer buffer)Int16ArrayNativeNativeImpl. createInt16Array(ArrayBuffer buffer, int byteOffset)Int16ArrayNativeNativeImpl. createInt16Array(ArrayBuffer buffer, int byteOffset, int length)
-