Package net.sf.saxon.value
Class Int64Value.Int64Comparable
- java.lang.Object
-
- net.sf.saxon.value.Int64Value.Int64Comparable
-
- All Implemented Interfaces:
Comparable
- Enclosing class:
- Int64Value
protected static class Int64Value.Int64Comparable extends Object implements Comparable
A Comparable that performs comparison of an Int64Value either with another Int64Value or with some other representation of an XPath numeric value
-
-
Field Summary
Fields Modifier and Type Field Description protected Int64Valuevalue
-
Constructor Summary
Constructors Constructor Description Int64Comparable(Int64Value value)
-
-
-
Field Detail
-
value
protected Int64Value value
-
-
Constructor Detail
-
Int64Comparable
public Int64Comparable(Int64Value value)
-
-