- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testEnumMapWithInitialMap (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/collect/MapsTest.java
EnumMap<SomeEnum, Integer> copy = Maps.newEnumMap(original); assertEquals(original, copy); assertThat(copy).isNotSameInstanceAs(original); } public void testEnumMapWithInitialMap() { HashMap<SomeEnum, Integer> original = new HashMap<>(); original.put(SomeEnum.SOME_INSTANCE, 0); EnumMap<SomeEnum, Integer> copy = Maps.newEnumMap(original); assertEquals(original, copy); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 63.2K bytes - Click Count (0)