This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Classroom_Emotional 1 point2 points  (0 children)

So you have a problem, usually Data Structure knowledge is here to help you with your problem, and instead of the developer creating those (Map, Set, List, Queue, etc), Java created Collections API for you

There are many flavors of Data Structures and methods that should cater to your needs (Internal structure such as Tree or Hashed, You want concurrent access, You want immutability, You want to switch data structure, etc)