Package py4j.examples
Class ExampleClass
- java.lang.Object
-
- py4j.examples.ExampleClass
-
public class ExampleClass extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExampleClass.StaticClass
-
Field Summary
Fields Modifier and Type Field Description int
field10
long
field11
java.lang.StringBuffer
field20
java.lang.StringBuffer
field21
static int
static_field
-
Constructor Summary
Constructors Constructor Description ExampleClass()
ExampleClass(int field1)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
callHello(IHello hello)
java.lang.String
callHello2(IHello hello)
java.nio.channels.ReadableByteChannel
getBrokenStream()
int
getField1()
int[]
getIntArray()
java.lang.Integer
getInteger(int i)
java.util.List<java.lang.String>
getList(int i)
java.nio.channels.ReadableByteChannel
getStream()
java.lang.Object[]
getStringArray()
int
method1()
java.math.BigInteger
method10(int i)
java.math.BigDecimal
method10(int i, int j)
java.math.BigDecimal
method10(java.math.BigDecimal bd)
java.math.BigInteger
method11(java.math.BigInteger bi)
void
method2(java.lang.String param1)
java.lang.String
method3(int param1, boolean param2)
ExampleClass
method4(char param1)
ExampleClass
method4(java.lang.String param1)
int
method5(ExampleClass param1)
ExampleClass
method6(char param1)
int
method7(int i)
int
method7(long l)
int
method7(java.lang.Object o)
int
method7(java.lang.String s)
long
method8(long l)
java.lang.Long
method9(java.lang.Long l)
protected int
protected_method()
void
setField1(int field1)
int
sleepFirstTimeOnly(long millis)
static int
static_method()
-
-
-
Method Detail
-
method1
public int method1()
-
method2
public void method2(java.lang.String param1)
-
getList
public java.util.List<java.lang.String> getList(int i)
-
getInteger
public java.lang.Integer getInteger(int i)
-
method3
public java.lang.String method3(int param1, boolean param2)
-
method4
public ExampleClass method4(char param1)
-
method4
public ExampleClass method4(java.lang.String param1)
-
method5
public int method5(ExampleClass param1)
-
getField1
public int getField1()
-
setField1
public void setField1(int field1)
-
method6
public ExampleClass method6(char param1)
-
getStringArray
public java.lang.Object[] getStringArray()
-
getIntArray
public int[] getIntArray()
-
callHello
public java.lang.String callHello(IHello hello)
-
callHello2
public java.lang.String callHello2(IHello hello)
-
method7
public int method7(int i)
-
method7
public int method7(java.lang.String s)
-
method7
public int method7(java.lang.Object o)
-
method7
public int method7(long l)
-
method8
public long method8(long l)
-
method9
public java.lang.Long method9(java.lang.Long l)
-
method10
public java.math.BigDecimal method10(int i, int j)
-
method10
public java.math.BigDecimal method10(java.math.BigDecimal bd)
-
method10
public java.math.BigInteger method10(int i)
-
method11
public java.math.BigInteger method11(java.math.BigInteger bi)
-
protected_method
protected int protected_method()
-
static_method
public static int static_method()
-
getStream
public java.nio.channels.ReadableByteChannel getStream() throws java.io.IOException
- Throws:
java.io.IOException
-
getBrokenStream
public java.nio.channels.ReadableByteChannel getBrokenStream() throws java.io.IOException
- Throws:
java.io.IOException
-
sleepFirstTimeOnly
public int sleepFirstTimeOnly(long millis)
-
-