Package net.sf.saxon.expr.sort
Class TransitiveNumericComparable
java.lang.Object
net.sf.saxon.expr.sort.TransitiveNumericComparable
- All Implemented Interfaces:
Comparable<XPathComparable>,XPathComparable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintCompares this object with the specified object for order.
-
Constructor Details
-
TransitiveNumericComparable
-
-
Method Details
-
compareTo
Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.- Specified by:
compareToin interfaceComparable<XPathComparable>
-