#BlueJ class context comment0.target=interface\ DequeADT comment0.text=Java\ Interface\ defining\ a\ Deque.\ \n comment1.params= comment1.target=void\ clear() comment2.params= comment2.target=Object\ back() comment3.params=newItem comment3.target=Object\ pushFront(Object) comment4.params= comment4.target=Object\ front() comment5.params=newItem comment5.target=Object\ pushBack(Object) comment6.params= comment6.target=boolean\ isEmpty() comment7.params= comment7.target=Object\ popBack() comment8.params= comment8.target=Object\ popFront() numComments=9