#BlueJ class context comment0.target=interface\ ListADT comment0.text=\nADT\ for\ a\ List.\n\n@author\ Scot\ Morse\ \n\n comment1.params=index\ newItem comment1.target=Object\ replace(int,Object) comment2.params=newItem comment2.target=Object\ append(Object) comment3.params=index comment3.target=Object\ get(int) comment4.params=newItem comment4.target=boolean\ contains(Object) comment5.params= comment5.target=boolean\ isEmpty() comment6.params=index comment6.target=Object\ remove(int) comment7.params= comment7.target=void\ clear() comment8.params=index\ newItem comment8.target=Object\ add(int,Object) comment9.params= comment9.target=int\ size() numComments=10