// streams/AnInterface.java interface AnInterface { void firstMethod(); void secondMethod(); }