|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.util.DoubleConversionUtil
Double
用の変換ユーティリティです。
メソッドの概要 | |
static Double |
toDouble(Object o)
Double に変換します。 |
static Double |
toDouble(Object o,
String pattern)
Double に変換します。 |
static double |
toPrimitiveDouble(Object o)
doubleに変換します。 |
static double |
toPrimitiveDouble(Object o,
String pattern)
doubleに変換します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
public static Double toDouble(Object o)
Double
に変換します。
o
-
Double
public static Double toDouble(Object o, String pattern)
Double
に変換します。
o
- pattern
-
Double
public static double toPrimitiveDouble(Object o)
o
-
public static double toPrimitiveDouble(Object o, String pattern)
o
- pattern
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |