|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.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
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||