14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
#BlueJ class context
|
|
comment0.params=
|
|
comment0.target=Library()
|
|
comment0.text=\n\ Constructor\ for\ objects\ of\ class\ Library\n
|
|
comment1.params=item
|
|
comment1.target=void\ storeItem(LibraryItem)
|
|
comment1.text=\n\ Appends\ a\ LibraryItem\ to\ the\ itemList.\n
|
|
comment2.params=
|
|
comment2.target=void\ printAllItems()
|
|
comment2.text=\n\ Prints\ to\ the\ terminal\ all\ items\ in\ the\ itemList\n
|
|
comment3.params=
|
|
comment3.target=void\ readItemData()
|
|
numComments=4
|