- insertDimes(int) - Method in class hw1.ParkingMeter
-
insertDimes(int howMany) inserts a given number of dimes into this meter,
increasing the coinRemainingNumerbers, coinRemainingValues, timeRemaining
until their limits
- insertNickels(int) - Method in class hw1.ParkingMeter
-
insertNickels(int howMany) inserts a given number of dimes into this
meter, increasing the coinRemainingNumerbers, coinRemainingValues,
timeRemaining until their limits
- insertQuarters(int) - Method in class hw1.ParkingMeter
-
insertQuarters(int howMany) inserts a given number of dimes into this
meter, increasing the coinRemainingNumerbers, coinRemainingValues,
timeRemaining until their limits
- isExpired() - Method in class hw1.ParkingMeter
-
isExpired() returns true if there is no time remaining, false otherwise.