jp.terasoluna.fw.file.dao.standard
クラス DecimalFormatLocal
java.lang.Object
java.lang.ThreadLocal<DecimalFormat>
jp.terasoluna.fw.file.dao.standard.DecimalFormatLocal
public class DecimalFormatLocal
- extends ThreadLocal<DecimalFormat>
DecimalFormatのThreadLocalクラス。
DecimalFormatがスレッドセーフではないため、ThreadLocalを使用して
スレッドセーフにする。
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecimalFormatLocal
public DecimalFormatLocal(String pattern)
- コンストラクタ
initialValue
protected DecimalFormat initialValue()
- 初期化。
- オーバーライド:
- クラス
ThreadLocal<DecimalFormat>
内の initialValue
- 戻り値:
- DecimalFormatインスタンス
Copyright © 2011. All Rights Reserved.