Searched refs:getValueForNullKey (Results 1 – 4 of 4) sorted by relevance
66 getValueForNullKey(), getMap().remove(null)); in testRemove_nullPresent()69 expectMissing(entry(null, getValueForNullKey())); in testRemove_nullPresent()
75 getValueForNullKey(), get(null)); in testGet_nullContained()
107 getValueForNullKey(), put(newEntry)); in testPut_nullKeySupportedPresent()
86 protected V getValueForNullKey() { in getValueForNullKey() method in AbstractMapTester