public class NegativeInteger extends NonPositiveInteger
| Modifier and Type | Class and Description |
|---|---|
protected static class |
NegativeInteger.BigIntegerRep
Deprecated.
As per https://issues.apache.org/jira/browse/AXIS2-3848
|
| 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()
Deprecated.
As per https://issues.apache.org/jira/browse/AXIS2-3848
|
abs, add, and, andNot, bitCount, bitLength, clearBit, 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, xorpublic 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 NonPositiveIntegerjava.io.ObjectStreamExceptionCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.