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
value
protected BigIntegerValue value
BigIntegerValue.BigIntegerComparable
public BigIntegerValue.BigIntegerComparable(BigIntegerValue value)
asBigInteger
public BigInteger asBigInteger()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.