MCPcopy Create free account
hub / github.com/ReadyTalk/avian / locals

Method locals

classpath/java/lang/Thread.java:136–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 public Map<ThreadLocal, Object> locals() {
137 if (locals == null) {
138 locals = new WeakHashMap();
139 }
140 return locals;
141 }
142
143 public static native Thread currentThread();
144

Callers 3

ThreadMethod · 0.95
getMethod · 0.45
setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected