Less than 1 minute
Home > @hz-9/algorithm > DoublyLinkedListNode
DoublyLinkedListNode class
Doubly Linked List Node Class
双向链表节点
Signature:
export declare class DoublyLinkedListNode<T> extends LinkedListNode<T>Extends: LinkedListNode<T>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
DoublyLinkedListNode<T> | undefined | |||
DoublyLinkedListNode<T> | undefined |