library [Java]
- Stores information about books and allows them to be searched.
- Each book stores the title, author, genre and the shelf code.
Operations:
- add/remove a book
- change an information about an existing book
- move a book to another shelf
- search for books by various features (by author, by title, by words from the title, by genre, by shelf code)