static int parseInt(S s) { ret empty(s) ? 0 : Integer.parseInt(s); } static int parseInt(char c) { return empty(s) ? 0 : Integer.parseInt(str(c)); }