org.seasar.util.convert
クラス BigIntegerConversionUtil
java.lang.Object
org.seasar.util.convert.BigIntegerConversionUtil
public abstract class BigIntegerConversionUtil
- extends Object
BigInteger
用の変換ユーティリティです。
- 作成者:
- higa
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigIntegerConversionUtil
public BigIntegerConversionUtil()
toBigInteger
public static BigInteger toBigInteger(Object o)
BigInteger
に変換します。
- パラメータ:
o
- 変換元のオブジェクト
- 戻り値:
- 変換された
BigInteger
toBigInteger
public static BigInteger toBigInteger(Object o,
String pattern)
BigInteger
に変換します。
- パラメータ:
o
- 変換元のオブジェクトpattern
- パターン文字列
- 戻り値:
- 変換された
BigInteger
Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.