public class TimerPriorityHeap
extends java.lang.Object
| Constructor and Description |
|---|
TimerPriorityHeap() |
TimerPriorityHeap(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Timer task) |
boolean |
isEmpty() |
Timer |
peek() |
void |
poll() |
void |
reschedule(int i) |
int |
size() |