#BlueJ class context comment0.target=Node() comment0.text=\nConstructor\ for\ objects\ of\ class\ Node\ sets\ parameters\ to\ null\n\n comment1.params=data comment1.target=Node(Object) comment1.text=\nSecond\ constructor\ lets\ user\ set\ the\ data\ parameter\ upon\ creation\n\n comment2.params=next comment2.target=void\ setNext(Node) comment2.text=Mutator\ method\ for\ parameter\ next\n\n comment3.target=Node\ getNext() comment3.text=Accessor\ method\ for\ parameter\ next\n\n comment4.target=Object\ getData() comment4.text=getData\ retuns\ the\ data\ held\ by\ the\ node\n\n numComments=5