keys

abstract fun keys(): Set<Key>

Gets the set of keys registered in this registry.

The returned set is unmodifiable, meaning it will be updated by changes in the registry, but cannot be modified directly.

Return

the registered key set