All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----Acme.FlexVector | +----Acme.Queue | +----Acme.DQueue
Similar to Acme.Queue, except you can add and remove from either end.
Fetch the software.
Fetch the entire Acme package.
public DQueue()
public Object addFront(Object item)
Why does it return the item? Because Stack.push() does.
public Object getBack()
public Object peekBack()
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs