Home Manual Reference Source Test

Function

Static Public Summary
public

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

public

Node(prev: *, next: *, value: *)

public

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

public

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

public

test(_test: *, name: *, List: *)

Static Public

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

Params:

NameTypeAttributeDescription
front *
back *
current *

public Node(prev: *, next: *, value: *) source

Params:

NameTypeAttributeDescription
prev *
next *
value *

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

import {ReverseIterator} from '@aureooms/js-list-spec/src/TestList.js'

Params:

NameTypeAttributeDescription
front *
back *
current *

public TestList() source

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

public test(_test: *, name: *, List: *) source

Params:

NameTypeAttributeDescription
_test *
name *
List *