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を使用して
スレッドセーフにする。


コンストラクタの概要
DecimalFormatLocal(String pattern)
          コンストラクタ
 
メソッドの概要
protected  DecimalFormat initialValue()
          初期化。
 
クラス java.lang.ThreadLocal から継承されたメソッド
get, remove, set
 
クラス 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.