net.sf.saxon.value

Class BigIntegerValue.BigIntegerComparable

Enclosing Class:
BigIntegerValue
Implemented Interfaces:
Comparable

protected static class BigIntegerValue.BigIntegerComparable
extends java.lang.Object
implements Comparable

Field Summary

protected BigIntegerValue
value

Constructor Summary

BigIntegerComparable(BigIntegerValue value)

Method Summary

BigInteger
asBigInteger()
int
compareTo(Object o)
boolean
equals(Object o)
int
hashCode()

Field Details

value

protected BigIntegerValue value

Constructor Details

BigIntegerComparable

public BigIntegerComparable(BigIntegerValue value)

Method Details

asBigInteger

public BigInteger asBigInteger()

compareTo

public int compareTo(Object o)

equals

public boolean equals(Object o)

hashCode

public int hashCode()