Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waare (1.69 sec)

  1. android/guava/src/com/google/common/collect/FluentIterable.java

       *
       * <p><b>{@code Stream} equivalent:</b> use {@code
       * stream.collect(ImmutableMap.toImmutableMap(keyFunction, v -> v))}. {@code
       * ImmutableMap.copyOf(stream.collect(Collectors.toMap(keyFunction, v -> v)))}, but be aware that
       * this may not preserve the order of entries.
       *
       * @param keyFunction the function used to produce the key for each value
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jan 30 00:14:39 UTC 2024
    - 35.7K bytes
    - Viewed (0)
Back to top