Completed
erasure
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Adventures on the Road to Valhalla - Improving Java Generics - Lecture
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Why do we need better generics?
- 3 What's the problem with generics?
- 4 Many paths to parametric polymorphism
- 5 The Prime Directive
- 6 Generic class specialization
- 7 Specialization example
- 8 Specialization metadata
- 9 Generic methods
- 10 Summary - Act 1
- 11 What about Foo
- 12 Rescuing wildcards
- 13 Translation with wildcards
- 14 More translation examples
- 15 Wildcard challenge - accessibility
- 16 Wildcard challenge - arrays
- 17 Summary - Act 2
- 18 overly typed bytecodes
- 19 erasure
- 20 describing specializations
- 21 method signatures
- 22 What's the point?
- 23 Summary - Act 3