Interface AnInterface


public interface AnInterface
The Interface AnInterface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doSomething(String s, boolean b)
    Do something.
    int
    Return value.
  • Method Details

    • doSomething

      void doSomething(String s, boolean b)
      Do something.
      Parameters:
      s - the s
      b - the b
    • returnValue

      int returnValue()
      Return value.
      Returns:
      the int