|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.TimerQueue
ariba.util.core.HeapTimerQueue
public class HeapTimerQueue
An implementation of a TimerQueue that stores the Timers in a PriorityQueue. If you are creating a TimerQueue that needs to store many timers, this is probably a good choice.
Constructor Summary | |
---|---|
HeapTimerQueue()
Create and start a new HeapTimerQueue |
Method Summary | |
---|---|
int |
size()
Get the number of Timers that are in this queue. |
java.lang.String |
toString()
|
Methods inherited from class ariba.util.core.TimerQueue |
---|
run |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HeapTimerQueue()
Method Detail |
---|
public int size()
size
in class TimerQueue
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |