Searched defs:entryWithNull (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapHashCodeTester.java51 Map.Entry<K, V> entryWithNull = entry(null, samples.e3.getValue());
52 runEntryWithNullTest(entryWithNull);
58 Map.Entry<K, V> entryWithNull = entry(samples.e3.getKey(), null);
59 runEntryWithNullTest(entryWithNull);
62 private void runEntryWithNullTest(Map.Entry<K, V> entryWithNull) { argument
65 entries.add(entryWithNull);
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 117 milliseconds