MCPcopy Create free account
hub / github.com/akeranen/the-one / toString

Method toString

input/ScheduledUpdatesQueue.java:96–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 public String toString() {
97 String times = "updates @ " + this.nextEvent.getTime();
98
99 for (ExternalEvent ee : this.updates) {
100 times += ", " + ee.getTime();
101 }
102
103 return times;
104 }
105}

Callers

nothing calls this directly

Calls 1

getTimeMethod · 0.45

Tested by

no test coverage detected