|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdtu.library.app.Library
public class Library
| Constructor Summary | |
|---|---|
Library()
|
|
| Method Summary | |
|---|---|
void |
addBook(Book book)
|
java.util.List<Book> |
getBooks()
|
java.util.List<Book> |
search(java.lang.String string)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Library()
| Method Detail |
|---|
public java.util.List<Book> getBooks()
public void addBook(Book book)
public java.util.List<Book> search(java.lang.String string)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||