Class HelloWorld


  • public class HelloWorld
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HelloWorld​(java.lang.String greeting)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String greet()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HelloWorld

        public HelloWorld​(java.lang.String greeting)
    • Method Detail

      • greet

        public java.lang.String greet()