Package py4j.examples

Class ExampleClass

java.lang.Object
py4j.examples.ExampleClass

public class ExampleClass extends Object
  • Field Details

    • field10

      public int field10
    • field11

      public long field11
    • field20

      public StringBuffer field20
    • field21

      public StringBuffer 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

      public void method2(String param1)
    • getList

      public List<String> getList(int i)
    • getInteger

      public Integer getInteger(int i)
    • method3

      public String method3(int param1, boolean param2)
    • method4

      public ExampleClass method4(char param1)
    • method4

      public ExampleClass method4(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 Object[] getStringArray()
    • getIntArray

      public int[] getIntArray()
    • callHello

      public String callHello(IHello hello)
    • callHello2

      public String callHello2(IHello hello)
    • method7

      public int method7(int i)
    • method7

      public int method7(String s)
    • method7

      public int method7(Object o)
    • method7

      public int method7(long l)
    • method8

      public long method8(long l)
    • method9

      public Long method9(Long l)
    • method10

      public BigDecimal method10(int i, int j)
    • method10

      public BigDecimal method10(BigDecimal bd)
    • method10

      public BigInteger method10(int i)
    • method11

      public BigInteger method11(BigInteger bi)
    • protected_method

      protected int protected_method()
    • static_method

      public static int static_method()
    • getStream

      public ReadableByteChannel getStream() throws IOException
      Throws:
      IOException
    • getBrokenStream

      public ReadableByteChannel getBrokenStream() throws IOException
      Throws:
      IOException
    • sleepFirstTimeOnly

      public int sleepFirstTimeOnly(long millis)