C# Класс SimEvtList, plausible-deniability

Показать файл Открыть проект

Открытые методы

Метод Описание
addEvt ( this events, SimEvt, evt ) : void

inserts specified event into list in order of ascending event time

peekTime ( this events ) : long

returns time of first (earliest) event in list, or long.MaxValue if list is empty

pop ( this events ) : SimEvt,

pops the first (earliest) event from the list, returning null if list is empty

Описание методов

addEvt() публичный статический Метод

inserts specified event into list in order of ascending event time
public static addEvt ( this events, SimEvt, evt ) : void
events this
evt SimEvt,
Результат void

peekTime() публичный статический Метод

returns time of first (earliest) event in list, or long.MaxValue if list is empty
public static peekTime ( this events ) : long
events this
Результат long

pop() публичный статический Метод

pops the first (earliest) event from the list, returning null if list is empty
public static pop ( this events ) : SimEvt,
events this
Результат SimEvt,