小于 1 分钟
Home > @hz-9/algorithm > LinkedListQueue
LinkedListQueue class
A queue implementation based on SinglyLinkedList.
一个基于链表的单向队列。
Signature:
export declare class LinkedListQueue<T> implements Queue<T>Implements: Queue<T>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| |||
| T | undefined | ||
| boolean | ||
| T | undefined | ||
| number |
Methods
Method | Modifiers | Description |
|---|---|---|