public class PositiveInteger extends NonNegativeInteger
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PositiveInteger.BigIntegerRep
Deprecated.
As per https://issues.apache.org/jira/browse/AXIS2-3848
|
| Constructor and Description |
|---|
PositiveInteger(byte[] val) |
PositiveInteger(int signum,
byte[] magnitude) |
PositiveInteger(int bitLength,
int certainty,
java.util.Random rnd) |
PositiveInteger(int numBits,
java.util.Random rnd) |
PositiveInteger(java.lang.String val) |
PositiveInteger(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, 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, xorpublic PositiveInteger(byte[] val)
public PositiveInteger(int signum,
byte[] magnitude)
public PositiveInteger(int bitLength,
int certainty,
java.util.Random rnd)
public PositiveInteger(int numBits,
java.util.Random rnd)
public PositiveInteger(java.lang.String val)
public PositiveInteger(java.lang.String val,
int radix)
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class NonNegativeIntegerjava.io.ObjectStreamExceptionCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.