Beginner friendly overview of Java standard library data structures and their methods?

Hi, I am looking for a beginner friendly resource that can give a nice overview of the different data structures that are part of the java standard library, and their associated methods. I know that the docs is the usual resource, but it is too difficult for me to understand/navigate and all of the information is spread across different pages so it doesn't give me an overview with a simple explanation. I need this to better understand what is 'possible' in the language itself, and to know what data structures have what kind of methods on them. This way I can easily know fx, that I could use a Set to remove all duplicate elements in an efficient way, or what methods I can call on hashmap etc.
6 Replies
JavaBot
JavaBot•13mo ago
⌛ This post has been reserved for your question.
Hey @Steadhaven! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
Steadhaven
SteadhavenOP•13mo ago
Looking for an article/video/course/book :P I want to know the proper syntax and methods in a concise way (like a cheat sheet of some sort, but a bit more detailed)
dan1st
dan1st•13mo ago
that contains quite a bit of information
dan1st
dan1st•13mo ago
Trail: Collections (The Javaâ„¢ Tutorials)
This collections Java tutorial describes interfaces, implementations, and algorithms in the Java Collections framework
JavaBot
JavaBot•13mo ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?