mirror of
https://github.com/moparisthebest/k-9
synced 2025-03-10 14:30:57 -04:00

The loop extracted keys from `remodeUidMap` and then called `remouteUidMap.get(...)` for every key. If both the key and the value needs to be iterated on, `Map.entrySet()` is a more efficient solution as it doesn't require O(n) Map lookups.
Description
No description provided
Languages
Java
69.2%
PostScript
30.2%
Perl
0.3%
Gradle
0.2%