Package | Description |
---|---|
dtu.library.app |
Modifier and Type | Method and Description |
---|---|
java.util.List<Book> |
LibraryApp.getBooks() |
java.util.List<Book> |
LibraryApp.search(java.lang.String searchText)
Search for a set of books by text.
|
Modifier and Type | Method and Description |
---|---|
void |
LibraryApp.addBook(Book book)
Adds a book to the library, so that it can be searched and borrowed.
|