package tgt; public interface SimpleI002 { int toInt(String s); String fromInt(); }