Class MyTest

java.lang.Object
org.astonbitecode.j4rs.tests.MyTest

public class MyTest extends Object
  • Field Details

    • StaticString

      public static String StaticString
  • Constructor Details

    • MyTest

      public MyTest()
    • MyTest

      public MyTest(MyTest myTest)
    • MyTest

      public MyTest(String str)
    • MyTest

      public MyTest(String... args)
  • Method Details

    • 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)
    • getNumbersUntil

      public List<Integer> getNumbersUntil(Integer until)
    • addInts

      public Integer addInts(Integer... args)
    • addInts

      public Integer addInts(List<Integer> args)
    • addInts

      public Integer addInts(int a, int b)
    • list

      public void list(List<String> l)
    • map

      public void map(Map<String,Integer> m)
    • aMethod

      public void aMethod()
    • StaticMethod

      public static void StaticMethod()
    • echo

      public <T> T echo(T o)
    • getMap

      public DummyMapInterface<String,Object> getMap()
    • getNullInteger

      public Integer getNullInteger()
    • getTheString

      public String getTheString(MyBean myBean)
    • getTheInteger

      public Integer getTheInteger(MyBean myBean)
    • getStringWithFuture

      public Future<String> getStringWithFuture(String string)
    • getErrorWithFuture

      public Future<String> getErrorWithFuture(String message)
    • executeVoidFuture

      public Future<Void> executeVoidFuture(String message)
    • getErrorWithFutureStatic

      public static Future<String> getErrorWithFutureStatic(String string)