- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testTransformEqualityOfMapsWithNullValues (2.25 sec)
-
guava-tests/test/com/google/common/collect/MapsTransformValuesUnmodifiableIteratorTest.java
Map<String, String> map = transformValues(underlying, Functions.toStringFunction()); assertEquals("1", map.remove("a")); assertNull(map.remove("b")); } public void testTransformEqualityOfMapsWithNullValues() { Map<String, @Nullable String> underlying = new HashMap<>(); underlying.put("a", null); underlying.put("b", ""); Map<@Nullable String, Boolean> map = transformValues(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 12.3K bytes - Viewed (0)