Less than 1 minute
Home > @hz-9/algorithm > ArrayQueue
ArrayQueue class
A queue implementation based on array.
一个基于数组的单向队列。
Signature:
export declare class ArrayQueue<T> implements Queue<T>Implements: Queue<T>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| Array<T> | ||
| T | undefined | ||
| boolean | ||
| T | undefined | ||
| number |
Methods
Method | Modifiers | Description |
|---|---|---|