class SpanPositionQueue extends PriorityQueue<Spans>
Constructor and Description |
---|
SpanPositionQueue(int maxSize) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
lessThan(Spans s1,
Spans s2)
Determines the ordering of objects in this priority queue.
|
add, clear, getHeapArray, insertWithOverflow, iterator, pop, remove, size, top, updateTop, updateTop
protected boolean lessThan(Spans s1, Spans s2)
PriorityQueue
lessThan
in class PriorityQueue<Spans>
true
iff parameter a is less than parameter b.