Home Manual Reference Source

Function

Static Public Summary
public

Doubly linked list implementation making use of dummy nodes for the sake of simplicity.

public

Iterator(front: *, back: *, current: *)

public

ReverseIterator(front: *, back: *, current: *)

Static Public

public DoublyLinkedList() source

Doubly linked list implementation making use of dummy nodes for the sake of simplicity.

public Iterator(front: *, back: *, current: *) source

Params:

NameTypeAttributeDescription
front *
back *
current *

public ReverseIterator(front: *, back: *, current: *) source

Params:

NameTypeAttributeDescription
front *
back *
current *