private static class MoreLikeThisQuery.QueryWordQueue extends PriorityQueue
| Constructor and Description |
|---|
QueryWordQueue(int s) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
lessThan(Object a,
Object b)
Determines the ordering of objects in this priority queue.
|
adjustTop, clear, initialize, insert, pop, put, setExpandable, size, topprotected boolean lessThan(Object a,
Object b)
PriorityQueuelessThan in class PriorityQueue