unitsofmeasurement / indriya

JSR 385 - Reference Implementation
Other
119 stars 42 forks source link

Turn Range into an Interface #401

Closed keilw closed 10 months ago

keilw commented 1 year ago

To better support types like records (along the lines of the RangeRecord demo) Range should be an interface, not an abstract base class. Like the Measurement interface.