static int or0(Int i) { ret i == null ? 0 : i; } static double or0(Double d) { ret d == null ? 0.0 : d; }