public void exclude(String excludedStudent) { students.removeIf(excludedStudent::equals); } Никак не пойму как мы без цикла проходим по всему arrayListу?