class HitQueue extends PriorityQueue
| Constructor and Description |
|---|
HitQueue(int size) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
lessThan(Object a,
Object b)
Determines the ordering of objects in this priority queue.
|
adjustTop, clear, initialize, insert, pop, put, setExpandable, size, topprotected final boolean lessThan(Object a,
Object b)
PriorityQueuelessThan in class PriorityQueue