public abstract class UNumber extends Number
Constructor and Description |
---|
UNumber() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
toBigInteger()
Get this number as a
BigInteger . |
byteValue, doubleValue, floatValue, intValue, longValue, shortValue
public BigInteger toBigInteger()
BigInteger
. This is a convenience method for
calling new BigInteger(toString())
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.