Searched refs:getMap (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DInheritableThreadLocal.java70 ThreadLocalMap getMap(Thread t) { method in class:InheritableThreadLocal
H A DThreadLocal.java161 ThreadLocalMap map = getMap(t);
182 ThreadLocalMap map = getMap(t);
201 ThreadLocalMap map = getMap(t);
220 ThreadLocalMap m = getMap(Thread.currentThread());
232 ThreadLocalMap getMap(Thread t) { method in class:ThreadLocal
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DAbstractMapTest.java266 public Map getMap() {
285 assertTrue("clone not shallow", map.getMap() == mapClone.getMap());
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
H A DAttributesTest.java278 assertEquals(mockAttr.getMap().hashCode(), mockAttr.hashCode());
282 public Map<Object, Object> getMap() { method in class:AttributesTest.MockAttributes
/libcore/jsr166-tests/src/test/java/jsr166/
H A DConcurrentHashMap8Test.java217 assertTrue(((ConcurrentHashMap.KeySetView)set2).getMap() == map);
218 assertTrue(((ConcurrentHashMap.KeySetView)set1).getMap() == map);
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java4444 public ConcurrentHashMap<K,V> getMap() { return map; } method in class:ConcurrentHashMap.CollectionView

Completed in 986 milliseconds