package tgt; public class SimpleClass { public static int toInt(String s) { return Integer.parseInt(s); } }