<i18n dev> RFR: 8347955: TimeZone methods to stream the available timezone IDs [v2]
Naoto Sato
naoto at openjdk.org
Thu Jan 23 19:15:50 UTC 2025
On Thu, 23 Jan 2025 19:02:32 GMT, Justin Lu <jlu at openjdk.org> wrote:
>> Noticed that too. There is also the argument that since these stream methods are new, we can leave it un-sorted but we would have to specify the deviation. Although I agree it is best to align for consistency.
>
> Actually I'm wondering if we should specify these `rawOffset` methods with an `@implNote` that states they are sorted.
I'd rather not. If we did, users would wonder why no-arg return is not sorted, which might be a mere overlook (and if we sort it, it would be costly (num of tzids are not small))
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23251#discussion_r1927556567
More information about the i18n-dev
mailing list