Class MyTest


  • public class MyTest
    extends Object
    • Field Detail

      • StaticString

        public static String StaticString
    • Constructor Detail

      • MyTest

        public MyTest()
      • MyTest

        public MyTest​(MyTest myTest)
      • MyTest

        public MyTest​(String str)
      • MyTest

        public MyTest​(String... args)
    • Method Detail

      • useLongPrimitivesArray

        public static void useLongPrimitivesArray​(long[] args)
      • getMyString

        public String getMyString()
      • appendToMyString

        public String appendToMyString​(String str)
      • getMyWithArgs

        public String getMyWithArgs​(String arg)
      • getMyWithArgsList

        public String getMyWithArgsList​(String... args)
      • addInts

        public Integer addInts​(int a,
                               int b)
      • aMethod

        public void aMethod()
      • StaticMethod

        public static void StaticMethod()
      • echo

        public <T> T echo​(T o)
      • getNullInteger

        public Integer getNullInteger()
      • getTheString

        public String getTheString​(MyBean myBean)
      • getTheInteger

        public Integer getTheInteger​(MyBean myBean)
      • getErrorWithFutureStatic

        public static Future<String> getErrorWithFutureStatic​(String string)