org.archive.queue
Interface Deque

All Superinterfaces:
Queue, Stack

Deprecated. As of 1.10.0. Unused.

public interface Deque
extends Queue, Stack

Double-ended queue which supports add at either end, remove from only the 'head' end.

Author:
gojomo

Method Summary
 
Methods inherited from interface org.archive.queue.Queue
deleteMatchedItems, dequeue, enqueue, getIterator, isEmpty, length, peek, release, unpeek
 
Methods inherited from interface org.archive.queue.Stack
height, isEmpty, peek, pop, push, release
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.