_configKeysMatching ( configKey )
Iterable over defined keys that match configKey
A key k in the map is considered to "match" configKey if any of
k.parentKeys() are listed as keys in configKey.registrationKeys().
You must not change the configuration map while iterating over the
keys. Also, keep in mind that only explicitly-registered keys are
returned; for instance, load-on-demand rules will only show up as
wildcard keys.
Implementations may yield keys in any order, but must not yield the
same key more than once.
|