Java com.google.gwt.typedarrays.shared Int16Array fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.typedarrays.shared Int16Array fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.typedarrays.shared Int16Array.

The text is from its open source code.

Method

shortget(int index)
Retrieve one element of this view.
voidset(Int16Array array)
Set multiple elements in this view from another view, storing starting at 0.
voidset(short[] array)
Set multiple elements in this view from an array, storing starting at 0.
voidset(int[] array)
Set multiple elements in this view from an array, storing starting at 0.
voidset(int index, int value)
Set one element in this view.
voidset(Int16Array array, int offset)
Set multiple elements in this view from another view, storing starting at the requested offset.
voidset(short[] array, int offset)
Set multiple elements in this view from an array, storing starting at the requested offset.
voidset(int[] array, int offset)
Set multiple elements in this view from an array, storing starting at the requested offset.
Int16Arraysubarray(int begin, int end)
Create a new view from the same array, from offset to (but not including) end in this view.