jp.terasoluna.fw.file.dao.standard
クラス DecimalFormatLocal

java.lang.Object
  上位を拡張 java.lang.ThreadLocal<java.text.DecimalFormat>
      上位を拡張 jp.terasoluna.fw.file.dao.standard.DecimalFormatLocal

public class DecimalFormatLocal
extends java.lang.ThreadLocal<java.text.DecimalFormat>

DecimalFormatのThreadLocalクラス。
DecimalFormatがスレッドセーフではないため、ThreadLocalを使用して
スレッドセーフにする。


フィールドの概要
private  java.lang.String pattern
          フォーマットパターン
 
コンストラクタの概要
DecimalFormatLocal(java.lang.String pattern)
          コンストラクタ
 
メソッドの概要
protected  java.text.DecimalFormat initialValue()
          初期化。
 
クラス java.lang.ThreadLocal から継承されたメソッド
get, remove, set
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

pattern

private java.lang.String pattern
フォーマットパターン

コンストラクタの詳細

DecimalFormatLocal

public DecimalFormatLocal(java.lang.String pattern)
コンストラクタ

メソッドの詳細

initialValue

protected java.text.DecimalFormat initialValue()
初期化。

オーバーライド:
クラス java.lang.ThreadLocal<java.text.DecimalFormat> 内の initialValue
戻り値:
DecimalFormatインスタンス