org.seasar.util.text
クラス DecimalFormatSymbolsUtil
java.lang.Object
org.seasar.util.text.DecimalFormatSymbolsUtil
public abstract class DecimalFormatSymbolsUtil
- extends Object
DecimalFormatSymbols
用のユーティリティクラスです。
- 作成者:
- higa
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecimalFormatSymbolsUtil
public DecimalFormatSymbolsUtil()
getDecimalFormatSymbols
public static DecimalFormatSymbols getDecimalFormatSymbols()
DecimalFormatSymbols
を返します。
- 戻り値:
DecimalFormatSymbols
getDecimalFormatSymbols
public static DecimalFormatSymbols getDecimalFormatSymbols(Locale locale)
DecimalFormatSymbols
を返します。
- パラメータ:
locale
- ロケール。nullであってはいけません
- 戻り値:
DecimalFormatSymbols
Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.