The Wayback Machine - https://web.archive.org/web/20220709130342/https://github.com/eclipse/eclipse-collections/issues/830
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

Add examples of primitive iteration patterns to reference guide #830

Open
donraab opened this issue Apr 1, 2020 · 7 comments
Open

Add examples of primitive iteration patterns to reference guide #830

donraab opened this issue Apr 1, 2020 · 7 comments

Comments

@donraab
Copy link
Contributor

@donraab donraab commented Apr 1, 2020

https://github.com/eclipse/eclipse-collections/blob/master/docs/guide.md#-primitive-collections

@vcvitaly
Copy link

@vcvitaly vcvitaly commented Jul 14, 2020

If it's still relevant I could take it.

@donraab
Copy link
Contributor Author

@donraab donraab commented Jul 14, 2020

Hi @vcvitaly, yes, this is still relevant so will assign the issue to you. Thank you for volunteering!

@himanshu211raj
Copy link

@himanshu211raj himanshu211raj commented Mar 8, 2021

As this issue still persist there so can i get a chance to have a look on it, if it available.

@vcvitaly
Copy link

@vcvitaly vcvitaly commented Mar 8, 2021

@himanshu211raj Yes, please do. I haven't had a chance to work on it.

@himanshu211raj
Copy link

@himanshu211raj himanshu211raj commented Mar 8, 2021

As i am recently started using eclipse can anyone guide me how can i proceed toward this?

@donraab
Copy link
Contributor Author

@donraab donraab commented Mar 8, 2021

@himanshu211raj When you refer to Eclipse in your comment do you mean Eclipse Collections or the Eclipse IDE? The two are unrelated. Eclipse Collections is a Java Collections library and can be used in any Java program.

If you mean Eclipse Collections, you can learn more about how to get started here.

@vcvitaly
Copy link

@vcvitaly vcvitaly commented Mar 9, 2021

@himanshu211raj you should update documentation on the subject in a way similar to documentation here:
https://github.com/eclipse/eclipse-collections/blob/master/docs/guide.md#-primitive-collections

So basically try using them yourself and then add some examples.

@vcvitaly vcvitaly removed their assignment Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment