Searched refs:getMappedValue (Results 1 – 2 of 2) sorted by relevance
303 assertNull(((ConcurrentHashMap.KeySetView) map.keySet()).getMappedValue()); in testGetMappedValue()312 assertTrue(set.getMappedValue() == one); in testGetMappedValue()
4611 public V getMappedValue() { return value; } in getMappedValue() method in ConcurrentHashMap.KeySetView