Hello, If I write this code:
Comparator<Town> c = new Comparator<>() { }; I get an error "<anonymous ...> is not abstract and does not override abstract method Compare(Town, Town) in Comparator. It's normal, but, if I click on the red button at the left of the code, and then on "implement all abstract method", nothing happens. Is it a known problem? Richard