SvcParams for service binding RRs. [RFC9460]

Class Methods

Create a list of SvcParams with the given initial content.

params has to be an enumerable of +SvcParam+s. If its content has +SvcParam+s with the duplicate key, the one appears last takes precedence.

Instance Methods

Get SvcParam for the given key in this list.

Add the SvcParam param to this list, overwriting the existing one with the same key.

Get the number of SvcParams in this list.

Remove the SvcParam with the given key and return it.

Enumerate the +SvcParam+s in this list.

Get whether this list is empty.