Collection Framework

Java Collection Framework defines several classes and interfaces to represent group of individual objects as single entity, i.e. Data Structures.

Although, referred to as a framework, it functions more like a library with a collection of classes and interfaces.

💡 Every Collection class is based on some standard data structure.


Children
  1. Collection Frameworks Cheatsheet
  2. Collection Interface
  3. Collections Class
  4. Dictionary
  5. Map