GWT 2.7.0

Uses of Class
com.google.gwt.typedarrays.client.Uint16ArrayNative

Packages that use Uint16ArrayNative
com.google.gwt.typedarrays.client   
 

Uses of Uint16ArrayNative in com.google.gwt.typedarrays.client
 

Methods in com.google.gwt.typedarrays.client that return Uint16ArrayNative
static Uint16ArrayNative Uint16ArrayNative.create(ArrayBuffer buffer)
           
static Uint16ArrayNative Uint16ArrayNative.create(ArrayBuffer buffer, int byteOffset)
           
static Uint16ArrayNative Uint16ArrayNative.create(ArrayBuffer buffer, int byteOffset, int length)
           
static Uint16ArrayNative Uint16ArrayNative.create(int length)
           
 Uint16ArrayNative NativeImpl.createUint16Array(ArrayBuffer buffer)
           
 Uint16ArrayNative NativeImpl.createUint16Array(ArrayBuffer buffer, int byteOffset)
           
 Uint16ArrayNative NativeImpl.createUint16Array(ArrayBuffer buffer, int byteOffset, int length)
           
 Uint16ArrayNative NativeImpl.createUint16Array(int length)
           
 Uint16ArrayNative NativeImpl.createUint16Array(int[] array)
           
static Uint16ArrayNative JsUtils.createUint16Array(JsArrayInteger array)
           
 


GWT 2.7.0