Class TransitiveNumericComparable

java.lang.Object
net.sf.saxon.expr.sort.TransitiveNumericComparable
All Implemented Interfaces:
Comparable<XPathComparable>, XPathComparable

public class TransitiveNumericComparable extends Object implements XPathComparable
  • Constructor Details

    • TransitiveNumericComparable

      public TransitiveNumericComparable(NumericValue value)
  • Method Details

    • compareTo

      public int compareTo(XPathComparable o)
      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:
      compareTo in interface Comparable<XPathComparable>