Today we are gonna have a brief view over the Collection and Map interfaces in Java:
As following diagram shows, while they are all used to save a group of objects of same types, Sets, Lists, Queues and Deques belong to the Collection interface, whereas Maps have their own interface.
Reference: https://www.codejava.net/java-core/collections/java-map-collection-tutorial-and-examples
