I20220624-0510
* Fix type logic for while iterator to enhanced for cleanup - Fix EntrySet issue 109 with complex iterator types https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/109 - use same logic from for-with-iterator to enhanced for cleanup to properly set the type of the enhanced for loop variable - add tests