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 Uint16ArrayNativeUint16ArrayNative. create(int length)static Uint16ArrayNativeUint16ArrayNative. create(ArrayBuffer buffer)static Uint16ArrayNativeUint16ArrayNative. create(ArrayBuffer buffer, int byteOffset)static Uint16ArrayNativeUint16ArrayNative. create(ArrayBuffer buffer, int byteOffset, int length)static Uint16ArrayNativeJsUtils. createUint16Array(JsArrayInteger array)Uint16ArrayNativeNativeImpl. createUint16Array(int length)Uint16ArrayNativeNativeImpl. createUint16Array(int[] array)Uint16ArrayNativeNativeImpl. createUint16Array(ArrayBuffer buffer)Uint16ArrayNativeNativeImpl. createUint16Array(ArrayBuffer buffer, int byteOffset)Uint16ArrayNativeNativeImpl. createUint16Array(ArrayBuffer buffer, int byteOffset, int length)
-