Method | Description | |
---|---|---|
addEvt ( this |
inserts specified event into list in order of ascending event time
|
|
peekTime ( this |
returns time of first (earliest) event in list, or long.MaxValue if list is empty
|
|
pop ( this |
pops the first (earliest) event from the list, returning null if list is empty
|
public static addEvt ( this |
||
events | this |
|
evt | SimEvt, | |
return | void |
public static peekTime ( this |
||
events | this |
|
return | long |