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