Uses of Class
kilim.timerservice.Timer
-
Packages that use Timer Package Description kilim kilim.examples kilim.timerservice -
-
Uses of Timer in kilim
Fields in kilim declared as Timer Modifier and Type Field Description TimerTask. timerMethods in kilim with parameters of type Timer Modifier and Type Method Description voidAffineScheduler. scheduleTimer(Timer t)voidForkJoinScheduler. scheduleTimer(Timer t)abstract voidScheduler. scheduleTimer(Timer t) -
Uses of Timer in kilim.examples
Fields in kilim.examples declared as Timer Modifier and Type Field Description (package private) Timer[]HeapBlast. polled(package private) Timer[]HeapBlast. sorted -
Uses of Timer in kilim.timerservice
Fields in kilim.timerservice declared as Timer Modifier and Type Field Description private Timer[]TimerPriorityHeap. queueFields in kilim.timerservice with type parameters of type Timer Modifier and Type Field Description private MPSCQueue<Timer>TimerService. timerQueueMethods in kilim.timerservice that return Timer Modifier and Type Method Description TimerTimerPriorityHeap. peek()Methods in kilim.timerservice with parameters of type Timer Modifier and Type Method Description voidTimerPriorityHeap. add(Timer task)intTimer. compareTo(Timer o)voidTimerService. submit(Timer t)
-