#BlueJ class context comment0.target=class\ Deque comment0.text=\nImplementation\ of\ a\ Deque.\ This\ version\ uses\ either\ a\ linked\ list\ or\ an\ array\ list\nas\ the\ base\ for\ constructing\ a\ deque.\ \ That\ is,\ we\ are\ using\ a\ more\ general\ data\nstructure\ (a\ list)\ to\ make\ a\ restricted\ data\ structure\ (a\ deque).\n\n\n comment1.params= comment1.target=Object\ front() comment10.params= comment10.target=Object\ popBack() comment2.params= comment2.target=Deque() comment3.params=newEntry comment3.target=Object\ pushBack(Object) comment4.params= comment4.target=boolean\ isEmpty() comment5.params= comment5.target=Object\ back() comment6.params= comment6.target=void\ clear() comment7.params= comment7.target=Object\ popFront() comment8.target=list comment9.params=newEntry comment9.target=Object\ pushFront(Object) numComments=11