Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toImmutableMap (0.17 sec)

  1. guava/src/com/google/common/collect/Maps.java

       *
       * {@snippet :
       * import static com.google.common.collect.ImmutableMap.toImmutableMap;
       * ...
       * ImmutableMap<Color, String> colorNames =
       *     allColors.stream().collect(toImmutableMap(c -> c, c -> c.toString()));
       * }
       *
       * <p>Streams provide a more standard and flexible API and the lambdas make it clear what the keys
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Nov 17 22:50:48 UTC 2025
    - 163.5K bytes
    - Viewed (0)
Back to top