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