예제 #1
0
 public void clearSpots() {
   for (ParkingSpot spot : parkingSpots) {
     spot.removeVehicle();
   }
 }