public class BookStorage extends Object
| Constructor and Description |
|---|
BookStorage() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateId() |
Collection<Book> |
getAll() |
Book |
getBook(String id) |
int |
numberOfBooks() |
String |
putBook(Book book) |
Copyright © 2012–2016 Codenvy, S.A.. All rights reserved.