public class MyTest extends NativeCallbackSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
StaticString |
| Constructor and Description |
|---|
MyTest() |
MyTest(MyTest myTest) |
MyTest(String... args) |
MyTest(String str) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
addInts(Integer... args) |
Integer |
addInts(int a,
int b) |
void |
aMethod() |
String |
appendToMyString(String str) |
<T> T |
echo(T o) |
DummyMapInterface<String,Object> |
getMap() |
String |
getMyString() |
String |
getMyWithArgs(String arg) |
String |
getMyWithArgsList(String... args) |
Integer |
getNullInteger() |
List<Integer> |
getNumbersUntil(Integer until) |
void |
list(List<String> l) |
void |
performCallback() |
static void |
StaticMethod() |
static void |
useLongPrimitivesArray(long[] args) |
doCallbackpublic static String StaticString
public MyTest()
public MyTest(MyTest myTest)
public MyTest(String str)
public MyTest(String... args)
public static void useLongPrimitivesArray(long[] args)
public String getMyString()
public Integer addInts(int a, int b)
public void aMethod()
public static void StaticMethod()
public void performCallback()
public <T> T echo(T o)
public DummyMapInterface<String,Object> getMap()
public Integer getNullInteger()
Copyright © 2020. All rights reserved.