Interface AnInterface
public interface AnInterface
The Interface AnInterface.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoSomething(String s, boolean b) Do something.intReturn value.
-
Method Details
-
doSomething
-
returnValue
int returnValue()Return value.- Returns:
- the int
-