Uses of Class
com.google.gwt.typedarrays.client.Uint16ArrayNative
Packages that use Uint16ArrayNative
-
Uses of Uint16ArrayNative in com.google.gwt.typedarrays.client
Methods in com.google.gwt.typedarrays.client that return Uint16ArrayNativeModifier and TypeMethodDescriptionstatic 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) NativeImpl.createUint16Array(int length) NativeImpl.createUint16Array(int[] array) NativeImpl.createUint16Array(ArrayBuffer buffer) NativeImpl.createUint16Array(ArrayBuffer buffer, int byteOffset) NativeImpl.createUint16Array(ArrayBuffer buffer, int byteOffset, int length)