|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Int32Array | |
---|---|
com.google.gwt.typedarrays.client | |
com.google.gwt.typedarrays.server | |
com.google.gwt.typedarrays.shared |
Uses of Int32Array in com.google.gwt.typedarrays.client |
---|
Classes in com.google.gwt.typedarrays.client that implement Int32Array | |
---|---|
class |
Int32ArrayNative
JS native implementation of Int32Array . |
Methods in com.google.gwt.typedarrays.client that return Int32Array | |
---|---|
Int32Array |
NoSupportImpl.createInt32Array(ArrayBuffer buffer,
int byteOffset,
int length)
|
Int32Array |
Int32ArrayNative.subarray(int begin)
|
Int32Array |
Int32ArrayNative.subarray(int begin,
int end)
|
Methods in com.google.gwt.typedarrays.client with parameters of type Int32Array | |
---|---|
void |
Int32ArrayNative.set(Int32Array array)
|
void |
Int32ArrayNative.set(Int32Array array,
int offset)
|
static void |
JsUtils.set(Int32Array dest,
JsArrayInteger array)
|
static void |
JsUtils.set(Int32Array dest,
JsArrayInteger array,
int offset)
|
Uses of Int32Array in com.google.gwt.typedarrays.server |
---|
Classes in com.google.gwt.typedarrays.server that implement Int32Array | |
---|---|
class |
Int32ArrayImpl
Pure Java implementation of Int32Array . |
Methods in com.google.gwt.typedarrays.server that return Int32Array | |
---|---|
Int32Array |
JavaImpl.createInt32Array(ArrayBuffer buffer,
int byteOffset,
int length)
|
Int32Array |
Int32ArrayImpl.subarray(int begin)
|
Int32Array |
Int32ArrayImpl.subarray(int begin,
int end)
|
Methods in com.google.gwt.typedarrays.server with parameters of type Int32Array | |
---|---|
void |
Int32ArrayImpl.set(Int32Array array)
|
void |
Int32ArrayImpl.set(Int32Array array,
int offset)
|
Uses of Int32Array in com.google.gwt.typedarrays.shared |
---|
Methods in com.google.gwt.typedarrays.shared that return Int32Array | |
---|---|
static Int32Array |
TypedArrays.createInt32Array(ArrayBuffer buffer)
Create a Int32Array instance on buffer , starting at
starting at the beginning of the buffer and continuing to the end (which
must be an integral number of elements). |
Int32Array |
TypedArrays.Impl.createInt32Array(ArrayBuffer buffer)
|
static Int32Array |
TypedArrays.createInt32Array(ArrayBuffer buffer,
int byteOffset)
Create a Int32Array instance on buffer , starting at
byteOffset into the buffer, continuing to the end of the buffer
(which must be an integral number of elements). |
Int32Array |
TypedArrays.Impl.createInt32Array(ArrayBuffer buffer,
int byteOffset)
|
static Int32Array |
TypedArrays.createInt32Array(ArrayBuffer buffer,
int byteOffset,
int length)
Create a Int32Array instance on buffer , starting at
byteOffset into the buffer, continuing for length
elements. |
abstract Int32Array |
TypedArrays.Impl.createInt32Array(ArrayBuffer buffer,
int byteOffset,
int length)
|
static Int32Array |
TypedArrays.createInt32Array(int length)
Create a Int32Array instance of length elements, backed
by a new ArrayBuffer . |
Int32Array |
TypedArrays.Impl.createInt32Array(int length)
|
Int32Array |
TypedArrays.Impl.createInt32Array(int[] array)
|
Int32Array |
Int32Array.subarray(int begin)
Create a new view from the same array, from offset to the end of
this view. |
Int32Array |
Int32Array.subarray(int begin,
int end)
Create a new view from the same array, from offset to (but not
including) end in this view. |
Methods in com.google.gwt.typedarrays.shared with parameters of type Int32Array | |
---|---|
void |
Int32Array.set(Int32Array array)
Set multiple elements in this view from another view, storing starting at 0. |
void |
Int32Array.set(Int32Array array,
int offset)
Set multiple elements in this view from another view, storing starting at the requested offset. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |