Represents a collection of named keys. Provides methods for mapping and finding named keys.
Creates a new NamedKeys instance with an array of NamedKey objects.
NamedKeys
NamedKey
An array of NamedKey objects.
A list of NamedKey objects that are part of this collection.
Finds a Key by its name within the collection of named keys.
Key
The Key associated with the named key if found.
If no named key with the specified name is found, throws ErrNamedKeyNotFound.
ErrNamedKeyNotFound
The name of the named key to find.
Converts the collection of named keys into a Map, where the key is the named key's name and the value is the associated key as a string.
Map
A Map with the named key's name as the key and the associated key as the value.
Generated using TypeDoc
Represents a collection of named keys. Provides methods for mapping and finding named keys.