Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMap8Test.java303 assertNull(((ConcurrentHashMap.KeySetView) map.keySet()).getMappedValue()); in testGetMappedValue()
312 assertTrue(set.getMappedValue() == one); in testGetMappedValue()
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java4611 public V getMappedValue() { return value; } in getMappedValue() method in ConcurrentHashMap.KeySetView