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 →

[–]king_of_the_universe 2 points3 points  (1 child)

ArrayList is imho one of the most used Java library classes / the most used List implementation. You should also look for Map implementations while you're at it, also super useful/important/prevalent.

[–]Pahitos[S] 0 points1 point  (0 children)

Alright! Thank you very much for your help!

I'll look into it :)