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