- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for nob (0.01 seconds)
-
android/guava-tests/test/com/google/common/collect/MultimapsTest.java
assertThat(transformed.entries()) .containsExactly( immutableEntry("a", "a"), immutableEntry("a", "a"), immutableEntry("b", "nob")) .inOrder(); } @GwtIncompatible // untested public void testTransformListEntries() { ListMultimap<String, Integer> multimap = ImmutableListMultimap.of("a", 1, "a", 4, "b", 6, "a", 4);
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) -
android/guava/src/com/google/common/collect/Multimaps.java
* Multimap<String, String> transformed = Multimaps.transformEntries(multimap, transformer); * System.out.println(transformed); * } * * ... prints {@code {a=[a, a], b=[nob]}}. * * <p>Changes in the underlying multimap are reflected in this view. Conversely, this view * supports removal operations, and these are reflected in the underlying multimap. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 86K bytes - Click Count (0) -
guava/src/com/google/common/collect/Multimaps.java
* Multimap<String, String> transformed = Multimaps.transformEntries(multimap, transformer); * System.out.println(transformed); * } * * ... prints {@code {a=[a, a], b=[nob]}}. * * <p>Changes in the underlying multimap are reflected in this view. Conversely, this view * supports removal operations, and these are reflected in the underlying multimap. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 86.3K bytes - Click Count (0)