MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / singleton

Method singleton

src/java/com/libmailcore/MainThreadUtils.java:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 private HashMap<Long, Runnable> runnablesForIdentifiers = new HashMap<Long, Runnable>();
12
13 static MainThreadUtils singleton() {
14 return instance;
15 }
16
17 // private constructor
18 private MainThreadUtils() {

Callers 2

NativeObjectClass · 0.95
RangeClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected