This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.*; | |
/** | |
* Write a description of class BookList here. | |
* | |
* @author (your name) | |
* @version (a version number or a date) | |
*/ | |
public class BookList | |
{ | |
// instance variables - replace the example below with your own; |