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 |
---|
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 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
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.