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 TypeMethodDescriptionvoid
Int16ArrayNative.set
(Int16Array array) void
Int16ArrayNative.set
(Int16Array array, int offset) static void
JsUtils.set
(Int16Array dest, JsArrayInteger array) static void
JsUtils.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 TypeMethodDescriptionvoid
Int16ArrayImpl.set
(Int16Array array) void
Int16ArrayImpl.set
(Int16Array array, int offset)