Collections Framework
Unified architecture for representing & manipulating collections.
oopjavacollectionsUpdated 2025-09-01
Core Interfaces
- Collection, List, Set, Map, Queue
Implementations
- ArrayList, LinkedList, HashMap, TreeMap
Unified architecture for representing & manipulating collections.