Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.8.5, 2.0-beta-2
Description
Currently it is unnecessarily hard to compare TimeDurations. Calling toMilliseconds on both of them just to do simple comparisons is cumbersome. It would be easy to implement Comparable and just do the comparison there.