Deque Abstraction
l
void
pushFront
(Object)
l
Object
popFront
()
l
void
pushBack
(Object)
l
Object
popBack
()
l
boolean
isEmpty
()
return value types