lballabio / QuantLib-SWIG

QuantLib wrappers to other languages
Other
342 stars 285 forks source link

Cleanup comparisons #613

Closed eltoder closed 9 months ago

eltoder commented 9 months ago

[1] https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html#compareTo-T- [2] https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html#compare-T-T- [3] https://docs.python.org/3/reference/datamodel.html

eltoder commented 9 months ago

@lballabio If you think it's worth it, we can put back Money.compare as a deprecated alias to compareTo using %proxycode and @Deprecated.

lballabio commented 9 months ago

Just compareTo is ok, I guess. Do these classes need to implement Comparable?

eltoder commented 9 months ago

Added Comparable<T> implementations.