Collections Corner Cases
Offered By: Devoxx via YouTube
Course Description
Overview
Explore the hidden depths and surprising features of Java's Collections Framework in this 51-minute Devoxx conference talk by Stuart Marks. Dive beyond basic ArrayList and HashMap operations to uncover little-known APIs that offer powerful functionality but can also lead to unexpected behavior. Learn about view collections, extended map views, iteration order intricacies, and set membership nuances. Gain insights from Marks, a Java Platform Group expert at Oracle, as he shares his extensive experience working on core libraries projects. Enhance your understanding of Collections to write more efficient and bug-free code.
Syllabus
Intro
Overview
View Collections
List View of Array
Map Key Set View
Map Values View
Map Entry-set View
Extended Map Views Example
Solution Attempt #3
Iteration Order
Set Membership
Explanation
Taught by
Devoxx
Related Courses
Software as a ServiceUniversity of California, Berkeley via Coursera Software Testing
University of Utah via Udacity The Hardware/Software Interface
University of Washington via Coursera Software Debugging
Saarland University via Udacity Introduction to Systematic Program Design - Part 1
The University of British Columbia via Coursera