> 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.
Justin Lu has updated the pull request incrementally with one additional commit since the last revision: Doc adjustments, fix method name in test ------------- Changes: - all: https://git.openjdk.org/jdk/pull/12269/files - new: https://git.openjdk.org/jdk/pull/12269/files/6df5c168..b2c08e1c Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=12269&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12269&range=00-01 Stats: 10 lines in 3 files changed: 3 ins; 2 del; 5 mod Patch: https://git.openjdk.org/jdk/pull/12269.diff Fetch: git fetch https://git.openjdk.org/jdk pull/12269/head:pull/12269 PR: https://git.openjdk.org/jdk/pull/12269