static int parseInt_bounded(S s, int max, int defaultValue default max) { ret min(max, parseIntOr(s, defaultValue)); }