Index
All Classes and Interfaces|All Packages|Serialized Form
R
- remove() - Method in class LinkedPriorityQueue
- remove() - Method in interface PriorityQueueInterface
-
Removes and returns the element in the queue that has the highest priority.
- removeBack() - Method in class ArrayDeque
- removeBack() - Method in interface DequeInterface
-
Removes and returns the element at the back of the dequeue.
- removeBack() - Method in class LinkedDeque
- removeFromBackAndPrint(ArrayDeque<T>) - Static method in class ArrayDequeTester
- removeFromBackAndPrint(LinkedDeque<T>) - Static method in class LinkedDequeTester
- removeFromFrontAndPrint(ArrayDeque<T>) - Static method in class ArrayDequeTester
- removeFromFrontAndPrint(LinkedDeque<T>) - Static method in class LinkedDequeTester
- removeFront() - Method in class ArrayDeque
- removeFront() - Method in interface DequeInterface
-
Removes and returns the element at the front of the dequeue.
- removeFront() - Method in class LinkedDeque
All Classes and Interfaces|All Packages|Serialized Form