-
Enhancement
-
Resolution: Fixed
-
P4
-
24
-
None
CompoundElement was recently refitted to be Iterable; it has vestiges of Iteration support methods, such as `void forEachElement(Consumer<E> consumer)` and `Iterable<E> elements()`. In addition, there are some straightforward implementation improvements unlocked from this cleanup, such as using stream builder on foreach to create stream.
- csr for
-
JDK-8336034 CompoundElement API cleanup
- Closed
- links to
-
Commit(master) openjdk/jdk/a9f5e76a
-
Review(master) openjdk/jdk/20103