Class UNumber
- java.lang.Object
- 
- java.lang.Number
- 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UNumber
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public abstract class UNumber extends Number A base type for unsigned numbers.- Author:
- Lukas Eder
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UNumber()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegertoBigInteger()Get this number as aBigInteger.- 
Methods inherited from class java.lang.NumberbyteValue, doubleValue, floatValue, intValue, longValue, shortValue
 
- 
 
- 
- 
- 
Method Detail- 
toBigIntegerpublic BigInteger toBigInteger() Get this number as aBigInteger. This is a convenience method for callingnew BigInteger(toString())
 
- 
 
-