2006-11-05 10:49:16 UTC
Users can addABook, at a particular position, This should place a book at the specified position, losing any book which might have previously resided at the specified position.
Users should be able to getABook() by specifying the book's position. If no book is located at the specified position, the Bookshelf.BookNotFoundException should be thrown.
The user should be able to getAList() which should provide a nicely formatted String containing the titles of each Textbook. This listing should list only actual textbooks, not null references.
If ever the user specifies an index that is not valid, the IndexOutOfBoundsException should be thrown
Please...Please help me,
Thanks