static short clampToShort(int i) { ret (short) clamp(i, Short.MIN_VALUE, Short.MAX_VALUE); }