package interfacerewriting; public interface TheInterface { void someMethod(String str); double doubleIt(int i); }