public class ArrayUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.typedarrays.shared.Float32Array |
createFloat32Array(float[] array) |
static com.google.gwt.typedarrays.shared.Int32Array |
createInt32Array(int[] array) |
static com.google.gwt.typedarrays.shared.Uint16Array |
createUint16Array(int[] array) |
static com.google.gwt.typedarrays.shared.Uint16Array |
createUint16Array(short[] array) |
static com.google.gwt.typedarrays.shared.Uint8Array |
createUint8Array(byte[] array) |
static com.google.gwt.typedarrays.shared.Uint8Array |
createUint8Array(int[] array) |
static com.google.gwt.core.client.JsArrayInteger |
toJsArray(byte[] data) |
static com.google.gwt.core.client.JsArrayNumber |
toJsArray(double[] data) |
static com.google.gwt.core.client.JsArrayNumber |
toJsArray(float[] data) |
static com.google.gwt.core.client.JsArrayInteger |
toJsArray(int[] data) |
static com.google.gwt.core.client.JsArrayInteger |
toJsArray(short[] data) |
static com.google.gwt.core.client.JsArrayInteger |
toJsArrayUnsigned(byte[] data) |
static com.google.gwt.core.client.JsArrayInteger |
toJsArrayUnsigned(short[] data) |
public static com.google.gwt.core.client.JsArrayInteger toJsArray(byte[] data)
public static com.google.gwt.core.client.JsArrayNumber toJsArray(double[] data)
public static com.google.gwt.core.client.JsArrayNumber toJsArray(float[] data)
public static com.google.gwt.core.client.JsArrayInteger toJsArray(int[] data)
public static com.google.gwt.core.client.JsArrayInteger toJsArray(short[] data)
public static com.google.gwt.core.client.JsArrayInteger toJsArrayUnsigned(byte[] data)
public static com.google.gwt.core.client.JsArrayInteger toJsArrayUnsigned(short[] data)
public static com.google.gwt.typedarrays.shared.Float32Array createFloat32Array(float[] array)
public static com.google.gwt.typedarrays.shared.Int32Array createInt32Array(int[] array)
public static com.google.gwt.typedarrays.shared.Uint16Array createUint16Array(short[] array)
public static com.google.gwt.typedarrays.shared.Uint16Array createUint16Array(int[] array)
public static com.google.gwt.typedarrays.shared.Uint8Array createUint8Array(byte[] array)
public static com.google.gwt.typedarrays.shared.Uint8Array createUint8Array(int[] array)
Copyright © 2015. All Rights Reserved.