HomeSort by relevance Sort by last modified time
    Searched refs:getKeyForNullValue (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapPutTester.java 170 getMap().put(getKeyForNullValue(), null));
177 Entry<K, V> newEntry = entry(getKeyForNullValue(), samples.e3.getValue());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractMapTester.java 90 protected K getKeyForNullValue() {

Completed in 311 milliseconds