Please enable JavaScript.
Coggle requires JavaScript to display documents.
Collections - Coggle Diagram
Collections
Java Collection Framework
What is a Collection Framework?
Basic collection interfaces
Collection interface hierarchy
Interface Collection
Interface List
List interface hierarchy
Class ArrayList
Iterator
Class LinkedList
Interface Set
Set interface hierarchy
HashSet
LinkedHashSet
TreeSet
Interface Map
Map Interface Hierarchy
HashMap
LinkedHashMap
TreeMap
Interface Queue
Queue interface hierarchy
Queue interface and classes
Dequeue interface and classes
Dynamic data structures
Self-developed data structures
Types of dynamic structures
Why do you need collections?
Where can collections be used?