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