import java.util.Collection; import java.util.Map; public interface Wisselgeld { public Map wisselgeld(Collection munten, int bedrag); }