Completed
• 00:00 Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Sequenced Collections in Java - Deep Dive
Automatically move to the next video in the Classroom when playback concludes
- 1 • 00:00 Intro
- 2 • 00:21 Collection Framework Overview
- 3 • 01:38 Choosing the Right Collection
- 4 • 08:33 JEP 431 - Sequenced Collections
- 5 • 10:10 Collection Interface Hierarchy Evolution
- 6 • 11:45 SequencedCollection Interface
- 7 • 13:48 SequencedSet Interface
- 8 • 14:15 SequencedMap Interface
- 9 • 15:57 Removing First and Last Elements
- 10 • 18:26 Iterating in Reverse
- 11 • 21:22 Streaming in Reverse
- 12 • 22:45 Using SequencedCollection in APIs
- 13 • 24:47 Rehabilitation of LinkedHashSet & LinkedHashMap
- 14 • 26:36 Demos
- 15 • 32:58 Design Rationals
- 16 • 42:14 Summary & Future Directions