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