- This quiz has 1 section:
- collections
Student
ZipCodeWilmington
SimpleStringGroup
- 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
List
ofStudent
objects.
- 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
List
ofString
objects
- 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()