小于 1 分钟
Home > @hz-9/algorithm > SortedLinkedList
SortedLinkedList class
Sorted Linked List Class
有序链表
Signature:
export declare class SortedLinkedList<T> extends DoublyLinkedList<T>Extends: DoublyLinkedList<T>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| CompareFn<T> |
Methods
Method | Modifiers | Description |
|---|---|---|