Completed
Using The instanceof Operator
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Art of Java Language Pattern Matching
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Pattern Matching Fundamentals
- 3 Pattern Types
- 4 Switch Expressions
- 5 Switch Expression (JDK 12)
- 6 Java Inheritance
- 7 Using The instanceof Operator
- 8 Pattern Matching For instanceof (JDK 14)
- 9 Flow Scoping For Binding Variables
- 10 Pattern Matching for switch (Completeness)
- 11 Guarded Patterns (JDK 18)
- 12 Pattern Dominance
- 13 Pattern Matching instanceof And Records
- 14 Patterns Are Composable
- 15 Patterns And Local Variable Type Inference
- 16 Using The Any Pattern Match
- 17 Pattern Matching For Arrays