Searched defs:createInheritedMap (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DThreadLocal.java235 static ThreadLocalMap createInheritedMap(ThreadLocalMap parentMap) { method in class:ThreadLocal
242 * sake of providing createInheritedMap factory method without
338 * from given parent map. Called only by createInheritedMap.

Completed in 43 milliseconds