- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toImmutableMap (0.17 sec)
-
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 keysRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 163.5K bytes - Viewed (0)