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