Package net.sf.saxon.value
Class BigIntegerValue.BigIntegerComparable
- java.lang.Object
-
- net.sf.saxon.value.BigIntegerValue.BigIntegerComparable
-
- All Implemented Interfaces:
Comparable
- Enclosing class:
- BigIntegerValue
protected static class BigIntegerValue.BigIntegerComparable extends Object implements Comparable
A Comparable that performs comparison of BigInteger values either with other BigInteger values or with other representations of XPath numeric values
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegerValuevalue
-
Constructor Summary
Constructors Constructor Description BigIntegerComparable(BigIntegerValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegerasBigInteger()intcompareTo(Object o)booleanequals(Object o)inthashCode()
-
-
-
Field Detail
-
value
protected BigIntegerValue value
-
-
Constructor Detail
-
BigIntegerComparable
public BigIntegerComparable(BigIntegerValue value)
-
-
Method Detail
-
asBigInteger
public BigInteger asBigInteger()
-
compareTo
public int compareTo(Object o)
- Specified by:
compareToin interfaceComparable
-
-