FamilySearch / gedcomx-java

Java support for GEDCOM X
Apache License 2.0
53 stars 34 forks source link

Implement Comparable on GedcomxDate #97

Closed tallguy-hacker closed 1 year ago

tallguy-hacker commented 1 year ago

This implements Comparable in a limited fashion on GedcomxDates. The default behavior is to throw an UnsupportedOperationException and it is up to the subclasses to implement the method if so desired. GedcomxDateSimple and GedcomxDateApproximate have an implementation.