public class Numeric
extends java.math.BigInteger
Constructor and Description |
---|
Numeric(java.lang.String value)
Base constructor.
|
abs, add, and, andNot, bitCount, bitLength, byteValueExact, clearBit, compareTo, divide, divideAndRemainder, doubleValue, equals, flipBit, floatValue, gcd, getLowestSetBit, hashCode, intValue, intValueExact, isProbablePrime, longValue, longValueExact, max, min, mod, modInverse, modPow, multiply, negate, nextProbablePrime, not, or, pow, probablePrime, remainder, setBit, shiftLeft, shiftRight, shortValueExact, signum, subtract, testBit, toByteArray, toString, toString, valueOf, xor
public Numeric(java.lang.String value)
value
- The value of the 'numeric' key property.BigInteger.BigInteger(java.lang.String)
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.