- data - Variable in class Node
-
- decrementIndex(int) - Method in class ArrayBasedQueue
-
- dequeue() - Method in class ArrayBasedQueue
-
- dequeue(int) - Method in class ArrayBasedQueue
-
- dequeue() - Method in class LinkedQueue
-
- dequeue(int) - Method in class LinkedQueue
-
- dequeue() - Method in interface QueueInterface
-
Retrieves and removes the element at the head of this queue.
- dequeue(int) - Method in interface QueueInterface
-
Retrieves and removes the element at the specified index.
- Driver - Class in <Unnamed>
-
- Driver() - Constructor for class Driver
-
- DriverInterface - Interface in <Unnamed>
-
- DriverInterface.QueueTestType - Enum in <Unnamed>
-
The QueueTestType enum has the following values:
Enqueue
Dequeue
Iterate
- DriverInterface.QueueType - Enum in <Unnamed>
-
The QueueType enum has the following values:
ArrayBasedQueue
LinkedQueue
- DriverInterface.StackTestType - Enum in <Unnamed>
-
The StackTestType enum has the following values:
Push
Pop
Iterate
- DriverInterface.StackType - Enum in <Unnamed>
-
The StackType enum has the following values:
ArrayBasedStack
LinkedStack