public class JournalCollection { // instance variables - replace the example below with your own private ArrayList journals; /** * Constructor for objects of class JournalCollection */ public JournalCollection() { journals = new ArrayList(); } /** * add journal */ public void addJournal(journalToAdd) { journal.add(journalToAdd); } public ArrayListgetJournalList(String empName) { // return JournalList // if (JournalList.contains (empName) } }