py4j.examples
Interface IHello


public interface IHello


Method Summary
 String sayHello()
           
 String sayHello(int i, String s)
           
 

Method Detail

sayHello

String sayHello()

sayHello

String sayHello(int i,
                String s)