Parent

dynamic LinkedList

Overview

Link

dynamic Link :: {}

Link object used by LinkedList.

Variables

Type Name Description
Any value

Value for the Link.

Object:LinkedList.Link next

Next Link in the List.

Methods

Return Params Description
Constructor init(Any value)

Constructor for the Link object, assigns itself a given value.