gate.creole.annic.apache.lucene.search
Class HitQueue
java.lang.Object
gate.creole.annic.apache.lucene.util.PriorityQueue
gate.creole.annic.apache.lucene.search.HitQueue
final class HitQueue
- extends PriorityQueue
|
Method Summary |
protected boolean |
lessThan(Object a,
Object b)
Determines the ordering of objects in this priority queue. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HitQueue
HitQueue(int size)
lessThan
protected final boolean lessThan(Object a,
Object b)
- Description copied from class:
PriorityQueue
- Determines the ordering of objects in this priority queue. Subclasses
must define this one method.
- Specified by:
lessThan in class PriorityQueue