private class SpanOrQuery.SpanQueue extends PriorityQueue
| Constructor and Description |
|---|
SpanQueue(int size) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
lessThan(Object o1,
Object o2)
Determines the ordering of objects in this priority queue.
|
adjustTop, clear, initialize, insert, pop, put, setExpandable, size, topprotected final boolean lessThan(Object o1,
Object o2)
PriorityQueuelessThan in class PriorityQueue