SE450
:
Collections Framework
[11/63]
Java library supplies standard data structures
Supplies useful services (e.g.
Collections.sort
,
Collections.shuffle
)
Framework: Programmers can supply additional data structures, services
New data structures automatically work with services
New services automatically work with data structures