Java Quiz Week 10 Day 5 Overview This quiz has 1 section: collections Student ZipCodeWilmington SimpleStringGroup Collections Student Description The purpose of this class is to manage totalAmountOfHoursLearned Methods to Complete void learn(Double amountOfHours) Double getTotalStudyTime() ZipCodeWilmington Description The purpose of this class is to mediate List of Student objects. Methods to Complete void enroll(Student student) Boolean isEnrolled(Student student) void lecture(double numberOfHours) Map<Student, Double> getStudyMap() SimpleStringGroup Description The purpose of this class is to create a wrapper of List of String objects Methods to Complete Integer count() void insert(String string) Boolean has(String string) String fetch(int indexOfValue) void delete(String string) void clear()