protected static class FuzzyQuery.ScoreTermQueue extends PriorityQueue
heap
Constructor and Description |
---|
ScoreTermQueue(int size) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
lessThan(java.lang.Object a,
java.lang.Object b)
Determines the ordering of objects in this priority queue.
|
add, adjustTop, clear, getSentinelObject, initialize, insert, insertWithOverflow, pop, put, size, top, updateTop
protected boolean lessThan(java.lang.Object a, java.lang.Object b)
PriorityQueue
lessThan
in class PriorityQueue
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.