public final class InteropArray extends Object implements com.oracle.truffle.api.interop.TruffleObject
| Modifier and Type | Method and Description |
|---|---|
static InteropArray |
create(List<? extends Object> list) |
static InteropArray |
create(Object[] array) |
public static InteropArray create(Object[] array)
public static InteropArray create(List<? extends Object> list)