Package py4j.examples
Class ExampleClass
java.lang.Object
py4j.examples.ExampleClass
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionint
long
static int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallHello2
(IHello hello) int
int[]
getInteger
(int i) getList
(int i) Object[]
int
method1()
method10
(int i) method10
(int i, int j) method10
(BigDecimal bd) method11
(BigInteger bi) void
method3
(int param1, boolean param2) method4
(char param1) int
method5
(ExampleClass param1) method6
(char param1) int
method7
(int i) int
method7
(long l) int
int
long
method8
(long l) protected int
void
setField1
(int field1) int
sleepFirstTimeOnly
(long millis) static int
-
Field Details
-
field10
public int field10 -
field11
public long field11 -
field20
-
field21
-
static_field
public static int static_field
-
-
Constructor Details
-
ExampleClass
public ExampleClass() -
ExampleClass
public ExampleClass(int field1)
-
-
Method Details
-
method1
public int method1() -
method2
-
getList
-
getInteger
-
method3
-
method4
-
method4
-
method5
-
getField1
public int getField1() -
setField1
public void setField1(int field1) -
method6
-
getStringArray
-
getIntArray
public int[] getIntArray() -
callHello
-
callHello2
-
method7
public int method7(int i) -
method7
-
method7
-
method7
public int method7(long l) -
method8
public long method8(long l) -
method9
-
method10
-
method10
-
method10
-
method11
-
protected_method
protected int protected_method() -
static_method
public static int static_method() -
getStream
- Throws:
IOException
-
getBrokenStream
- Throws:
IOException
-
sleepFirstTimeOnly
public int sleepFirstTimeOnly(long millis)
-