protected static class BigIntegerValue.BigIntegerComparable extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
protected BigIntegerValue |
value |
Constructor and Description |
---|
BigIntegerComparable(BigIntegerValue value) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
asBigInteger() |
int |
compareTo(Object o) |
boolean |
equals(Object o) |
int |
hashCode() |
protected BigIntegerValue value
public BigIntegerComparable(BigIntegerValue value)
public BigInteger asBigInteger()
public int compareTo(Object o)
compareTo
in interface Comparable