import java.util.Collection; public interface BuisOpdeling { boolean recursief(int l, Collection<Integer> lengtes); }