Collection Classes
- slide 27 : 36
Sample use of class
Dictionary<K,V>
A dictionary that maps Persons to BankAccounts
A class Person.
A class BankAccount.
A program working with
Dictionary<Person,BankAccount>
.
Output from the
Dictionary<Person,BankAccount>
program.
Switching from Dictionary to SortedDictionary