gate.creole.annic.apache.lucene.search
Class PhraseQueue
java.lang.Object
gate.creole.annic.apache.lucene.util.PriorityQueue
gate.creole.annic.apache.lucene.search.PhraseQueue
final class PhraseQueue
- extends PriorityQueue
|
Method Summary |
protected boolean |
lessThan(Object o1,
Object o2)
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 |
PhraseQueue
PhraseQueue(int size)
lessThan
protected final boolean lessThan(Object o1,
Object o2)
- 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