mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
d62522982f
Use entrySet instead of keySet followed by a lookup per key as the former is more efficient. Issue: SPR-12363