Less than 1 minute
Home > @hz-9/algorithm > DoublyLinkedListNode > (constructor)
DoublyLinkedListNode.(constructor)
Constructs a new instance of the DoublyLinkedListNode class
Signature:
constructor(val: T);Parameters
Parameter | Type | Description |
|---|---|---|
val | T |