Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference Guide: diagram ignores Java Stream API #1489

Open
Chealer opened this issue Aug 21, 2023 · 0 comments
Open

Reference Guide: diagram ignores Java Stream API #1489

Chealer opened this issue Aug 21, 2023 · 0 comments

Comments

@Chealer
Copy link

Chealer commented Aug 21, 2023

The About Eclipse Collections section of the Eclipse Collections Reference Guide contains a EclipseCollectionDiagram.png diagram. One of the boxes at the bottom contains the following:

The key enhancement Eclipse Collections provides is internal iteration: the collection objects themselves furnish the methods for iterative operations that would otherwise require external looping structures, such as for and while.

While the beginning is correct, the Stream API added in version 8 of JDK allows iterative operations without resorting to looping structures.

This diagram should be updated to remove this part or clarify how EC remains relevant with the Stream API.

@Chealer Chealer changed the title Reference Guide: Reference Guide: diagram ignores Java Stream API Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant