BigDecimal order = (BigDecimal) map.get("finishrat"); double d = (order == null ? 0 : order.doubleValue()); String format = String.format("%.2f", d);