Table of Contents

1. Collection Hierarchy

The Java Collection Framework provides a well-designed set of interfaces and classes to handle groups of objects. Here is a detailed look at the hierarchy:


2. List Interface and Its Implementations


3. Iterator and Iterable Interfaces


4. Implementing Iterable via Custom LinkedList