Home
last modified time | relevance | path

Searched refs:getEntryNullReplaces (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DAbstractMultimapTester.java84 return getEntryNullReplaces().getValue(); in getValueForNullKey()
88 return getEntryNullReplaces().getKey(); in getKeyForNullValue()
91 private Entry<K, V> getEntryNullReplaces() { in getEntryNullReplaces() method in AbstractMultimapTester
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractMapTester.java88 return getEntryNullReplaces().getValue(); in getValueForNullKey()
92 return getEntryNullReplaces().getKey(); in getKeyForNullValue()
95 private Entry<K, V> getEntryNullReplaces() { in getEntryNullReplaces() method in AbstractMapTester