Searched refs:getMap (Results 1 – 10 of 10) sorted by relevance
161 ThreadLocalMap map = getMap(t); in get()182 ThreadLocalMap map = getMap(t); in setInitialValue()201 ThreadLocalMap map = getMap(t); in set()220 ThreadLocalMap m = getMap(Thread.currentThread()); in remove()232 ThreadLocalMap getMap(Thread t) { in getMap() method in ThreadLocal
70 ThreadLocalMap getMap(Thread t) { in getMap() method in InheritableThreadLocal
266 public Map getMap() { in test_clone() method in AbstractMapTest.MyMap285 assertTrue("clone not shallow", map.getMap() == mapClone.getMap()); in test_clone()
278 assertEquals(mockAttr.getMap().hashCode(), mockAttr.hashCode()); in test_hashCode()282 public Map<Object, Object> getMap() { in getMap() method in AttributesTest.MockAttributes
67 java.lang.ThreadLocal.ThreadLocalMap getMap(java.lang.Thread t) { in getMap() method in ThreadLocal
241 assertTrue(((ConcurrentHashMap.KeySetView)set2).getMap() == map); in testKeySetAddRemove()242 assertTrue(((ConcurrentHashMap.KeySetView)set1).getMap() == map); in testKeySetAddRemove()
217 assertTrue(((ConcurrentHashMap.KeySetView)set2).getMap() == map); in testKeySetAddRemove()218 assertTrue(((ConcurrentHashMap.KeySetView)set1).getMap() == map); in testKeySetAddRemove()
233 …rent.ConcurrentHashMap<@libcore.util.NonNull K, @libcore.util.NonNull V> getMap() { throw new Runt… in getMap() method in ConcurrentHashMap.KeySetView
4446 public ConcurrentHashMap<K,V> getMap() { return map; } in getMap() method in ConcurrentHashMap.CollectionView
14343 method @NonNull public java.util.concurrent.ConcurrentHashMap<K,V> getMap();