Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Collections Refueled
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Presentation Overview
- 3 Collections in Java
- 4 Collections Enhancements
- 5 Enhanced Forloop
- 6 Iterable
- 7 RemoveIf
- 8 ReplaceAll
- 9 Sort
- 10 Map
- 11 Multimap
- 12 Multimap Code
- 13 New Map Methods
- 14 Comparators
- 15 History
- 16 Design Goals
- 17 Overview
- 18 MapEntry
- 19 Implementation Issues
- 20 Entry
- 21 Immutability
- 22 Randomized iteration order
- 23 Nulls
- 24 Duplicate Entries
- 25 Existing Collections
- 26 Design Rationale
- 27 Summary