Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Collections Refueled - Java 9 Enhancements and Future Possibilities
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 (Almost) Twenty Years of Java Collections
- 3 Java 9 - Collections Convenience Factory Methods
- 4 New JDK 9 APIs: Static Methods on Interfaces
- 5 Implementation Characteristics
- 6 Unmodifiable
- 7 Nulls Disallowed
- 8 Randomized Iteration Order
- 9 Example: Map With Duplicate keys
- 10 Space Efficiency
- 11 Serialization
- 12 Summary