Searched refs:entryWithNull (Results 1 – 1 of 1) sorted by relevance
51 Map.Entry<K, V> entryWithNull = entry(null, samples.e3.getValue()); in testHashCode_containingNullKey() local52 runEntryWithNullTest(entryWithNull); in testHashCode_containingNullKey()58 Map.Entry<K, V> entryWithNull = entry(samples.e3.getKey(), null); in testHashCode_containingNullValue() local59 runEntryWithNullTest(entryWithNull); in testHashCode_containingNullValue()62 private void runEntryWithNullTest(Map.Entry<K, V> entryWithNull) { in runEntryWithNullTest() argument65 entries.add(entryWithNull); in runEntryWithNullTest()