static int parseInt(String s) { return empty(s) ? 0 : Integer.parseInt(s); }