Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testTransformListValues (0.15 seconds)

  1. android/guava-tests/test/com/google/common/collect/MultimapsTest.java

        entry.setValue("bbb");
        assertThat(transformed.entries()).containsExactly(immutableEntry("a", 3));
      }
    
      @GwtIncompatible // untested
      public void testTransformListValues() {
        ListMultimap<String, Integer> multimap =
            ImmutableListMultimap.of("a", 2, "b", -3, "b", 3, "a", 4, "c", 6);
        Function<Integer, Integer> square =
            new Function<Integer, Integer>() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 39.2K bytes
    - Click Count (0)
Back to Top