<i18n dev> RFR: 8282319: java.util.Locale method to stream available Locales

Sergey Tsypanov stsypanov at openjdk.org
Thu Feb 23 15:37:05 UTC 2023


On Fri, 27 Jan 2023 21:48:26 GMT, Justin Lu <jlu at openjdk.org> wrote:

> This PR adds a new method to java.util.Locale which returns Stream<Locale>
> 
> The contents of the Stream are composed of the same underlying elements as Locale.getAvailableLocales().
> 
> This method allows streaming of the Locale array without creating a defensive copy.

Marked as reviewed by stsypanov (Author).

-------------

PR: https://git.openjdk.org/jdk/pull/12269


More information about the i18n-dev mailing list