Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testFormat (0.05 seconds)

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

        Map<String, SortedSet<Integer>> map = Multimaps.asMap(sortedSetMultimap);
        assertThat(map).isSameInstanceAs(sortedSetMultimap.asMap());
      }
    
      public void testForMap() {
        Map<String, Integer> map = new HashMap<>();
        map.put("foo", 1);
        map.put("bar", 2);
        Multimap<String, Integer> multimap = HashMultimap.create();
        multimap.put("foo", 1);
    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