Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.21 KB

internal_.DoublyNode.md

File metadata and controls

63 lines (34 loc) · 1.21 KB

@hotsuitor/akutil - v0.0.2 / Exports / <internal> / DoublyNode

Class: DoublyNode

.DoublyNode

Table of contents

Constructors

Properties

Constructors

constructor

new DoublyNode(element)

Parameters

Name Type
element any

Defined in

src/struct/DoublyLinkedList.ts:10

Properties

element

element: any

Defined in

src/struct/DoublyLinkedList.ts:7


next

next: any

Defined in

src/struct/DoublyLinkedList.ts:8


prev

prev: any

Defined in

src/struct/DoublyLinkedList.ts:9