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

Method nextEvent

input/EventQueue.java:21–21  ·  view source on GitHub ↗

Returns the next event in the queue or ExternalEvent with time of double.MAX_VALUE if there are no events left. @return The next event

()

Source from the content-addressed store, hash-verified

19 * @return The next event
20 */
21 public ExternalEvent nextEvent();
22
23 /**
24 * Returns next event's time or Double.MAX_VALUE if there are no

Callers 6

updateMethod · 0.65
checkEeqMethod · 0.65
testUpdatesMethod · 0.65
testDuplicateValuesMethod · 0.65

Implementers 4

MessageEventGeneratorinput/MessageEventGenerator.java
ExternalEventsQueueinput/ExternalEventsQueue.java
ScheduledUpdatesQueueinput/ScheduledUpdatesQueue.java
DTN2Eventsinput/DTN2Events.java

Calls

no outgoing calls

Tested by 5

checkEeqMethod · 0.52
testUpdatesMethod · 0.52
testDuplicateValuesMethod · 0.52