package p;

import java.io.IOException;
import java.util.List;
import java.util.Set;

/** typecomment template*/
interface I {

	List m(Set set, String string) throws IOException;

}