#BlueJ class context comment0.params= comment0.target=MusicOrganizer() comment0.text=\n\ Create\ a\ MusicOrganizer\n comment1.params=filename comment1.target=void\ addFile(java.lang.String) comment1.text=\n\ Add\ a\ file\ to\ the\ collection.\n\ @param\ filename\ The\ file\ to\ be\ added.\n comment2.params= comment2.target=int\ getNumberOfFiles() comment2.text=\n\ Return\ the\ number\ of\ files\ in\ the\ collection.\n\ @return\ The\ number\ of\ files\ in\ the\ collection.\n comment3.params=index comment3.target=void\ listFile(int) comment3.text=\n\ List\ a\ file\ from\ the\ collection.\n\ @param\ index\ The\ index\ of\ the\ file\ to\ be\ listed.\n comment4.params=index comment4.target=void\ removeFile(int) comment4.text=\n\ Remove\ a\ file\ from\ the\ collection.\n\ @param\ index\ The\ index\ of\ the\ file\ to\ be\ removed.\n numComments=5