Searched refs:getMap (Results 1 – 6 of 6) sorted by relevance
70 ThreadLocalMap getMap(Thread t) { in getMap() method in InheritableThreadLocal
144 ThreadLocalMap map = getMap(t); in get()162 ThreadLocalMap map = getMap(t); in setInitialValue()181 ThreadLocalMap map = getMap(t); in set()200 ThreadLocalMap m = getMap(Thread.currentThread()); in remove()212 ThreadLocalMap getMap(Thread t) { in getMap() method in ThreadLocal
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
217 assertTrue(((ConcurrentHashMap.KeySetView)set2).getMap() == map); in testKeySetAddRemove()218 assertTrue(((ConcurrentHashMap.KeySetView)set1).getMap() == map); in testKeySetAddRemove()
4415 public ConcurrentHashMap<K,V> getMap() { return map; } in getMap() method in ConcurrentHashMap.CollectionView