Parent

dynamic Map

Overview

Link

dynamic Link :: {}

The Map object uses Links within its inner array structure.

Variables

Type Name Description
Any key

Key for the Link.

Any value

Value for the Link.

Methods

Return Params Description
Constructor init(Any key, Any value)

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

String string()

Returns a string representation of the Link.