org.seasar.framework.util
クラス BigIntegerConversionUtil
java.lang.Object
org.seasar.framework.util.BigIntegerConversionUtil
- public final class BigIntegerConversionUtil
- extends Object
BigInteger
用の変換ユーティリティです。
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toBigInteger
public static BigInteger toBigInteger(Object o)
BigInteger
に変換します。
- パラメータ:
o
-
- 戻り値:
BigInteger
toBigInteger
public static BigInteger toBigInteger(Object o,
String pattern)
BigInteger
に変換します。
- パラメータ:
o
- pattern
-
- 戻り値:
BigInteger
Copyright ? 2004-2008 The Seasar Foundation. All Rights Reserved.