org.seasar.util.convert
クラス BigIntegerConversionUtil

java.lang.Object
  上位を拡張 org.seasar.util.convert.BigIntegerConversionUtil

public abstract class BigIntegerConversionUtil
extends Object

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

作成者:
higa

コンストラクタの概要
BigIntegerConversionUtil()
           
 
メソッドの概要
static BigInteger toBigInteger(Object o)
          BigIntegerに変換します。
static BigInteger toBigInteger(Object o, String pattern)
          BigIntegerに変換します。
 
クラス 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.