GWT 2.7.0

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

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

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

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


GWT 2.7.0