Options
All
  • Public
  • Public/Protected
  • All
Menu

Doubly LinkedList data structure

Hierarchy

  • DoublyLinkedList

Index

Constructors

constructor

Properties

compare

compare: Comparator
property

A comparator instance

head

property

head of the linked list

tail

property

tail of the linked list

Methods

append

delete

deleteHead

deleteTail

find

fromArray

prepend

reverse

toArray

  • toArray(): any[]

toArrayRev

  • toArrayRev(): any[]

toString

  • toString(callback?: (value: any) => string): string

toStringRev

  • toStringRev(callback?: (value: any) => string): string