public class LdiBigIntegerConversionUtil extends Object
BigInteger用の変換ユーティリティです。| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
LdiBigIntegerConversionUtil()
インスタンスを構築します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static BigInteger |
toBigInteger(Object o)
BigIntegerに変換します。 |
static BigInteger |
toBigInteger(Object o,
String pattern)
BigIntegerに変換します。 |
public static BigInteger toBigInteger(Object o)
BigIntegerに変換します。o - BigIntegerpublic static BigInteger toBigInteger(Object o, String pattern)
BigIntegerに変換します。o - pattern - BigIntegerCopyright © 2015 The DBFlute Project. All rights reserved.