public class TokenCountPriorityQueue extends org.apache.lucene.util.PriorityQueue<TokenIntPair>
| Constructor and Description | 
|---|
| TokenCountPriorityQueue(int maxSize) | 
| Modifier and Type | Method and Description | 
|---|---|
| TokenIntPair[] | getArray() | 
| protected boolean | lessThan(TokenIntPair arg0,
        TokenIntPair arg1) | 
add, clear, getHeapArray, insertWithOverflow, iterator, pop, remove, size, top, updateTop, updateTopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected boolean lessThan(TokenIntPair arg0, TokenIntPair arg1)
lessThan in class org.apache.lucene.util.PriorityQueue<TokenIntPair>public TokenIntPair[] getArray()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.