« All Events
1 PM – Intro To Java – Alex
August 20, 2022 @ 1:00 pm - 2:00 pm
Today We Did
- We continued with EmailApplication
- We added a check to see if user has any email messages or not in their inbox.
- We added the ability to contain more than one EmailMessage per person. (The code is not done)
Homework
- Because we changed from Map<String, EmailMessage> to Map<String, List<EmailMessage>> then in the inbox, you need to go through each element inside the List<EmailMessage> and print the getInfo() to print the email.getInfo()