Uses of Interface
net.datastructures.Deque

Uses of Deque in net.datastructures
 

Subinterfaces of Deque in net.datastructures
 interface Sequence<E>
          An interface for a sequence, a data structure supporting all operations of a deque, indexed list and position list.
 

Classes in net.datastructures that implement Deque
 class NodeDeque<E>
          Implementation of the Deque interface by means of a doubly linked list.