A C E G I L M N O P R S T V 

S

set(int, E) - Method in class ex2.MyArrayList
Replaces the element at the specified position in this list with the specified element and notifies all the list's observers about this event.
setGrade(Integer) - Method in class ex1.Student
 
setName(String) - Method in class ex1.Person
 
setType(EventType) - Method in class ex2.ListEvent
Setter for the event's type.
Student - Class in ex1
Class that represents a student.
Student() - Constructor for class ex1.Student
 
Student(String) - Constructor for class ex1.Student
 
Student(String, Integer) - Constructor for class ex1.Student
 
Student.GradeComparator - Class in ex1
Comparator implementation for comparing students based on grades.
Student.GradeComparator() - Constructor for class ex1.Student.GradeComparator
 
Student.StaticGradeComparator - Class in ex1
Comparator implementation as a static nested class, for comparing students based on grades.
Student.StaticGradeComparator() - Constructor for class ex1.Student.StaticGradeComparator
 
A C E G I L M N O P R S T V