2003.09.15


jdc.java.math
Class BigInteger

java.lang.Object
  |
  +--java.lang.Number
        |
        +--java.math.BigInteger
              |
              +--jdc.java.math.BigInteger
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class BigInteger
extends java.math.BigInteger

A wrapper class for java.math.BigInteger.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.math.BigInteger
ONE, ZERO
 
Constructor Summary
BigInteger(java.lang.String integer)
          Constructs a new BigInteger object.
 
Methods inherited from class java.math.BigInteger
abs, add, and, andNot, bitCount, bitLength, clearBit, compareTo, compareTo, divide, divideAndRemainder, doubleValue, equals, flipBit, floatValue, gcd, getLowestSetBit, hashCode, intValue, isProbablePrime, longValue, max, min, mod, modInverse, modPow, multiply, negate, not, or, pow, probablePrime, remainder, setBit, shiftLeft, shiftRight, signum, subtract, testBit, toByteArray, toString, toString, valueOf, xor
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BigInteger

public BigInteger(java.lang.String integer)
Constructs a new BigInteger object.


2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.