Java Fundamentals: Collections

Pluralsight
Course Summary
Learn why you would want to use collections instead of arrays and understand the power of Lists, Sets, and Maps.
-
+
Course Description
Working with data is fundamental to any business problem. Java Collections are data structures designed to store and process data in memory. We start with why you want to use collections instead of arrays, cover the capabilities of Lists, Sets, and Maps and explain the different data structure tradeoffs.
-
+
Course Syllabus
What Are Collections and Why Use Them?- 12m 13s
—Introduction 1m 48s
—The Problem with Arrays 4m 38s
—Why You Should Use Collections 5m 46sDefining and Iterating Collections- 28m 56s
—Introduction 1m 25s
—Collection of Collections 9m 34s
—Collection Behaviors 3m 27s
—Collection Behaviors (Live Coding) 13m 19s
—Summary 1m 10sCollections with Iteration Order: Lists- 36m 51sCollection with Uniqueness: Sets- 40m 54sCollections with Modification Order: Queues, Deques, and Stacks- 39m 58sCollections of Pairs: Maps- 1h 3mCollection Operations- 20m 3s
This course is listed under
Development & Implementations
and Data & Information Management
Community
Related Posts: