Completed
Resources
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Eclipse Collections by Example
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Java in GS
- 3 Eclipse Collections Features
- 4 Comparing Maps
- 5 Why Primitive Collections?
- 6 Hobson's Choice - Map
- 7 Hobson's Choice - Primitives
- 8 Eclipse Collections by Example
- 9 Setup
- 10 Do any people have cats?
- 11 How does "count" stack up?
- 12 Who has cats?
- 13 Who doesn't have cats?
- 14 Partition people with/without cats
- 15 Get the names of Bob's pets
- 16 Get the set of all pet types
- 17 Group people by their last name
- 18 Get the age statistics of pets
- 19 Counts by pet age
- 20 Resources