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