#BlueJ class context comment0.target=class\ Node comment0.text=\nWrite\ a\ description\ of\ class\ Node\ here.\n\n@author\ (your\ name)\ \n@version\ (a\ version\ number\ or\ a\ date)\n\n comment1.params= comment1.target=Node() comment1.text=\nConstructor\ for\ objects\ of\ class\ Node\n\n comment2.params=data comment2.target=Node(Object) comment2.text=\nConstructor\ with\ a\ data\ parameter\n\n comment3.target=next comment4.target=previous comment5.target=data numComments=6