Less than 1 minute
Home > @hz-9/algorithm > SortedLinkedList > (constructor)
SortedLinkedList.(constructor)
Constructs a new instance of the SortedLinkedList class
Signature:
constructor(equalsFn?: EqualsFn<T>, compareFn?: CompareFn<T>);Parameters
Parameter | Type | Description |
|---|---|---|
equalsFn | EqualsFn<T> | (Optional) |
compareFn | CompareFn<T> | (Optional) |