Collections

4 articles
tag: collections 4 published articles
Java

Cheatsheet and Decision Guide

Practical quick reference: collection decision trees, complexity tables, copy-paste code patterns, top 20 mistakes to avoid, and 50 interview questions.

CheatsheetCollectionsDecision Guide+2 more
June 10, 2026
19 min
Java

Collection Framework Architecture

Explore the elegant design of Java's Collection Framework including core interfaces (Collection, List, Set, Queue, Map), abstract base classes, and design patterns like Template Method and Iterator.

ArchitectureCollectionsFramework+2 more
June 10, 2026
23 min
Java

How to Use This Series

Navigate this 30-part Java Collections series effectively. Learn the knowledge pyramid (API, behavior, internals), optimal learning cycles, and personalized paths based on your goals.

CollectionsGuideJava+1 more
June 10, 2026
15 min
Algorithms

Immutable Collections

Visual guide to Immutable Collections: thread-safe by design. See why immutability simplifies concurrent code.

CollectionsFunctionalImmutable+1 more
June 10, 2026
4 min