net.sf.saxon.value

Class BigIntegerValue.BigIntegerComparable

protected static class BigIntegerValue.BigIntegerComparable extends Object implements Comparable

Field Summary
protected BigIntegerValuevalue
Constructor Summary
BigIntegerComparable(BigIntegerValue value)
Method Summary
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)

equals

public boolean equals(Object o)

hashCode

public int hashCode()