- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for checkCanReserialize (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-tests/test/com/google/common/base/FunctionsTest.java
.addEqualityGroup(Functions.forMap(map, 42)) .testEquals(); } @J2ktIncompatible @GwtIncompatible // SerializableTester public void testForMapWithoutDefaultSerializable() { checkCanReserialize(Functions.forMap(ImmutableMap.of(1, 2))); } public void testForMapWithDefault() { Map<String, @Nullable Integer> map = new HashMap<>(); map.put("One", 1); map.put("Three", 3);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 16.2K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/FunctionsTest.java
.addEqualityGroup(Functions.forMap(map, 42)) .testEquals(); } @J2ktIncompatible @GwtIncompatible // SerializableTester public void testForMapWithoutDefaultSerializable() { checkCanReserialize(Functions.forMap(ImmutableMap.of(1, 2))); } public void testForMapWithDefault() { Map<String, @Nullable Integer> map = new HashMap<>(); map.put("One", 1); map.put("Three", 3);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 16.2K bytes - Click Count (0)