A C G L M P R

A

addBook(String, int, String, String) - Method in class proj3.Library
Preconditions: Number of copies must be positive, but not more than MAX_COPIES
One, but not both, of authorFirst and authorLast may be null
Postcondition: The book is added to the library and the number of books in the library is incremented
addPatron(String, String) - Method in class proj3.Library
Preconditions: none
Postcondition: The patron is added to the list of patrons, the number of patrons in the library is incremented
and a library card number is assigned.

A C G L M P R