mirror of
https://github.com/google/nomulus
synced 2026-07-06 08:06:33 +00:00
74b2de5c35
This adds an entriesToImmutableMap() collector that can be used in place of toImmutableMap(Map.Entry::getkey, Map.Entry::getValue()). It also fixes up some existing calls that use toImmutableMap() when terser alternatives exist.