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, top
protected final boolean lessThan(Object o1, Object o2)
PriorityQueue
lessThan
in class PriorityQueue