How does Magento 2 iterate through the backend config form fields?

Magento 2 uses Flyweight design pattern for iterating through the config fields:






See also How does Magento 2 prepare a backend config form field for rendering?

See also: