// "Replace Stream API chain with loop" "true" import java.util.List; public class Main { static class Count { } public long test(List count) { return count.stream().count(); } }