// "Replace with collect" "true" import java.util.ArrayList; import java.util.List; public class Test { public List test(String[] data) { int top = Math.min(10, data.length); List result = new ArrayList<>(); for(int i=0; i