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, top
protected final boolean lessThan(Object a, Object b)
PriorityQueue
lessThan
in class PriorityQueue