package tgt; public interface SimpleITwo002 { int toInt(String s); String fromLong(long l); }