kvision / pl.treksoft.kvision.utils / Node

Node

(js) class Node<T>

Created by gazollajunior on 07/04/16.

Constructors

(js)

<init>

Created by gazollajunior on 07/04/16.

Node(value: T)

Properties

(js)

next

var next: Node<T>?
(js)

previous

var previous: Node<T>?
(js)

value

var value: T