static charToIntOrMinus1(Char c) { ret c == null ? -1 : (int) c; }