package tgt; public interface SimpleI003 { int toInt(String s); String stringify(double d, int i, long l, boolean b); }