Do It Yourself: Collections - Extending Map Data Structures
Offered By: JetBrains via YouTube
Course Description
Overview
Explore the intricacies of extending and creating new data structures in Java through a hands-on, TDD-based demonstration. Learn how to extend the Map data structure to create a bag (MultiSet) and a multimap (MultiValuedMap) using only JDK data structures. Discover the thought process behind developing new collections, adding essential APIs, and implementing safeguards for user-friendly implementations. Gain insights into the fundamental aspects of collection design, including new API additions and the various controls required for safe and effective usage. Follow along with this 57-minute, slide-free presentation that showcases the practical application of collection extension techniques, equipping you with the knowledge to create robust and functional custom data structures in Java.
Syllabus
Do It Yourself: Collections, by Nikhil Nanivadekar / JetBrains Technology Day for Java
Taught by
IntelliJ IDEA by JetBrains
Tags
Related Courses
The Operation of Caret - Exponentiation via Multisets - Math FoundationsInsights into Mathematics via YouTube The Hindu Arabic Number System Revisited - Data Structures in Mathematics Math Foundations
Insights into Mathematics via YouTube Multisets and a New Framework for Arithmetic - Data Structures Math Foundations
Insights into Mathematics via YouTube Higher Data Structures - Data Structures in Mathematics Math Foundations
Insights into Mathematics via YouTube Inclusion-Exclusion via Multisets - Data Structures in Mathematics Math Foundations
Insights into Mathematics via YouTube