Generated by
JDiff

Class java.math.BigInteger

Documentation changed from old to new.

Changed Methods
boolean equals(Object) Documentation changed from old to new.
Compares this BigInteger with the specified Object for equality.
BigInteger pow(int) Documentation changed from old to new.
Returns a BigInteger whose value is (thisexponent).
int compareTo(Object) Documentation changed from old to new.
Compares this BigInteger with the specified Object.
 

Changed Fields
BigInteger ONE Documentation changed from old to new.
The BigInteger constant one.
BigInteger ZERO Documentation changed from old to new.
The BigInteger constant zero.