Uses of Interface
com.google.gwt.typedarrays.shared.Int16Array
Packages that use Int16Array
Package
Description
-
Uses of Int16Array in com.google.gwt.typedarrays.client
Classes in com.google.gwt.typedarrays.client that implement Int16ArrayMethods in com.google.gwt.typedarrays.client that return Int16ArrayModifier and TypeMethodDescriptionNoSupportImpl.createInt16Array(ArrayBuffer buffer, int byteOffset, int length) Int16ArrayNative.subarray(int begin) Int16ArrayNative.subarray(int begin, int end) Methods in com.google.gwt.typedarrays.client with parameters of type Int16ArrayModifier and TypeMethodDescriptionvoidInt16ArrayNative.set(Int16Array array) voidInt16ArrayNative.set(Int16Array array, int offset) static voidJsUtils.set(Int16Array dest, JsArrayInteger array) static voidJsUtils.set(Int16Array dest, JsArrayInteger array, int offset) -
Uses of Int16Array in com.google.gwt.typedarrays.server
Classes in com.google.gwt.typedarrays.server that implement Int16ArrayMethods in com.google.gwt.typedarrays.server that return Int16ArrayModifier and TypeMethodDescriptionJavaImpl.createInt16Array(ArrayBuffer buffer, int byteOffset, int length) Int16ArrayImpl.subarray(int begin) Int16ArrayImpl.subarray(int begin, int end) Methods in com.google.gwt.typedarrays.server with parameters of type Int16ArrayModifier and TypeMethodDescriptionvoidInt16ArrayImpl.set(Int16Array array) voidInt16ArrayImpl.set(Int16Array array, int offset)