- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testFormat (0.05 seconds)
-
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)