Package net.sf.saxon.value
Class GDateValue.GDateComparable
- java.lang.Object
-
- net.sf.saxon.value.GDateValue.GDateComparable
-
- All Implemented Interfaces:
java.lang.Comparable<GDateValue.GDateComparable>
- Enclosing class:
- GDateValue
public static class GDateValue.GDateComparable extends java.lang.Object implements java.lang.Comparable<GDateValue.GDateComparable>
-
-
Constructor Summary
Constructors Constructor Description GDateComparable(GDateValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GDateValue
asGDateValue()
int
compareTo(GDateValue.GDateComparable o)
boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Constructor Detail
-
GDateComparable
public GDateComparable(GDateValue value)
-
-
Method Detail
-
asGDateValue
public GDateValue asGDateValue()
-
compareTo
public int compareTo(GDateValue.GDateComparable o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<GDateValue.GDateComparable>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-