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

Method initialValue

classpath/java/lang/ThreadLocal.java:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 private static final Object Null = new Object();
17
18 protected T initialValue() {
19 return null;
20 }
21
22 public T get() {
23 Map<ThreadLocal, Object> map = Thread.currentThread().locals();

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected