Class Book

java.lang.Object
it.unimi.di.prog2.h14.member.Book
All Implemented Interfaces:
Iterable<Book.Chapter>

public class Book extends Object implements Iterable<Book.Chapter>
A (promise of a) book, made up of chapters.

A book is the promise of an author to its editor, the author will first establish a title, then he will add chapters to the book.