// streams/AnInterface.java // ©2016 MindView LLC: see Copyright.txt interface AnInterface { void firstMethod(); void secondMethod(); }