if (numberFormat == null)
{
numberFormat = newNumberFormat(locale);
setNumberFormat(locale, numberFormat);
}
return (NumberFormat)numberFormat.clone();
}
/**
* Creates a new {@link NumberFormat} for the given locale. The instance is later cached and is
* accessible through {@link #getNumberFormat(Locale)}