- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEquals_otherContainsNullKey (0.23 sec)
-
android/guava-testlib/src/com/google/common/collect/testing/testers/MapEqualsTester.java
+ " even if some keys are null.", getMap().equals(newHashMap(entries))); } @CollectionSize.Require(absent = CollectionSize.ZERO) public void testEquals_otherContainsNullKey() { Collection<Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1); entries.add(entry(null, v3())); Map<K, V> other = newHashMap(entries); assertFalse(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Nov 14 23:40:07 UTC 2024 - 4.9K bytes - Viewed (0)