#BlueJ class context comment0.target=class\ LinkedList comment0.text=\nDoubly\ linked\ implementation\ of\ a\ list.\n\n\n comment1.params= comment1.target=LinkedList() comment10.target=first comment11.target=last comment12.params=index\ newItem comment12.target=Object\ add(int,Object) comment13.target=size comment14.params= comment14.target=int\ size() comment2.params=startingSize comment2.target=LinkedList(int) comment3.params=index\ newItem comment3.target=Object\ replace(int,Object) comment4.params=newItem comment4.target=Object\ append(Object) comment5.params=index comment5.target=Object\ get(int) comment6.params=newItem comment6.target=boolean\ contains(Object) comment7.params= comment7.target=boolean\ isEmpty() comment8.params=index comment8.target=Object\ remove(int) comment9.params= comment9.target=void\ clear() numComments=15