[JSR310 M7 Review request] 8007392: JSR310 DateTime API Updates
Stephen Colebourne
scolebourne at joda.org
Fri Feb 8 11:12:38 UTC 2013
On 8 February 2013 00:23, Remi Forax <forax at univ-mlv.fr> wrote:
> I wonder if it's not better to declare enum constants of DayOfWeek (and
> Month) in an order that is not the usual week/month order to make clear that
> ordinal() doesn't work as expected.
> By example they can be declared in alphabetical order.
The constants need to be in order as Enums are Comparable.
(It was actually a mistake that all enums are Comparable, but not one
that can be fixed now)
Stephen
More information about the core-libs-dev
mailing list