static Number boxedIntOrLong(long l) { ret l != (int) l ? boxed(l) : boxed((int) l); }