Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akeranen/the-one
/ getTime
Method
getTime
input/ExternalEvent.java:36–38 ·
view source on GitHub ↗
Returns the time when this event should happen. @return Event's time
()
Source
from the content-addressed store, hash-verified
34
* @
return
Event's time
35
*/
36
public
double getTime() {
37
return
this.time;
38
}
39
40
/**
41
* Compares two external events by their time.
Callers
6
checkEeq
Method · 0.95
nextEventsTime
Method · 0.45
nextEventsTime
Method · 0.45
addUpdate
Method · 0.45
putToQueue
Method · 0.45
toString
Method · 0.45
Calls
no outgoing calls
Tested by
1
checkEeq
Method · 0.76