The default iterator type for the registry. Immutable by default, to prevent accidental modifications
The iterator for the registry. This can be used to walk through the entries in the screen registry. The entries can be modifed with this iterator.
An immutable variable version of the registry. Useful to expose outside the library
The mutable registry. Has a mapping of all registered screens from registerScreen
The iterator for the registry. This can be used to walk through the entries in the screen registry. The entries cannot be modifed with this iterator.