Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ instance
Method
instance
patterns/SingletonPattern.java:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
System.out.println(
"IntegerSingleton()"
);
13
}
14
public
static
IntegerSingleton instance() {
15
return
value;
16
}
17
@Override
public
synchronized
18
Integer get() {
return
i; }
19
@Override
public
synchronized
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected