remove

open suspend override fun remove(node: Node<T>)(source)

Removes a specific node from the queue.

Parameters

node

the node to remove from the queue.

Throws

if the node is not in the queue.