org.slim3.commons.util
Class BigIntegerUtil

java.lang.Object
  extended by org.slim3.commons.util.BigIntegerUtil

public final class BigIntegerUtil
extends Object

A utility class for BigInteger.

Version:
3.0
Author:
higa

Method Summary
static BigInteger toBigInteger(Object o)
          Converts the object to BigInteger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toBigInteger

public static BigInteger toBigInteger(Object o)
Converts the object to BigInteger.

Parameters:
o - the object
Returns:
the converted value


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.