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/annotations/sdk/nullability/java/util/concurrent/
DConcurrentHashMap.annotated.java197 @libcore.util.Nullable public V getMappedValue() { throw new RuntimeException("Stub!"); } in getMappedValue() method in ConcurrentHashMap.KeySetView