C N O R

C

cancel(String) - Method in class NewReservation
checks out a customer and marks the room as empty

N

NewReservation - class NewReservation.
This class models a hotel reesrvation system
NewReservation() - Constructor for class NewReservation
Creates a list of rooms and make them available (by setting them to null).

O

occupancy - Static variable in class NewReservation
occupancy is an array that indicates the occupant of each room.

R

reserve(String) - Method in class NewReservation
Adds a new customer to the hotel.

C N O R