|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.TimerQueue
public abstract class TimerQueue
Private class to manage a queue of Timers. The Timers are chained together in a linked list sorted by the order in which they will expire.
Constructor Summary | |
---|---|
TimerQueue()
|
Method Summary | |
---|---|
void |
run()
Run the timer-processing loop. |
abstract int |
size()
Get the number of Timers that are in this queue. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimerQueue()
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public abstract int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |