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
|
ONE, TEN, ZERO
Constructor and Description |
---|
NegativeInteger(byte[] val) |
NegativeInteger(int signum,
byte[] magnitude) |
NegativeInteger(int bitLength,
int certainty,
Random rnd) |
NegativeInteger(int numBits,
Random rnd) |
NegativeInteger(String val) |
NegativeInteger(String val,
int radix) |
Modifier and Type | Method and Description |
---|---|
Object |
writeReplace()
Deprecated.
As per https://issues.apache.org/jira/browse/AXIS2-3848
|
abs, add, and, andNot, bitCount, bitLength, byteValueExact, clearBit, 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
byteValue, shortValue
public NegativeInteger(byte[] val)
public NegativeInteger(int signum, byte[] magnitude)
public NegativeInteger(int bitLength, int certainty, Random rnd)
public NegativeInteger(int numBits, Random rnd)
public NegativeInteger(String val)
public NegativeInteger(String val, int radix)
public Object writeReplace() throws ObjectStreamException
writeReplace
in class NonPositiveInteger
ObjectStreamException
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.