public class V8VirtualValueList extends java.lang.Object implements IJavetClosable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<V8Value> |
toBeClosedValues
The To be closed values.
|
protected java.util.List<V8Value> |
values
The Values.
|
Constructor and Description |
---|
V8VirtualValueList(V8Runtime v8Runtime,
IJavetConverter converter,
java.lang.Object... objects)
Instantiates a new V8 virtual value list.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
V8Value[] |
get()
Get V8 value array.
|
boolean |
isClosed()
Is closed.
|
protected java.util.List<V8Value> toBeClosedValues
protected java.util.List<V8Value> values
public V8VirtualValueList(V8Runtime v8Runtime, IJavetConverter converter, java.lang.Object... objects) throws JavetException
v8Runtime
- the V8 runtimeconverter
- the converterobjects
- the objectsJavetException
- the javet exceptionpublic void close() throws JavetException
close
in interface IJavetClosable
close
in interface java.lang.AutoCloseable
JavetException
public V8Value[] get()
public boolean isClosed()
IJavetClosable
isClosed
in interface IJavetClosable