Private backPrivate Readonly backPrivate frontPrivate Readonly frontPrivate Readonly minReturns the top element of this Stack, or undefined if empty.
Returns the first item of this Queue, or undefined if empty.
Removes and returns the top element of this Stack, or undefined if empty.
Adds an item to this Queue.
Removes and returns the first item of this Queue, or undefined if empty.
Adds an element to the front of this Deque.
Generated using TypeDoc
A dual stack based double-ended queue.