Searched defs:entryWithNull (Results 1 – 2 of 2) sorted by relevance
| /external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
| D | MapHashCodeTester.java | 53 Entry<K, V> entryWithNull = entry(null, v3()); in testHashCode_containingNullKey() local 60 Entry<K, V> entryWithNull = entry(k3(), null); in testHashCode_containingNullValue() local 64 private void runEntryWithNullTest(Entry<K, V> entryWithNull) { in runEntryWithNullTest()
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
| D | MapHashCodeTester.java | 53 Entry<K, V> entryWithNull = entry(null, v3()); in testHashCode_containingNullKey() local 60 Entry<K, V> entryWithNull = entry(k3(), null); in testHashCode_containingNullValue() local 64 private void runEntryWithNullTest(Entry<K, V> entryWithNull) { in runEntryWithNullTest()
|