- Test - Class in ex1
-
Tests comparators implemented as inner classes.
- Test() - Constructor for class ex1.Test
-
- Test - Class in ex2
-
- Test() - Constructor for class ex2.Test
-
- Test.DurationObserver - Class in ex2
-
ListObserver implementation for keeping track of all events that have a
duration bigger than a threshold.
- Test.DurationObserver() - Constructor for class ex2.Test.DurationObserver
-
- Test.DurationObserver(ArrayList<ListEvent>, int) - Constructor for class ex2.Test.DurationObserver
-
- Test.PrintObserver - Class in ex2
-
ListObserver implementation for printing to stdout all information about
the events, when it's notified of their occurrence.
- Test.PrintObserver() - Constructor for class ex2.Test.PrintObserver
-
- testAnonymous() - Static method in class ex1.Test
-
Tests the comparators implemented using anoymous inner classes.
- testRegular() - Static method in class ex1.Test
-
Tests the comparators implemented with regular inner classes.
- testStatic() - Static method in class ex1.Test
-
Tests the comparators implemented using static nested classes.
- toString() - Method in class ex1.Person
-
- toString() - Method in class ex1.Student
-
- toString() - Method in class ex2.MyArrayList
-