package reflection.generics; import java.util.Iterator; public interface GenericInterface002 { public Iterator iterator(); public void processThem(String... strings); void genericThrow() throws E; void checkMe() throws SecurityException, NoSuchFieldException; }