Keywords

constructor()

Constructs a empty set of Pair using the two given objects as head and tail.


constructor(vararg keywords: Any?)

Constructs a Keywords with an unlimited number of arguments.

Parameters

keywords

an array of alternating keyword names and keyword values


constructor(originalKeywords: Keywords, vararg keywords: Any?)

Constructs a Keywords based upon a given keyword list.

Parameters

originalKeywords

the keyword list, which should be extended

keywords

an array of alternating keyword names and keyword values