<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseXPriorityQueue](./x-components.basexpriorityqueue.md) &gt; [clear](./x-components.basexpriorityqueue.clear.md)

## BaseXPriorityQueue.clear() method

Removes all the [nodes](./x-components.xpriorityqueuenode.md) from the queue.

**Signature:**

```typescript
clear(): void;
```
**Returns:**

void

