public @Nonnull Iterable extends String> describeBooksBy(@Nonnull String author) { List result = new ArrayList();
for (Book b : books) { i