public class V8Array extends V8Object
| Modifier | Constructor and Description |
|---|---|
protected |
V8Array() |
|
V8Array(V8 v8) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index) |
V8Array |
getArray(int index) |
boolean |
getBoolean(int index) |
boolean[] |
getBooleans(int index,
int length) |
int |
getBooleans(int index,
int length,
boolean[] resultArray) |
double |
getDouble(int index) |
double[] |
getDoubles(int index,
int length) |
int |
getDoubles(int index,
int length,
double[] resultArray) |
int |
getInteger(int index) |
int[] |
getInts(int index,
int length) |
int |
getInts(int index,
int length,
int[] resultArray) |
V8Object |
getObject(int index) |
String |
getString(int index) |
String[] |
getStrings(int index,
int length) |
int |
getStrings(int index,
int length,
String[] resultArray) |
int |
getType() |
int |
getType(int index) |
int |
getType(int index,
int length) |
protected void |
initialize(int runtimeHandle,
int objectHandle) |
int |
length() |
V8Array |
push(boolean value) |
V8Array |
push(double value) |
V8Array |
push(int value) |
V8Array |
push(String value) |
V8Array |
push(V8Value value) |
V8Array |
pushUndefined() |
add, add, add, add, add, addUndefined, contains, executeArrayFunction, executeBooleanFunction, executeDoubleFunction, executeIntFunction, executeObjectFunction, executeStringFunction, executeVoidFunction, getArray, getBoolean, getDouble, getInteger, getKeys, getObject, getString, getType, registerJavaMethod, registerJavaMethod, registerJavaMethod, setPrototype, toStringcheckReleaesd, equals, getHandle, hashCode, isReleased, isUndefined, releaseprotected V8Array()
public V8Array(V8 v8)
protected void initialize(int runtimeHandle,
int objectHandle)
initialize in class V8Valuepublic int length()
public int getType(int index)
public int getType()
public int getType(int index,
int length)
public int getInteger(int index)
public boolean getBoolean(int index)
public double getDouble(int index)
public String getString(int index)
public int[] getInts(int index,
int length)
public int getInts(int index,
int length,
int[] resultArray)
public double[] getDoubles(int index,
int length)
public int getDoubles(int index,
int length,
double[] resultArray)
public boolean[] getBooleans(int index,
int length)
public int getBooleans(int index,
int length,
boolean[] resultArray)
public String[] getStrings(int index, int length)
public int getStrings(int index,
int length,
String[] resultArray)
public Object get(int index)
public V8Array getArray(int index)
public V8Object getObject(int index)
public V8Array push(int value)
public V8Array push(boolean value)
public V8Array push(double value)
public V8Array pushUndefined()
Copyright © 2015. All rights reserved.