Uses of Interface
com.google.gwt.typedarrays.shared.Uint16Array
-
Packages that use Uint16Array Package Description com.google.gwt.typedarrays.client com.google.gwt.typedarrays.server com.google.gwt.typedarrays.shared -
-
Uses of Uint16Array in com.google.gwt.typedarrays.client
Classes in com.google.gwt.typedarrays.client that implement Uint16Array Modifier and Type Class Description classUint16ArrayNativeJS native implementation ofUint16Array.Methods in com.google.gwt.typedarrays.client that return Uint16Array Modifier and Type Method Description Uint16ArrayNoSupportImpl. createUint16Array(ArrayBuffer buffer, int byteOffset, int length)Uint16ArrayUint16ArrayNative. subarray(int begin)Uint16ArrayUint16ArrayNative. subarray(int begin, int end)Methods in com.google.gwt.typedarrays.client with parameters of type Uint16Array Modifier and Type Method Description static 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 Uint16Array Modifier and Type Class Description classUint16ArrayImplPure Java implementation ofUint16Array.Methods in com.google.gwt.typedarrays.server that return Uint16Array Modifier and Type Method Description Uint16ArrayJavaImpl. createUint16Array(ArrayBuffer buffer, int byteOffset, int length)Uint16ArrayUint16ArrayImpl. subarray(int begin)Uint16ArrayUint16ArrayImpl. subarray(int begin, int end)Methods in com.google.gwt.typedarrays.server with parameters of type Uint16Array Modifier and Type Method Description voidUint16ArrayImpl. set(Uint16Array array)voidUint16ArrayImpl. set(Uint16Array array, int offset) -
Uses of Uint16Array in com.google.gwt.typedarrays.shared
Methods in com.google.gwt.typedarrays.shared that return Uint16Array Modifier and Type Method Description static Uint16ArrayTypedArrays. createUint16Array(int length)static Uint16ArrayTypedArrays. createUint16Array(ArrayBuffer buffer)Create aUint16Arrayinstance onbuffer, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements).static Uint16ArrayTypedArrays. createUint16Array(ArrayBuffer buffer, int byteOffset)Create aUint16Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing to the end of the buffer (which must be an integral number of elements).static Uint16ArrayTypedArrays. createUint16Array(ArrayBuffer buffer, int byteOffset, int length)Create aUint16Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements.Uint16ArrayTypedArrays.Impl. createUint16Array(int length)Uint16ArrayTypedArrays.Impl. createUint16Array(int[] array)Uint16ArrayTypedArrays.Impl. createUint16Array(ArrayBuffer buffer)Uint16ArrayTypedArrays.Impl. createUint16Array(ArrayBuffer buffer, int byteOffset)abstract Uint16ArrayTypedArrays.Impl. createUint16Array(ArrayBuffer buffer, int byteOffset, int length)Uint16ArrayUint16Array. subarray(int begin)Create a new view from the same array, fromoffsetto the end of this view.Uint16ArrayUint16Array. subarray(int begin, int end)Create a new view from the same array, fromoffsetto (but not including)endin this view.Methods in com.google.gwt.typedarrays.shared with parameters of type Uint16Array Modifier and Type Method Description voidUint16Array. set(Uint16Array array)Set multiple elements in this view from another view, storing starting at 0.voidUint16Array. set(Uint16Array array, int offset)Set multiple elements in this view from another view, storing starting at the requested offset.
-