Interface TestComplexInterface


public interface TestComplexInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    end(String testTrickyName)
     
    int
    getSomeInt(int someOtherInt)
     
     
  • Method Details

    • getSomeString

      String getSomeString()
    • getSomeInt

      int getSomeInt(int someOtherInt)
    • end

      void end(String testTrickyName)