Lecture 12
21
Collections of collections
•
Dictionary might map a word to an
ArrayList of definitions
•
Screen maintains a private field that’s an
array of arrays of char:
•
private char[][] pixels;