org.apache.axis.types
public class NegativeInteger extends NonPositiveInteger
Modifier and Type | Class and Description |
---|---|
protected static class |
NegativeInteger.BigIntegerRep |
Constructor and Description |
---|
NegativeInteger(byte[] val) |
NegativeInteger(int signum,
byte[] magnitude) |
NegativeInteger(int bitLength,
int certainty,
java.util.Random rnd) |
NegativeInteger(int numBits,
java.util.Random rnd) |
NegativeInteger(java.lang.String val) |
NegativeInteger(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, clearBit, compareTo, compareTo, divide, divideAndRemainder, doubleValue, equals, flipBit, floatValue, gcd, getLowestSetBit, hashCode, intValue, isProbablePrime, longValue, max, min, mod, modInverse, modPow, multiply, negate, nextProbablePrime, not, or, pow, probablePrime, remainder, setBit, shiftLeft, shiftRight, signum, subtract, testBit, toByteArray, toString, toString, valueOf, xor
public NegativeInteger(byte[] val)
public NegativeInteger(int signum, byte[] magnitude)
public NegativeInteger(int bitLength, int certainty, java.util.Random rnd)
public NegativeInteger(int numBits, java.util.Random rnd)
public NegativeInteger(java.lang.String val)
public NegativeInteger(java.lang.String val, int radix)
public java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class NonPositiveInteger
java.io.ObjectStreamException
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.