Completed
Examples
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Young Pups - New Collections APIs for Java 9
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Collection literals
- 3 The new API
- 4 The API
- 5 Examples
- 6 Map of Entries
- 7 Overloads
- 8 Overload Resolution
- 9 Fixed Overloads
- 10 Nulls
- 11 Immutability
- 12 Why are we doing this
- 13 Threadsafe
- 14 Unmodifiable wrappers
- 15 Duplicates
- 16 Duplicate Rejection
- 17 Duplicate Rejection Example
- 18 Implementation Issues
- 19 Implementation Diagram
- 20 How big is this
- 21 Shooting fish in a barrel
- 22 Cost per element
- 23 Design considerations
- 24 Organization considerations
- 25 Improved access time
- 26 Private APIs
- 27 Collection Size
- 28 Compatability
- 29 Serialization
- 30 iteration order
- 31 randomized iteration order
- 32 Questions and comments