import java.util.Collection; public interface DozenStapelen { int stapel(Collection dozen); }