List of utility methods to do Number to Int
return (n == null ? 0 : n.intValue());
return value == null ? null : value.intValue();