org.slim3.commons.util
Class BigIntegerUtil
java.lang.Object
org.slim3.commons.util.BigIntegerUtil
public final class BigIntegerUtil
- extends Object
A utility class for BigInteger
.
- Version:
- 3.0
- Author:
- higa
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.