static int parseIntOr(S s, int defaultValue) { ret empty(s) ? defaultValue : Integer.parseInt(s); }