Uses of Interface
com.google.gwt.typedarrays.shared.Uint16Array
Packages that use Uint16Array
Package
Description
-
Uses of Uint16Array in com.google.gwt.typedarrays.client
Classes in com.google.gwt.typedarrays.client that implement Uint16ArrayMethods in com.google.gwt.typedarrays.client that return Uint16ArrayModifier and TypeMethodDescriptionNoSupportImpl.createUint16Array(ArrayBuffer buffer, int byteOffset, int length) Uint16ArrayNative.subarray(int begin) Uint16ArrayNative.subarray(int begin, int end) Methods in com.google.gwt.typedarrays.client with parameters of type Uint16ArrayModifier and TypeMethodDescriptionstatic voidJsUtils.set(Uint16Array dest, JsArrayInteger array) static voidJsUtils.set(Uint16Array dest, JsArrayInteger array, int offset) voidUint16ArrayNative.set(Uint16Array array) voidUint16ArrayNative.set(Uint16Array array, int offset) -
Uses of Uint16Array in com.google.gwt.typedarrays.server
Classes in com.google.gwt.typedarrays.server that implement Uint16ArrayMethods in com.google.gwt.typedarrays.server that return Uint16ArrayModifier and TypeMethodDescriptionJavaImpl.createUint16Array(ArrayBuffer buffer, int byteOffset, int length) Uint16ArrayImpl.subarray(int begin) Uint16ArrayImpl.subarray(int begin, int end) Methods in com.google.gwt.typedarrays.server with parameters of type Uint16ArrayModifier and TypeMethodDescriptionvoidUint16ArrayImpl.set(Uint16Array array) voidUint16ArrayImpl.set(Uint16Array array, int offset)