java > java.math > java.math.biginteger >

Class: java.math.BigInteger
    java.lang.Object
       java.lang.Number
               java.math.BigInteger


public class BigInteger extends Number implements Comparable


FIELDS:
public static final BigInteger ONE
public static final BigInteger TEN
public static final BigInteger ZERO

CONSTRUCTORS:
public BigInteger(byte[] val)

public BigInteger(int signum, byte[] magnitude)

public BigInteger(String val, int radix)

public BigInteger(String val)

public BigInteger(int numBits, Random rnd)

public BigInteger(int bitLength, int certainty, Random rnd)


METHODS:
public BigInteger abs()

public BigInteger add(BigInteger val)

public BigInteger and(BigInteger val)

public BigInteger andNot(BigInteger val)

public int bitCount()

public int bitLength()

public BigInteger clearBit(int n)
Throws: ArithmeticException

public int compareTo(BigInteger val)

public BigInteger divide(BigInteger val)
Throws: ArithmeticException

public BigInteger[] divideAndRemainder(BigInteger val)
Throws: ArithmeticException

public double doubleValue()
Overrides: Number

public boolean equals(Object x)
Overrides: Object

public BigInteger flipBit(int n)
Throws: ArithmeticException

public float floatValue()
Overrides: Number

public BigInteger gcd(BigInteger val)

public int getLowestSetBit()

public int hashCode()
Overrides: Object

public int intValue()
Overrides: Number

public boolean isProbablePrime(int certainty)

public long longValue()
Overrides: Number

public BigInteger max(BigInteger val)

public BigInteger min(BigInteger val)

public BigInteger mod(BigInteger m)
Throws: ArithmeticException

public BigInteger modInverse(BigInteger m)
Throws: ArithmeticException

public BigInteger modPow(BigInteger exponent, BigInteger m)
Throws: ArithmeticException

public BigInteger multiply(BigInteger val)

public BigInteger negate()

public BigInteger nextProbablePrime()
Throws: ArithmeticException

public BigInteger not()

public BigInteger or(BigInteger val)

public BigInteger pow(int exponent)
Throws: ArithmeticException

public static BigInteger probablePrime(int bitLength, Random rnd)
Throws: ArithmeticException

public BigInteger remainder(BigInteger val)
Throws: ArithmeticException

public BigInteger setBit(int n)
Throws: ArithmeticException

public BigInteger shiftLeft(int n)

public BigInteger shiftRight(int n)

public int signum()

public BigInteger subtract(BigInteger val)

public boolean testBit(int n)
Throws: ArithmeticException

public byte[] toByteArray()

public String toString()
Overrides: Object

public String toString(int radix)

public static BigInteger valueOf(long val)

public BigInteger xor(BigInteger val)


INHERITED METHODS:
intValue(), longValue(), floatValue(), doubleValue(), byteValue(), shortValue(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net