Completed
Efficiency
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java Language Futures - Spring 2022 Edition
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Feature Releases
- 3 Project Amber
- 4 What is Project Amber
- 5 Preview Features
- 6 Algebraic Desktop
- 7 Switch Expression
- 8 Selector Expression
- 9 Pattern Matching
- 10 Pattern Semantics
- 11 Recap
- 12 Pattern Enhanced Switch
- 13 Which Pattern Matches
- 14 Programmer Error
- 15 Constants as Labels
- 16 Pattern Switch
- 17 Null Switch
- 18 Single Case Label
- 19 Brewing
- 20 When Clause
- 21 Efficiency
- 22 Record Patterns
- 23 Nested Patterns
- 24 Nesting Record Patterns
- 25 Why Record Patterns
- 26 Wrap Up