Store a collection of objects using a single variable
| # | Name | Description | Status | 
|---|---|---|---|
| 1 | Intro to Collections | The first step in a beautiful journey | Not Started | 
| 2 | List - Introduction | An introduction to the List collection | Not Started | 
| 3 | List - Construction | Constructing Lists | Not Started | 
| 4 | List - Index | Accessing elements within the List | Not Started | 
| 5 | List - Add Elements | Add data to the List after initializing | Not Started | 
| 6 | List - Add at an Index | Add an element to the list at a specific index | Not Started | 
| 7 | List - Replace Elements | Override the element at an index | Not Started | 
| 8 | List - Add All | Add a list to another list | Not Started | 
| 9 | List - Empty vs Null | Determine the difference between empty and null lists | Not Started | 
| 10 | List - Clear and Remove | Remove elements from a list of just start from scratch | Not Started | 
| 11 | List - Equality | Check if two lists are the same | Not Started | 
| 12 | List - Array Notation | Check if two lists are the same | Not Started | 
| 13 | Set - Introduction | Like Lists, but distinct! | Not Started | 
| 14 | Set - Methods | A lightning round of key methods with a Set | Not Started | 
| 15 | Map - Introduction | Buckle your seatbelts | Not Started | 
| 16 | Map - Construction | Discover the many ways to construct a Map | Not Started | 
| 17 | Map - Put | Add key and value pairs to a Map | Not Started | 
| 18 | Map - Get | Retrieve the data in a Map | Not Started | 
| 19 | Map - Remove and Sizing | Determine the size of a map and remove pairs | Not Started | 
| 20 | Map - Keyset and Values | Maps were just Sets and Lists all along | Not Started |