import java.util.Collection; public interface ParkingSimulator { public int simulate(int capacity, int returnTime, Collection arrivalEvents); }