@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="?")
public interface Int32List
| Modifier and Type | Method and Description |
|---|---|
static Int32List |
of(double[] value) |
static Int32List |
of(Int32Array value) |
static Int32List |
of(JsArray<java.lang.Double> value) |
@JsOverlay @Nonnull static Int32List of(@Nonnull Int32Array value)
@JsOverlay @Nonnull static Int32List of(@Nonnull double[] value)