- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testHashMapWithInitialMap (0.4 seconds)
-
android/guava-tests/test/com/google/common/collect/MapsTest.java
@SuppressWarnings("UseCollectionConstructor") // test of factory method HashMap<Integer, Integer> map = Maps.newHashMap(); assertEquals(emptyMap(), map); } public void testHashMapWithInitialMap() { Map<String, Integer> original = new TreeMap<>(); original.put("a", 1); original.put("b", 2); original.put("c", 3); @SuppressWarnings("UseCollectionConstructor") // test of factory methodCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 63.2K bytes - Click Count (0)