- This quiz has 1 section:
- collections
StudentZipCodeWilmingtonSimpleStringGroup
- collections
- Description
- The purpose of this class is to manage
totalAmountOfHoursLearned
- The purpose of this class is to manage
- Methods to Complete
void learn(Double amountOfHours)Double getTotalStudyTime()
- Description
- The purpose of this class is to mediate
ListofStudentobjects.
- The purpose of this class is to mediate
- Methods to Complete
void enroll(Student student)Boolean isEnrolled(Student student)void lecture(double numberOfHours)Map<Student, Double> getStudyMap()
- Description
- The purpose of this class is to create a wrapper of
ListofStringobjects
- The purpose of this class is to create a wrapper of
- Methods to Complete
Integer count()void insert(String string)Boolean has(String string)String fetch(int indexOfValue)void delete(String string)void clear()