Méthode | 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, | |
Résultat | void |
public static peekTime ( this |
||
events | this |
|
Résultat | long |
public static pop ( this |
||
events | this |
|
Résultat | SimEvt, |