Uses of Class
biblioteca.Libro
Packages that use Libro
-
Uses of Libro in biblioteca
Fields in biblioteca declared as LibroFields in biblioteca with type parameters of type LibroMethods in biblioteca that return LibroModifier and TypeMethodDescriptionBiblioteca.encuentaLibroPorAutor(String autor) Deprecated.Biblioteca.encuentraLibroPorTitulo(String titulo) Encuentra libro por tituloMethods in biblioteca that return types with arguments of type LibroModifier and TypeMethodDescriptionBiblioteca.encuentraLibrosPorAutor(String autor) Busca todos los Libros de un ator determinadoBiblioteca.getLibros()Devuelve la Lista de libros de la bibliotecaMethods in biblioteca with parameters of type LibroModifier and TypeMethodDescriptionbooleanBiblioteca.agregarLibro(Libro libro) Agrega un libro a la biliotecabooleanBiblioteca.eliminarLibro(Libro libro) Constructor parameters in biblioteca with type arguments of type Libro
Biblioteca.encuentraLibroPorTitulo(String)en si lugar