org.seasar.framework.util
クラス BigIntegerConversionUtil

java.lang.Object
  拡張org.seasar.framework.util.BigIntegerConversionUtil

public class BigIntegerConversionUtil
extends java.lang.Object

BigInteger用の変換ユーティリティです。

作成者:
higa

コンストラクタの概要
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
 

コンストラクタの詳細

BigIntegerConversionUtil

protected BigIntegerConversionUtil()
インスタンスを構築します。

メソッドの詳細

toBigInteger

public static java.math.BigInteger toBigInteger(java.lang.Object o)
BigIntegerに変換します。

パラメータ:
o -
戻り値:
BigInteger

toBigInteger

public static java.math.BigInteger toBigInteger(java.lang.Object o,
                                                java.lang.String pattern)
BigIntegerに変換します。

パラメータ:
o -
pattern -
戻り値:
BigInteger


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.