Exemple #1
0
 public boolean canFitInSpot(ParkingSpot spot) {
   return spot.getSpotSize().equals("large");
 }