Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HashTimerEntry

“用于间隔选择”的哈希元素

param
param
param
param
param
param

Hierarchy

  • HashTimerEntry

Index

Constructors

constructor

  • newHashTimerEntry(timers: any, target: ISchedulable, timerIndex: Number, currentTimer: any, currentTimerSalvaged: any, paused: any): HashTimerEntry

Properties

currentTimer

currentTimer: any

currentTimerSalvaged

currentTimerSalvaged: any

paused

paused: any

target

target: ISchedulable

timerIndex

timerIndex: Number

timers

timers: any

Static Private _hashTimerEntries

_hashTimerEntries: any = []

Methods

Static get

  • get(timers: any, target: ISchedulable, timerIndex: Number, currentTimer: any, currentTimerSalvaged: any, paused: any): any

Static put

  • put(entry: any): void

Generated using TypeDoc