Searched defs:getMap (Results 1 – 8 of 8) sorted by relevance
75 ThreadLocalMap getMap(Thread t) { in getMap() method in InheritableThreadLocal
253 ThreadLocalMap getMap(Thread t) { in getMap() method in ThreadLocal
366 private static ClassValueMap getMap(Class<?> type) { in getMap() method in ClassValue
282 public Map<Object, Object> getMap() { in getMap() method in AttributesTest.MockAttributes
266 public Map getMap() { in test_clone() method in AbstractMapTest.MyMap
67 java.lang.ThreadLocal.ThreadLocalMap getMap(java.lang.Thread t) { in getMap() method in ThreadLocal
233 …rent.ConcurrentHashMap<@libcore.util.NonNull K, @libcore.util.NonNull V> getMap() { throw new Runt… in getMap() method in ConcurrentHashMap.KeySetView
4436 public ConcurrentHashMap<K,V> getMap() { return map; } in getMap() method in ConcurrentHashMap.CollectionView