- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testPutNullKey (0.07 seconds)
-
android/guava-testlib/src/com/google/common/collect/testing/MapInterfaceTest.java
} else { assertThrows(UnsupportedOperationException.class, () -> map.put(keyToPut, valueToPut)); } assertInvariants(map); } public void testPutNullKey() { if (!supportsPut) { return; } Map<K, V> map = makeEitherMap(); V valueToPut; try { valueToPut = getValueNotInPopulatedMap();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Aug 11 19:31:30 GMT 2025 - 43.9K bytes - Click Count (0) -
guava-testlib/src/com/google/common/collect/testing/MapInterfaceTest.java
} else { assertThrows(UnsupportedOperationException.class, () -> map.put(keyToPut, valueToPut)); } assertInvariants(map); } public void testPutNullKey() { if (!supportsPut) { return; } Map<K, V> map = makeEitherMap(); V valueToPut; try { valueToPut = getValueNotInPopulatedMap();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Aug 11 19:31:30 GMT 2025 - 43.9K bytes - Click Count (0)