public class NonPositiveInteger
extends java.math.BigInteger
Modifier and Type | Class and Description |
---|---|
protected static class |
NonPositiveInteger.BigIntegerRep |
Constructor and Description |
---|
NonPositiveInteger(byte[] val) |
NonPositiveInteger(int signum,
byte[] magnitude) |
NonPositiveInteger(int bitLength,
int certainty,
java.util.Random rnd) |
NonPositiveInteger(int numBits,
java.util.Random rnd) |
NonPositiveInteger(java.lang.String val) |
NonPositiveInteger(java.lang.String val,
int radix) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
writeReplace()
Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
|
abs, add, and, andNot, bitCount, bitLength, byteValueExact, clearBit, compareTo, 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 NonPositiveInteger(byte[] val)
public NonPositiveInteger(int signum, byte[] magnitude)
public NonPositiveInteger(int bitLength, int certainty, java.util.Random rnd)
public NonPositiveInteger(int numBits, java.util.Random rnd)
public NonPositiveInteger(java.lang.String val)
public NonPositiveInteger(java.lang.String val, int radix)
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.