import java.util.Collection; import java.util.List; public interface FormulierTeller { public Collection tel(int aantalVerkozenen, List stemmen); }