As we all know with Java comes the Collections API that provide us with numerous data structures that we can use.
I was wondering if there is some collection/tutorial/advice that could explain the situations and best Collection for the problem.
Example : LinkedHashMap is good for building LRU caches.